Skip to content

Commit 64f6493

Browse files
committed
Releasing version 1.11.1
1 parent d652059 commit 64f6493

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

commons/model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>microcks</artifactId>
2121
<groupId>io.github.microcks</groupId>
22-
<version>1.11.1-SNAPSHOT</version>
22+
<version>1.11.1</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

commons/util-el/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>microcks</artifactId>
2121
<groupId>io.github.microcks</groupId>
22-
<version>1.11.1-SNAPSHOT</version>
22+
<version>1.11.1</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

commons/util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>microcks</artifactId>
2121
<groupId>io.github.microcks</groupId>
22-
<version>1.11.1-SNAPSHOT</version>
22+
<version>1.11.1</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

distro/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>microcks</artifactId>
66
<groupId>io.github.microcks</groupId>
7-
<version>1.11.1-SNAPSHOT</version>
7+
<version>1.11.1</version>
88
</parent>
99

1010
<name>Microcks Distros</name>

distro/uber-async-minion/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.microcks</groupId>
66
<artifactId>microcks-distro</artifactId>
7-
<version>1.11.1-SNAPSHOT</version>
7+
<version>1.11.1</version>
88
</parent>
99

1010
<name>Microcks Uber Async Minion</name>

distro/uber/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>microcks-distro</artifactId>
55
<groupId>io.github.microcks</groupId>
6-
<version>1.11.1-SNAPSHOT</version>
6+
<version>1.11.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

minions/async/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>microcks</artifactId>
55
<groupId>io.github.microcks</groupId>
6-
<version>1.11.1-SNAPSHOT</version>
6+
<version>1.11.1</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>io.github.microcks</groupId>
66
<artifactId>microcks</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.11.1-SNAPSHOT</version>
8+
<version>1.11.1</version>
99
<modules>
1010
<module>commons/util</module>
1111
<module>commons/model</module>

webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>microcks</artifactId>
55
<groupId>io.github.microcks</groupId>
6-
<version>1.11.1-SNAPSHOT</version>
6+
<version>1.11.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)