Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Apr 4, 2019
1 parent 32643ed commit fcb07f0
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>ch.unige</groupId>
<artifactId>pinfo-micro-services</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<artifactId>api-gateway</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion counterparty-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>ch.unige</groupId>
<artifactId>pinfo-micro-services</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<artifactId>counterparty-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion instrument-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>ch.unige</groupId>
<artifactId>pinfo-micro-services</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<artifactId>instrument-service</artifactId>
Expand Down
17 changes: 16 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@

<groupId>ch.unige</groupId>
<artifactId>pinfo-micro-services</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<name>Parent Pom of the Pinfo Micro Services</name>

<packaging>pom</packaging>

<scm>
<url>https://github.com/hostettler/microservices</url>
<connection>scm:git:[email protected]/hostettler/microservices.git</connection>
<developerConnection>scm:git:[email protected]/hostettler/microservices</developerConnection>
</scm>

<properties>
<version.thorntail>2.3.0.Final</version.thorntail>
<version.h2>1.4.197</version.h2>
Expand Down Expand Up @@ -159,6 +165,15 @@
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<tagNameFormat>@{project.version}</tagNameFormat>
<releaseProfiles>release</releaseProfiles>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion regulatory-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>ch.unige</groupId>
<artifactId>pinfo-micro-services</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<artifactId>regulatory-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion valuation-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>ch.unige</groupId>
<artifactId>pinfo-micro-services</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<artifactId>valuation-service</artifactId>
Expand Down

0 comments on commit fcb07f0

Please sign in to comment.