Skip to content

Commit 74332c1

Browse files
committed
[maven-release-plugin] prepare release v0.0.2
1 parent cee8bf0 commit 74332c1

File tree

14 files changed

+30
-30
lines changed

14 files changed

+30
-30
lines changed

api-gateway/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.ubaid.ms</groupId>
66
<artifactId>CC-CN-APP</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
7+
<version>0.0.2</version>
88
<relativePath /> <!-- lookup parent from repository -->
99
</parent>
1010
<artifactId>api-gateway</artifactId>
11-
<version>0.0.2-SNAPSHOT</version>
11+
<version>0.0.2</version>
1212
<name>API Gateway</name>
1313
<description>Spring Cloud API Gateway Server</description>
1414

audit/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.ubaid.ms</groupId>
66
<artifactId>CC-CN-APP</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
7+
<version>0.0.2</version>
88
<relativePath /> <!-- lookup parent from repository -->
99
</parent>
1010
<artifactId>audit</artifactId>
11-
<version>0.0.2-SNAPSHOT</version>
11+
<version>0.0.2</version>
1212
<name>Audit Service</name>
1313
<description>Audit Logs Service</description>
1414
<dependencies>

common/dto/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>com.ubaid.ms.common</groupId>
88
<artifactId>common</artifactId>
9-
<version>0.0.2-SNAPSHOT</version>
9+
<version>0.0.2</version>
1010
</parent>
1111

1212
<artifactId>dto</artifactId>
13-
<version>0.0.2-SNAPSHOT</version>
13+
<version>0.0.2</version>
1414
<name>DTO</name>
1515

1616
<dependencies>

common/exception/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>com.ubaid.ms.common</groupId>
88
<artifactId>common</artifactId>
9-
<version>0.0.2-SNAPSHOT</version>
9+
<version>0.0.2</version>
1010
</parent>
1111

1212
<artifactId>exception</artifactId>
13-
<version>0.0.2-SNAPSHOT</version>
13+
<version>0.0.2</version>
1414
<name>Exception</name>
1515

1616
</project>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.ubaid.ms.common</groupId>
77
<artifactId>common</artifactId>
8-
<version>0.0.2-SNAPSHOT</version>
8+
<version>0.0.2</version>
99
<name>Common Modules</name>
1010
<description>A Parent Pom file for all common modules of Currency Conversion App</description>
1111
<packaging>pom</packaging>

common/util/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<groupId>com.ubaid.ms.common</groupId>
55
<artifactId>common</artifactId>
6-
<version>0.0.2-SNAPSHOT</version>
6+
<version>0.0.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>util</artifactId>
11-
<version>0.0.2-SNAPSHOT</version>
11+
<version>0.0.2</version>
1212
<name>Util</name>
1313

1414
</project>

config/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>com.ubaid.ms</groupId>
66
<artifactId>CC-CN-APP</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
7+
<version>0.0.2</version>
88
<relativePath /> <!-- lookup parent from repository -->
99
</parent>
1010

1111
<artifactId>config</artifactId>
12-
<version>0.0.2-SNAPSHOT</version>
12+
<version>0.0.2</version>
1313
<name>Config Server</name>
1414
<description>Cloud Configuration Server</description>
1515

country/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.ubaid.ms</groupId>
66
<artifactId>CC-CN-APP</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
7+
<version>0.0.2</version>
88
<relativePath /> <!-- lookup parent from repository -->
99
</parent>
1010
<artifactId>country</artifactId>
11-
<version>0.0.2-SNAPSHOT</version>
11+
<version>0.0.2</version>
1212
<name>Country Service</name>
1313
<description>A service which expose an end point to get all the countries which their currency code.</description>
1414

currency-conversion/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.ubaid.ms</groupId>
66
<artifactId>CC-CN-APP</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
7+
<version>0.0.2</version>
88
<relativePath /> <!-- lookup parent from repository -->
99
</parent>
1010
<artifactId>currency-conversion</artifactId>
11-
<version>0.0.2-SNAPSHOT</version>
11+
<version>0.0.2</version>
1212
<name>Currency Conversion Service</name>
1313
<description>Currency Conversion Service which convert a currency from one country to another</description>
1414

currency-exchange/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.ubaid.ms</groupId>
66
<artifactId>CC-CN-APP</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
7+
<version>0.0.2</version>
88
<relativePath /> <!-- lookup parent from repository -->
99
</parent>
1010
<artifactId>currency-exchange</artifactId>
11-
<version>0.0.2-SNAPSHOT</version>
11+
<version>0.0.2</version>
1212
<name>Currency Exchange Service</name>
1313
<description>This service get name of two countries and response the conversion factor</description>
1414

0 commit comments

Comments
 (0)