chore(release): v1.1 #2

Merged
bedroomghost merged 6 commits from develop into main 2025-04-21 19:39:49 +00:00
6 changed files with 15 additions and 15 deletions
Showing only changes of commit 730ca59e1c - Show all commits

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.0-RELEASE</version> <version>1.1-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.0-RELEASE</version> <version>1.1-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.0-RELEASE</version> <version>1.1-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.0-RELEASE</version> <version>1.1-RELEASE</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.techivw</groupId> <groupId>com.techivw</groupId>
<artifactId>application</artifactId> <artifactId>application</artifactId>
<version>1.0-RELEASE</version> <version>1.1-RELEASE</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.techivw</groupId> <groupId>com.techivw</groupId>
<artifactId>rest-api</artifactId> <artifactId>rest-api</artifactId>
<version>1.0-RELEASE</version> <version>1.1-RELEASE</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.techivw</groupId> <groupId>com.techivw</groupId>
<artifactId>sql-repository</artifactId> <artifactId>sql-repository</artifactId>
<version>1.0-RELEASE</version> <version>1.1-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.0-RELEASE</version> <version>1.1-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.0-RELEASE</version> <version>1.1-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.0-RELEASE</version> <version>1.1-RELEASE</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.techivw</groupId> <groupId>com.techivw</groupId>
<artifactId>application</artifactId> <artifactId>application</artifactId>
<version>1.0-RELEASE</version> <version>1.1-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.0-RELEASE</version> <version>1.1-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.0-RELEASE</version> <version>1.1-RELEASE</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.techivw</groupId> <groupId>com.techivw</groupId>
<artifactId>application</artifactId> <artifactId>application</artifactId>
<version>1.0-RELEASE</version> <version>1.1-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.0-RELEASE</version> <version>1.1-RELEASE</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>web-price</name> <name>web-price</name>