Skip to content

Commit a2fa811

Browse files
committed
[maven-release-plugin] prepare release 4.2.2
1 parent 63dcdbc commit a2fa811

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

mica-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.obiba.mica</groupId>
1717
<artifactId>mica</artifactId>
18-
<version>4.2-SNAPSHOT</version>
18+
<version>4.2.2</version>
1919
<relativePath>../</relativePath>
2020
</parent>
2121

mica-dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.obiba.mica</groupId>
1717
<artifactId>mica</artifactId>
18-
<version>4.2-SNAPSHOT</version>
18+
<version>4.2.2</version>
1919
<relativePath>../</relativePath>
2020
</parent>
2121

mica-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.obiba.mica</groupId>
1717
<artifactId>mica</artifactId>
18-
<version>4.2-SNAPSHOT</version>
18+
<version>4.2.2</version>
1919
<relativePath>../</relativePath>
2020
</parent>
2121

mica-search/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.obiba.mica</groupId>
1717
<artifactId>mica</artifactId>
18-
<version>4.2-SNAPSHOT</version>
18+
<version>4.2.2</version>
1919
<relativePath>../</relativePath>
2020
</parent>
2121

mica-spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.obiba.mica</groupId>
1717
<artifactId>mica</artifactId>
18-
<version>4.2-SNAPSHOT</version>
18+
<version>4.2.2</version>
1919
<relativePath>../</relativePath>
2020
</parent>
2121

mica-web-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.obiba.mica</groupId>
1717
<artifactId>mica</artifactId>
18-
<version>4.2-SNAPSHOT</version>
18+
<version>4.2.2</version>
1919
<relativePath>../</relativePath>
2020
</parent>
2121

mica-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.obiba.mica</groupId>
1717
<artifactId>mica</artifactId>
18-
<version>4.2-SNAPSHOT</version>
18+
<version>4.2.2</version>
1919
<relativePath>../</relativePath>
2020
</parent>
2121

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<modelVersion>4.0.0</modelVersion>
1313
<groupId>org.obiba.mica</groupId>
1414
<artifactId>mica</artifactId>
15-
<version>4.2-SNAPSHOT</version>
15+
<version>4.2.2</version>
1616
<packaging>pom</packaging>
1717

1818
<parent>
@@ -858,7 +858,7 @@
858858
<connection>scm:git:https://github.com/obiba/mica2.git</connection>
859859
<developerConnection>scm:git:https://github.com/obiba/mica2.git</developerConnection>
860860
<url>https://github.com/obiba/mica2</url>
861-
<tag>mica-4.2.x</tag>
861+
<tag>4.2.2</tag>
862862
</scm>
863863

864864
<issueManagement>

0 commit comments

Comments
 (0)