Skip to content

Commit f74ee90

Browse files
author
Jenkins
committed
[maven-release-plugin] prepare release 2.0.5
1 parent 2124fdd commit f74ee90

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>2.0-SNAPSHOT</version>
18+
<version>2.0.5</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>2.0-SNAPSHOT</version>
18+
<version>2.0.5</version>
1919
<relativePath>../</relativePath>
2020
</parent>
2121

mica-python-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.obiba.mica</groupId>
1818
<artifactId>mica</artifactId>
19-
<version>2.0-SNAPSHOT</version>
19+
<version>2.0.5</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

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>2.0-SNAPSHOT</version>
18+
<version>2.0.5</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>2.0-SNAPSHOT</version>
18+
<version>2.0.5</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>2.0-SNAPSHOT</version>
18+
<version>2.0.5</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>2.0-SNAPSHOT</version>
18+
<version>2.0.5</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>2.0-SNAPSHOT</version>
15+
<version>2.0.5</version>
1616
<packaging>pom</packaging>
1717

1818
<parent>
@@ -130,7 +130,7 @@
130130
<connection>scm:git:git://github.com/obiba/mica2.git</connection>
131131
<developerConnection>scm:git:https://github.com/obiba/mica2.git</developerConnection>
132132
<url>https://github.com/obiba/mica2</url>
133-
<tag>2.0.0</tag>
133+
<tag>2.0.5</tag>
134134
</scm>
135135

136136
<issueManagement>

0 commit comments

Comments
 (0)