Skip to content

Commit 8c87308

Browse files
author
Jenkins
committed
[maven-release-plugin] prepare release 1.3.1
1 parent ccef18c commit 8c87308

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
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.obiba.mica</groupId>
77
<artifactId>mica</artifactId>
8-
<version>1.3-SNAPSHOT</version>
8+
<version>1.3.1</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

mica-dist/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.obiba.mica</groupId>
77
<artifactId>mica</artifactId>
8-
<version>1.3-SNAPSHOT</version>
8+
<version>1.3.1</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

mica-python-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.obiba.mica</groupId>
88
<artifactId>mica</artifactId>
9-
<version>1.3-SNAPSHOT</version>
9+
<version>1.3.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

mica-rest/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.obiba.mica</groupId>
77
<artifactId>mica</artifactId>
8-
<version>1.3-SNAPSHOT</version>
8+
<version>1.3.1</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

mica-search/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.obiba.mica</groupId>
77
<artifactId>mica</artifactId>
8-
<version>1.3-SNAPSHOT</version>
8+
<version>1.3.1</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

mica-web-model/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.obiba.mica</groupId>
77
<artifactId>mica</artifactId>
8-
<version>1.3-SNAPSHOT</version>
8+
<version>1.3.1</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

mica-webapp/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.obiba.mica</groupId>
77
<artifactId>mica</artifactId>
8-
<version>1.3-SNAPSHOT</version>
8+
<version>1.3.1</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.obiba.mica</groupId>
44
<artifactId>mica</artifactId>
5-
<version>1.3-SNAPSHOT</version>
5+
<version>1.3.1</version>
66
<packaging>pom</packaging>
77

88
<parent>
@@ -120,7 +120,7 @@
120120
<connection>scm:git:git://github.com/obiba/mica2.git</connection>
121121
<developerConnection>scm:git:https://github.com/obiba/mica2.git</developerConnection>
122122
<url>https://github.com/obiba/mica2</url>
123-
<tag>mica-1.3.x</tag>
123+
<tag>1.3.1</tag>
124124
</scm>
125125

126126
<issueManagement>

0 commit comments

Comments
 (0)