chore(release): v1.1

This commit is contained in:
bedroomghost 2025-04-21 21:39:08 +02:00
parent 9caff32574
commit 730ca59e1c
6 changed files with 15 additions and 15 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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