chore(release): v2.0 #3

Merged
bedroomghost merged 2 commits from develop into main 2025-05-06 19:08:34 +00:00
7 changed files with 16 additions and 16 deletions
Showing only changes of commit 91d80101ef - Show all commits

View File

@ -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

View File

@ -11,7 +11,7 @@
<parent>
<groupId>com.techivw</groupId>
<artifactId>web-price</artifactId>
<version>1.1-RELEASE</version>
<version>2.0-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>
@ -19,7 +19,7 @@
<dependency>
<groupId>com.techivw</groupId>
<artifactId>domain</artifactId>
<version>1.1-RELEASE</version>
<version>2.0-RELEASE</version>
</dependency>
</dependencies>

View File

@ -7,7 +7,7 @@
<parent>
<groupId>com.techivw</groupId>
<artifactId>web-price</artifactId>
<version>1.1-RELEASE</version>
<version>2.0-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>
@ -20,22 +20,22 @@
<dependency>
<groupId>com.techivw</groupId>
<artifactId>domain</artifactId>
<version>1.1-RELEASE</version>
<version>2.0-RELEASE</version>
</dependency>
<dependency>
<groupId>com.techivw</groupId>
<artifactId>application</artifactId>
<version>1.1-RELEASE</version>
<version>2.0-RELEASE</version>
</dependency>
<dependency>
<groupId>com.techivw</groupId>
<artifactId>rest-api</artifactId>
<version>1.1-RELEASE</version>
<version>2.0-RELEASE</version>
</dependency>
<dependency>
<groupId>com.techivw</groupId>
<artifactId>sql-repository</artifactId>
<version>1.1-RELEASE</version>
<version>2.0-RELEASE</version>
</dependency>
</dependencies>

View File

@ -11,6 +11,6 @@
<parent>
<groupId>com.techivw</groupId>
<artifactId>web-price</artifactId>
<version>1.1-RELEASE</version>
<version>2.0-RELEASE</version>
</parent>
</project>

View File

@ -7,7 +7,7 @@
<parent>
<groupId>com.techivw</groupId>
<artifactId>web-price</artifactId>
<version>1.1-RELEASE</version>
<version>2.0-RELEASE</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
@ -19,12 +19,12 @@
<dependency>
<groupId>com.techivw</groupId>
<artifactId>domain</artifactId>
<version>1.1-RELEASE</version>
<version>2.0-RELEASE</version>
</dependency>
<dependency>
<groupId>com.techivw</groupId>
<artifactId>application</artifactId>
<version>1.1-RELEASE</version>
<version>2.0-RELEASE</version>
</dependency>
</dependencies>

View File

@ -11,7 +11,7 @@
<parent>
<groupId>com.techivw</groupId>
<artifactId>web-price</artifactId>
<version>1.1-RELEASE</version>
<version>2.0-RELEASE</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
@ -19,12 +19,12 @@
<dependency>
<groupId>com.techivw</groupId>
<artifactId>domain</artifactId>
<version>1.1-RELEASE</version>
<version>2.0-RELEASE</version>
</dependency>
<dependency>
<groupId>com.techivw</groupId>
<artifactId>application</artifactId>
<version>1.1-RELEASE</version>
<version>2.0-RELEASE</version>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>

View File

@ -20,7 +20,7 @@
<groupId>com.techivw</groupId>
<artifactId>web-price</artifactId>
<version>1.1-RELEASE</version>
<version>2.0-RELEASE</version>
<packaging>pom</packaging>
<name>web-price</name>