Skip to content

Commit 16bfbf8

Browse files
committed
[maven-release-plugin] prepare release 0.7.6
1 parent c65be4a commit 16bfbf8

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>0.7-SNAPSHOT</version>
8+
<version>0.7.6</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>0.7-SNAPSHOT</version>
8+
<version>0.7.6</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>0.7-SNAPSHOT</version>
9+
<version>0.7.6</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>0.7-SNAPSHOT</version>
8+
<version>0.7.6</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>0.7-SNAPSHOT</version>
8+
<version>0.7.6</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>0.7-SNAPSHOT</version>
8+
<version>0.7.6</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>0.7-SNAPSHOT</version>
8+
<version>0.7.6</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>0.7-SNAPSHOT</version>
5+
<version>0.7.6</version>
66
<packaging>pom</packaging>
77

88
<parent>
@@ -112,7 +112,7 @@
112112
<connection>scm:git:git://github.com/obiba/mica2.git</connection>
113113
<developerConnection>scm:git:https://github.com/obiba/mica2.git</developerConnection>
114114
<url>https://github.com/obiba/mica2</url>
115-
<tag>HEAD</tag>
115+
<tag>0.7.6</tag>
116116
</scm>
117117

118118
<issueManagement>

0 commit comments

Comments
 (0)