chore(release): v1.0 #1

Merged
bedroomghost merged 10 commits from develop into main 2025-04-20 16:07:07 +00:00
6 changed files with 15 additions and 15 deletions
Showing only changes of commit 1382675860 - 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>0.0.1-SNAPSHOT</version> <version>1.0-RELEASE</version>
<relativePath/> <relativePath/>
</parent> </parent>
@ -19,7 +19,7 @@
<dependency> <dependency>
<groupId>com.techivw</groupId> <groupId>com.techivw</groupId>
<artifactId>domain</artifactId> <artifactId>domain</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>1.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>0.0.1-SNAPSHOT</version> <version>1.0-RELEASE</version>
<relativePath/> <relativePath/>
</parent> </parent>
@ -20,22 +20,22 @@
<dependency> <dependency>
<groupId>com.techivw</groupId> <groupId>com.techivw</groupId>
<artifactId>domain</artifactId> <artifactId>domain</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>1.0-RELEASE</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.techivw</groupId> <groupId>com.techivw</groupId>
<artifactId>application</artifactId> <artifactId>application</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>1.0-RELEASE</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.techivw</groupId> <groupId>com.techivw</groupId>
<artifactId>rest-api</artifactId> <artifactId>rest-api</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>1.0-RELEASE</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.techivw</groupId> <groupId>com.techivw</groupId>
<artifactId>sql-repository</artifactId> <artifactId>sql-repository</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>1.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>0.0.1-SNAPSHOT</version> <version>1.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>0.0.1-SNAPSHOT</version> <version>1.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>0.0.1-SNAPSHOT</version> <version>1.0-RELEASE</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.techivw</groupId> <groupId>com.techivw</groupId>
<artifactId>application</artifactId> <artifactId>application</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>1.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>0.0.1-SNAPSHOT</version> <version>1.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>0.0.1-SNAPSHOT</version> <version>1.0-RELEASE</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.techivw</groupId> <groupId>com.techivw</groupId>
<artifactId>application</artifactId> <artifactId>application</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>1.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>0.0.1-SNAPSHOT</version> <version>1.0-RELEASE</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>web-price</name> <name>web-price</name>