Skip to content

Commit a5d0b3a

Browse files
committed
[maven-release-plugin] prepare release 3.9.1
1 parent 2d84c7e commit a5d0b3a

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

1818
<parent>
@@ -848,7 +848,7 @@
848848
<connection>scm:git:https://github.com/obiba/mica2.git</connection>
849849
<developerConnection>scm:git:https://github.com/obiba/mica2.git</developerConnection>
850850
<url>https://github.com/obiba/mica2</url>
851-
<tag>mica-3.9.x</tag>
851+
<tag>3.9.1</tag>
852852
</scm>
853853

854854
<issueManagement>

0 commit comments

Comments
 (0)