Skip to content

Commit fcb07f0

Browse files
Version 0.2.0
1 parent 32643ed commit fcb07f0

File tree

6 files changed

+21
-6
lines changed

6 files changed

+21
-6
lines changed

api-gateway/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ch.unige</groupId>
88
<artifactId>pinfo-micro-services</artifactId>
9-
<version>0.2.0-SNAPSHOT</version>
9+
<version>0.2.0</version>
1010
</parent>
1111

1212
<artifactId>api-gateway</artifactId>

counterparty-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ch.unige</groupId>
88
<artifactId>pinfo-micro-services</artifactId>
9-
<version>0.2.0-SNAPSHOT</version>
9+
<version>0.2.0</version>
1010
</parent>
1111

1212
<artifactId>counterparty-service</artifactId>

instrument-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ch.unige</groupId>
88
<artifactId>pinfo-micro-services</artifactId>
9-
<version>0.2.0-SNAPSHOT</version>
9+
<version>0.2.0</version>
1010
</parent>
1111

1212
<artifactId>instrument-service</artifactId>

pom.xml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@
66

77
<groupId>ch.unige</groupId>
88
<artifactId>pinfo-micro-services</artifactId>
9-
<version>0.2.0-SNAPSHOT</version>
9+
<version>0.2.0</version>
1010
<name>Parent Pom of the Pinfo Micro Services</name>
1111

1212
<packaging>pom</packaging>
1313

14+
<scm>
15+
<url>https://github.com/hostettler/microservices</url>
16+
<connection>scm:git:[email protected]/hostettler/microservices.git</connection>
17+
<developerConnection>scm:git:[email protected]/hostettler/microservices</developerConnection>
18+
</scm>
19+
1420
<properties>
1521
<version.thorntail>2.3.0.Final</version.thorntail>
1622
<version.h2>1.4.197</version.h2>
@@ -159,6 +165,15 @@
159165
<build>
160166
<pluginManagement>
161167
<plugins>
168+
<plugin>
169+
<artifactId>maven-release-plugin</artifactId>
170+
<version>2.5.3</version>
171+
<configuration>
172+
<autoVersionSubmodules>true</autoVersionSubmodules>
173+
<tagNameFormat>@{project.version}</tagNameFormat>
174+
<releaseProfiles>release</releaseProfiles>
175+
</configuration>
176+
</plugin>
162177
<plugin>
163178
<groupId>org.apache.maven.plugins</groupId>
164179
<artifactId>maven-compiler-plugin</artifactId>

regulatory-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ch.unige</groupId>
88
<artifactId>pinfo-micro-services</artifactId>
9-
<version>0.2.0-SNAPSHOT</version>
9+
<version>0.2.0</version>
1010
</parent>
1111

1212
<artifactId>regulatory-service</artifactId>

valuation-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ch.unige</groupId>
88
<artifactId>pinfo-micro-services</artifactId>
9-
<version>0.2.0-SNAPSHOT</version>
9+
<version>0.2.0</version>
1010
</parent>
1111

1212
<artifactId>valuation-service</artifactId>

0 commit comments

Comments
 (0)