Skip to content

Commit 73428fb

Browse files
author
Yoann Vernageau
committed
update version to 1.0.0
1 parent 7656561 commit 73428fb

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

commons-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<parent>
66
<groupId>fr.inria.atlanmod.commons</groupId>
77
<artifactId>commons</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>commons-core</artifactId>
1212

1313
<packaging>bundle</packaging>
1414

1515
<name>Commons Core</name>
16-
<description />
16+
<description>A library of classes and methods common to all Atlanmod projects</description>
1717

1818
<properties>
1919
<caffeine.version>2.6.0</caffeine.version>

pom.xml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
<groupId>fr.inria.atlanmod.commons</groupId>
66
<artifactId>commons</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
88

99
<packaging>pom</packaging>
1010

1111
<name>Commons</name>
12-
<description />
12+
<description>The base module for all Atlanmod projects</description>
1313

14-
<url />
14+
<url>https://github.com/atlanmod/Commons</url>
1515
<inceptionYear>2017</inceptionYear>
1616

1717
<organization>
@@ -63,6 +63,16 @@
6363
</modules>
6464

6565
<developers>
66+
<developer>
67+
<name>Yoann Vernageau</name>
68+
<id>yoann.vernageau</id>
69+
<email>yoann.vernageau@inria.fr</email>
70+
<roles>
71+
<role>admin</role>
72+
<role>developer</role>
73+
</roles>
74+
<timezone>+2</timezone>
75+
</developer>
6676
</developers>
6777

6878
<properties>
@@ -202,7 +212,7 @@
202212
<configuration>
203213
<instructions>
204214
<Bundle-Version>
205-
1.0.0.${maven.build.timestamp}
215+
1.0.0<!--.${maven.build.timestamp}-->
206216
</Bundle-Version>
207217
<Bundle-ClassPath>.,{maven-dependencies}</Bundle-ClassPath>
208218
<Import-Package />

0 commit comments

Comments
 (0)