Skip to content

Commit 0cc8a72

Browse files
committed
Release version 1.1.1
1 parent b81dff8 commit 0cc8a72

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

commons-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.atlanmod.commons</groupId>
77
<artifactId>commons</artifactId>
8-
<version>1.1.1-SNAPSHOT</version>
8+
<version>1.1.1</version>
99
</parent>
1010

1111
<artifactId>commons-core</artifactId>

commons-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.atlanmod.commons</groupId>
77
<artifactId>commons</artifactId>
8-
<version>1.1.1-SNAPSHOT</version>
8+
<version>1.1.1</version>
99
</parent>
1010

1111
<artifactId>commons-testing</artifactId>

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.atlanmod.commons</groupId>
88
<artifactId>commons</artifactId>
9-
<version>1.1.1-SNAPSHOT</version>
9+
<version>1.1.1</version>
1010

1111
<packaging>pom</packaging>
1212

@@ -264,7 +264,8 @@
264264
${project.version}
265265
</Bundle-Version-->
266266
<Bundle-Version>
267-
1.1.0.${maven.build.timestamp}
267+
1.1.1
268+
<!--.${maven.build.timestamp}-->
268269
</Bundle-Version>
269270
<Bundle-ClassPath>.,{maven-dependencies}</Bundle-ClassPath>
270271
<Import-Package/>

0 commit comments

Comments
 (0)