diff --git a/README.md b/README.md
index cb70863..b996d78 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Web service for obtaining the price of a product given a date, the product id an
```
mvn clean spring-boot:run -Dspring-boot.run.profiles=local
```
-3. Service should be ready to receive requests at http://localhost:8080/price with OpenAPI docs available at http://localhost:8080/swagger-ui/index.html
+3. Service should be ready to receive requests at http://localhost:8080/price, with OpenAPI docs available at http://localhost:8080/swagger-ui/index.html
## Running Tests
diff --git a/application/pom.xml b/application/pom.xml
index 1b736da..b8c8b98 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -11,7 +11,7 @@
com.techivw
web-price
- 1.1-RELEASE
+ 2.0-RELEASE
../pom.xml
@@ -19,7 +19,7 @@
com.techivw
domain
- 1.1-RELEASE
+ 2.0-RELEASE
diff --git a/boot/pom.xml b/boot/pom.xml
index de1276e..805fda9 100644
--- a/boot/pom.xml
+++ b/boot/pom.xml
@@ -7,7 +7,7 @@
com.techivw
web-price
- 1.1-RELEASE
+ 2.0-RELEASE
../pom.xml
@@ -20,22 +20,22 @@
com.techivw
domain
- 1.1-RELEASE
+ 2.0-RELEASE
com.techivw
application
- 1.1-RELEASE
+ 2.0-RELEASE
com.techivw
rest-api
- 1.1-RELEASE
+ 2.0-RELEASE
com.techivw
sql-repository
- 1.1-RELEASE
+ 2.0-RELEASE
diff --git a/domain/pom.xml b/domain/pom.xml
index 6f92192..d17716a 100644
--- a/domain/pom.xml
+++ b/domain/pom.xml
@@ -11,6 +11,6 @@
com.techivw
web-price
- 1.1-RELEASE
+ 2.0-RELEASE
diff --git a/infrastructure/in/rest-api/pom.xml b/infrastructure/in/rest-api/pom.xml
index cc3fa87..e10492e 100644
--- a/infrastructure/in/rest-api/pom.xml
+++ b/infrastructure/in/rest-api/pom.xml
@@ -7,7 +7,7 @@
com.techivw
web-price
- 1.1-RELEASE
+ 2.0-RELEASE
../../../pom.xml
@@ -19,12 +19,12 @@
com.techivw
domain
- 1.1-RELEASE
+ 2.0-RELEASE
com.techivw
application
- 1.1-RELEASE
+ 2.0-RELEASE
diff --git a/infrastructure/out/sql-repository/pom.xml b/infrastructure/out/sql-repository/pom.xml
index 806d137..1f63506 100644
--- a/infrastructure/out/sql-repository/pom.xml
+++ b/infrastructure/out/sql-repository/pom.xml
@@ -11,7 +11,7 @@
com.techivw
web-price
- 1.1-RELEASE
+ 2.0-RELEASE
../../../pom.xml
@@ -19,12 +19,12 @@
com.techivw
domain
- 1.1-RELEASE
+ 2.0-RELEASE
com.techivw
application
- 1.1-RELEASE
+ 2.0-RELEASE
org.flywaydb
diff --git a/pom.xml b/pom.xml
index e1ee433..cd24006 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
com.techivw
web-price
- 1.1-RELEASE
+ 2.0-RELEASE
pom
web-price