Fixed pom
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/gcube-bom@144372 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
3a0fc92b8a
commit
1077826855
|
@ -2,7 +2,7 @@
|
||||||
<!DOCTYPE xml>
|
<!DOCTYPE xml>
|
||||||
<ReleaseNotes>
|
<ReleaseNotes>
|
||||||
<Changeset component="org.gcube.distribution.gcube-bom.1-0-1" date="${buildDate}">
|
<Changeset component="org.gcube.distribution.gcube-bom.1-0-1" date="${buildDate}">
|
||||||
<Change>Removed worng scope on dependency declaration</Change>
|
<Change>Removed wrong scope on dependency declaration</Change>
|
||||||
</Changeset>
|
</Changeset>
|
||||||
<Changeset component="org.gcube.distribution.gcube-bom.1-0-0" date="2016-10-28">
|
<Changeset component="org.gcube.distribution.gcube-bom.1-0-0" date="2016-10-28">
|
||||||
<Change>First Release</Change>
|
<Change>First Release</Change>
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -8,7 +8,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.gcube.distribution</groupId>
|
<groupId>org.gcube.distribution</groupId>
|
||||||
<artifactId>gcube-bom</artifactId>
|
<artifactId>gcube-bom</artifactId>
|
||||||
<version>1.0.1-SNAPSHOT</version>
|
<version>1.0.2-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>gCube BOM</name>
|
<name>gCube BOM</name>
|
||||||
<description>This artifact contains gCube commons library version declaration for dependency management</description>
|
<description>This artifact contains gCube commons library version declaration for dependency management</description>
|
||||||
|
|
Loading…
Reference in New Issue