Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Mar 14, 2024
1 parent d69f406 commit d550cb5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.getunleash</groupId>
<artifactId>unleash-starter</artifactId>
<packaging>pom</packaging>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
<modules>
<module>springboot-unleash-core</module>
<module>springboot-unleash-autoconfigure</module>
Expand Down Expand Up @@ -46,7 +46,7 @@
<connection>scm:git:git@github.com:Unleash/unleash-spring-boot-starter.git</connection>
<developerConnection>scm:git:git@github.com:Unleash/unleash-spring-boot-starter.git</developerConnection>
<url>https://github.com/Unleash/unleash-spring-boot-starter/tree/main</url>
<tag>HEAD</tag>
<tag>v1.1.0</tag>
</scm>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion springboot-unleash-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>unleash-starter</artifactId>
<groupId>io.getunleash</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion springboot-unleash-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>unleash-starter</artifactId>
<groupId>io.getunleash</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion springboot-unleash-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>unleash-starter</artifactId>
<groupId>io.getunleash</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit d550cb5

Please sign in to comment.