[maven-release-plugin] prepare release common-1.0

This commit is contained in:
Rick Rongen
2025-09-15 12:02:28 +02:00
parent 7047464602
commit 71742d6a10
4 changed files with 13 additions and 15 deletions

View File

@@ -4,6 +4,7 @@
<scm>
<connection>scm:git:ssh://gitea@gitea.rickrongen.nl:8789/RickRongen/tmp-sbcommon.git</connection>
<url>ssh://gitea@gitea.rickrongen.nl:8789/RickRongen/tmp-sbcommon.git</url>
<tag>common-1.0</tag>
</scm>
<parent>
<groupId>org.springframework.boot</groupId>
@@ -22,7 +23,7 @@
<groupId>com.sligrofoodgroup.spring-boot-common</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<packaging>pom</packaging>
<properties>
@@ -37,12 +38,12 @@
<dependency>
<groupId>com.sligrofoodgroup.spring-boot-common</groupId>
<artifactId>lib-1</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>com.sligrofoodgroup.spring-boot-common</groupId>
<artifactId>spring-boot-common-utils</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
<!--Common dependencies-->