[maven-release-plugin] prepare release common-1.0
This commit is contained in:
@@ -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-->
|
||||
|
||||
Reference in New Issue
Block a user