File tree Expand file tree Collapse file tree 14 files changed +55
-73
lines changed
Expand file tree Collapse file tree 14 files changed +55
-73
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments