Skip to content

Commit fdbb9e8

Browse files
author
loadbuild
committed
[maven-release-plugin] prepare release 0.1.3
1 parent eac1ee7 commit fdbb9e8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.solace.labs.spring.boot</groupId>
55
<artifactId>solace-java-spring-boot-parent</artifactId>
6-
<version>0.1.3-SNAPSHOT</version>
6+
<version>0.1.3</version>
77
<packaging>pom</packaging>
88
<name>Solace Java API Spring Boot AutoConfiguration</name>
99
<description>Parent POM for Solace Java API Spring Boot AutoConfiguration </description>
@@ -29,7 +29,7 @@
2929
<url>https://github.com/SolaceLabs/solace-java-spring-boot.git</url>
3030
<connection>scm:git:git://github.com/SolaceLabs/solace-java-spring-boot.git</connection>
3131
<developerConnection>scm:git:git@github.com:SolaceLabs/solace-java-spring-boot.git</developerConnection>
32-
<tag>HEAD</tag>
32+
<tag>0.1.3</tag>
3333
</scm>
3434

3535
<properties>

solace-java-sample-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.solace.labs.spring.boot</groupId>
77
<artifactId>solace-java-spring-boot-parent</artifactId>
8-
<version>0.1.3-SNAPSHOT</version>
8+
<version>0.1.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

solace-java-spring-boot-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.solace.labs.spring.boot</groupId>
77
<artifactId>solace-java-spring-boot-parent</artifactId>
8-
<version>0.1.3-SNAPSHOT</version>
8+
<version>0.1.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

solace-java-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.solace.labs.spring.boot</groupId>
77
<artifactId>solace-java-spring-boot-parent</artifactId>
8-
<version>0.1.3-SNAPSHOT</version>
8+
<version>0.1.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)