Skip to content

Commit

Permalink
update pom information
Browse files Browse the repository at this point in the history
  • Loading branch information
abbish committed Jul 11, 2020
1 parent 74cc049 commit b9c2cec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dci-adk-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@ java {
}

group 'com.domainmodeling.dci'
version = '0.0.2'
version = '0.0.3'

publishing {
publications {
adkCore(MavenPublication) {
artifactId = 'dci-adk-core'
from components.java
pom {
name = 'DCI Architecture Development Kit'
project = 'DCI Architecture Development Kit'
name = 'DCI Architecture Development Kit Core'
url = 'http://github.com/abbish/dci-architecture-development-kit'
developers {
developer {
Expand Down

0 comments on commit b9c2cec

Please sign in to comment.