Skip to content

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 Feb 23, 2017
1 parent 501eb1f commit af6e205
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.zalando.stups</groupId>
<artifactId>swagger-codegen-tooling</artifactId>
<version>0.5.0-beta-1</version>
<version>0.5.0-SNAPSHOT</version>
</parent>
<artifactId>docs</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -10,7 +10,7 @@

<groupId>org.zalando.stups</groupId>
<artifactId>swagger-codegen-tooling</artifactId>
<version>0.5.0-beta-1</version>
<version>0.5.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Swagger-Codegen-Tooling -- Parent</name>

Expand All @@ -36,7 +36,7 @@
<url>https://github.com/zalando-stups/swagger-codegen-tooling.git</url>
<connection>scm:git:https://github.com/zalando-stups/swagger-codegen-tooling.git</connection>
<developerConnection>scm:git:https://github.com/zalando-stups/swagger-codegen-tooling.git</developerConnection>
<tag>0.5.0-beta-1</tag>
<tag>HEAD</tag>
</scm>
<build>
<pluginManagement>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-stups-swagger-codegen-ui/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.zalando.stups</groupId>
<artifactId>swagger-codegen-tooling</artifactId>
<version>0.5.0-beta-1</version>
<version>0.5.0-SNAPSHOT</version>
</parent>
<artifactId>spring-boot-stups-swagger-codegen-ui</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion swagger-codegen-common/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.zalando.stups</groupId>
<artifactId>swagger-codegen-tooling</artifactId>
<version>0.5.0-beta-1</version>
<version>0.5.0-SNAPSHOT</version>
</parent>
<artifactId>swagger-codegen-common</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion swagger-codegen-maven-plugin/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.zalando.stups</groupId>
<artifactId>swagger-codegen-tooling</artifactId>
<version>0.5.0-beta-1</version>
<version>0.5.0-SNAPSHOT</version>
</parent>
<groupId>org.zalando.maven.plugins</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion swagger-codegen-templates/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.zalando.stups</groupId>
<artifactId>swagger-codegen-tooling</artifactId>
<version>0.5.0-beta-1</version>
<version>0.5.0-SNAPSHOT</version>
</parent>
<artifactId>swagger-codegen-templates</artifactId>
<name>Swagger-Codegen-Templates -- Parent</name>
Expand Down
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.zalando.stups</groupId>
<artifactId>swagger-codegen-templates</artifactId>
<version>0.5.0-beta-1</version>
<version>0.5.0-SNAPSHOT</version>
</parent>
<artifactId>swagger-codegen-template-jaxrs-interfaces</artifactId>

Expand Down
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.zalando.stups</groupId>
<artifactId>swagger-codegen-templates</artifactId>
<version>0.5.0-beta-1</version>
<version>0.5.0-SNAPSHOT</version>
</parent>
<artifactId>swagger-codegen-template-spring-interfaces-split</artifactId>

Expand Down
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.zalando.stups</groupId>
<artifactId>swagger-codegen-templates</artifactId>
<version>0.5.0-beta-1</version>
<version>0.5.0-SNAPSHOT</version>
</parent>
<artifactId>swagger-codegen-template-spring-interfaces</artifactId>

Expand Down

0 comments on commit af6e205

Please sign in to comment.