Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
jbellmann committed Sep 23, 2015
1 parent b93e168 commit d008418
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.zalando.stups</groupId>
<artifactId>spring-boot-zalando-stups-tokens-parent</artifactId>
<version>0.9.2</version>
<version>0.9.3-SNAPSHOT</version>
<packaging>pom</packaging>
<description>OAuth2-Tokens Library - Build-Parent</description>
<organization>
Expand Down Expand Up @@ -138,6 +138,6 @@
<url>https://github.com/zalando-stups/spring-boot-zalando-stups-tokens</url>
<connection>scm:git:https://github.com/zalando-stups/spring-boot-zalando-stups-tokens.git</connection>
<developerConnection>scm:git:https://github.com/zalando-stups/spring-boot-zalando-stups-tokens.git</developerConnection>
<tag>0.9.2</tag>
<tag>HEAD</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion spring-boot-zalando-stups-tokens/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.zalando.stups</groupId>
<artifactId>spring-boot-zalando-stups-tokens-parent</artifactId>
<version>0.9.2</version>
<version>0.9.3-SNAPSHOT</version>
</parent>
<artifactId>spring-boot-zalando-stups-tokens</artifactId>
<description>OAuth2-Tokens Library - Spring-Boot-Starter</description>
Expand Down

0 comments on commit d008418

Please sign in to comment.