chore(release): v2.0

This commit is contained in:
bedroomghost 2025-05-06 21:07:37 +02:00
parent 8214f3ded7
commit 91d80101ef
7 changed files with 16 additions and 16 deletions

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 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 ## Running Tests

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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