Skip to content

Commit c91472b

Browse files
committed
[maven-release-plugin] prepare release v0.0.1
1 parent 9bb87ea commit c91472b

File tree

14 files changed

+55
-73
lines changed

14 files changed

+55
-73
lines changed

api-gateway/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>com.ubaid.ms</groupId>
86
<artifactId>CC-CN-APP</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
10-
<relativePath/> <!-- lookup parent from repository -->
7+
<version>0.0.1</version>
8+
<relativePath /> <!-- lookup parent from repository -->
119
</parent>
1210
<artifactId>api-gateway</artifactId>
13-
<version>0.0.1-SNAPSHOT</version>
11+
<version>0.0.1</version>
1412
<name>API Gateway</name>
1513
<description>Spring Cloud API Gateway Server</description>
1614

audit/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>com.ubaid.ms</groupId>
76
<artifactId>CC-CN-APP</artifactId>
8-
<version>0.0.1-SNAPSHOT</version>
9-
<relativePath/> <!-- lookup parent from repository -->
7+
<version>0.0.1</version>
8+
<relativePath /> <!-- lookup parent from repository -->
109
</parent>
1110
<artifactId>audit</artifactId>
12-
<version>0.0.1-SNAPSHOT</version>
11+
<version>0.0.1</version>
1312
<name>Audit Service</name>
1413
<description>Audit Logs Service</description>
1514
<dependencies>

common/dto/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53

64
<modelVersion>4.0.0</modelVersion>
75

86
<parent>
97
<groupId>com.ubaid.ms.common</groupId>
108
<artifactId>common</artifactId>
11-
<version>0.0.1-SNAPSHOT</version>
9+
<version>0.0.1</version>
1210
</parent>
1311

1412
<artifactId>dto</artifactId>
15-
<version>0.0.1-SNAPSHOT</version>
13+
<version>0.0.1</version>
1614
<name>DTO</name>
1715

1816
<dependencies>

common/exception/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53

64
<modelVersion>4.0.0</modelVersion>
75

86
<parent>
97
<groupId>com.ubaid.ms.common</groupId>
108
<artifactId>common</artifactId>
11-
<version>0.0.1-SNAPSHOT</version>
9+
<version>0.0.1</version>
1210
</parent>
1311

1412
<artifactId>exception</artifactId>
15-
<version>0.0.1-SNAPSHOT</version>
13+
<version>0.0.1</version>
1614
<name>Exception</name>
1715

1816
</project>

common/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53

64
<modelVersion>4.0.0</modelVersion>
75

86
<groupId>com.ubaid.ms.common</groupId>
97
<artifactId>common</artifactId>
10-
<version>0.0.1-SNAPSHOT</version>
8+
<version>0.0.1</version>
119
<name>Common Modules</name>
1210
<description>A Parent Pom file for all common modules of Currency Conversion App</description>
1311
<packaging>pom</packaging>

common/util/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<parent>
64
<groupId>com.ubaid.ms.common</groupId>
75
<artifactId>common</artifactId>
8-
<version>0.0.1-SNAPSHOT</version>
6+
<version>0.0.1</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

1210
<artifactId>util</artifactId>
13-
<version>0.0.1-SNAPSHOT</version>
11+
<version>0.0.1</version>
1412
<name>Util</name>
1513

1614
</project>

config/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>com.ubaid.ms</groupId>
76
<artifactId>CC-CN-APP</artifactId>
8-
<version>0.0.1-SNAPSHOT</version>
9-
<relativePath/> <!-- lookup parent from repository -->
7+
<version>0.0.1</version>
8+
<relativePath /> <!-- lookup parent from repository -->
109
</parent>
1110

1211
<artifactId>config</artifactId>
13-
<version>0.0.1-SNAPSHOT</version>
12+
<version>0.0.1</version>
1413
<name>Config Server</name>
1514
<description>Cloud Configuration Server</description>
1615

country/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>com.ubaid.ms</groupId>
76
<artifactId>CC-CN-APP</artifactId>
8-
<version>0.0.1-SNAPSHOT</version>
9-
<relativePath/> <!-- lookup parent from repository -->
7+
<version>0.0.1</version>
8+
<relativePath /> <!-- lookup parent from repository -->
109
</parent>
1110
<artifactId>country</artifactId>
12-
<version>0.0.1-SNAPSHOT</version>
11+
<version>0.0.1</version>
1312
<name>Country Service</name>
1413
<description>A service which expose an end point to get all the countries which their currency code.</description>
1514

currency-conversion/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>com.ubaid.ms</groupId>
76
<artifactId>CC-CN-APP</artifactId>
8-
<version>0.0.1-SNAPSHOT</version>
9-
<relativePath/> <!-- lookup parent from repository -->
7+
<version>0.0.1</version>
8+
<relativePath /> <!-- lookup parent from repository -->
109
</parent>
1110
<artifactId>currency-conversion</artifactId>
12-
<version>0.0.1-SNAPSHOT</version>
11+
<version>0.0.1</version>
1312
<name>Currency Conversion Service</name>
1413
<description>Currency Conversion Service which convert a currency from one country to another</description>
1514

currency-exchange/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>com.ubaid.ms</groupId>
76
<artifactId>CC-CN-APP</artifactId>
8-
<version>0.0.1-SNAPSHOT</version>
9-
<relativePath/> <!-- lookup parent from repository -->
7+
<version>0.0.1</version>
8+
<relativePath /> <!-- lookup parent from repository -->
109
</parent>
1110
<artifactId>currency-exchange</artifactId>
12-
<version>0.0.1-SNAPSHOT</version>
11+
<version>0.0.1</version>
1312
<name>Currency Exchange Service</name>
1413
<description>This service get name of two countries and response the conversion factor</description>
1514

0 commit comments

Comments
 (0)