Skip to content

Commit

Permalink
mvn release [ci skip]prepare release v1.0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
conorroche committed Mar 4, 2015
1 parent 5832ea5 commit f2fc9c1
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>com.carma</groupId>
<artifactId>swagger-doclet-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.4.2-SNAPSHOT</version>
<version>1.0.4.2</version>
<name>Swagger Doclet</name>
<url>https://github.com/Carma-Public/swagger-jaxrs-doclet</url>
<description>
Expand Down Expand Up @@ -49,7 +49,7 @@
<connection>scm:git:[email protected]:Carma-Public/swagger-jaxrs-doclet.git</connection>
<developerConnection>scm:git:[email protected]:Carma-Public/swagger-jaxrs-doclet.git</developerConnection>
<url>https://github.com/Carma-Public/swagger-jaxrs-doclet</url>
<tag>HEAD</tag>
<tag>v1.0.4.2</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion swagger-doclet-sample-dropwizard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.carma</groupId>
<artifactId>swagger-doclet-parent</artifactId>
<version>1.0.4.2-SNAPSHOT</version>
<version>1.0.4.2</version>
</parent>

<artifactId>swagger-doclet-sample-dropwizard</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion swagger-doclet-sample-jersey2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.carma</groupId>
<artifactId>swagger-doclet-parent</artifactId>
<version>1.0.4.2-SNAPSHOT</version>
<version>1.0.4.2</version>
</parent>

<artifactId>swagger-doclet-sample-jersey2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion swagger-doclet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.carma</groupId>
<artifactId>swagger-doclet-parent</artifactId>
<version>1.0.4.2-SNAPSHOT</version>
<version>1.0.4.2</version>
</parent>

<artifactId>swagger-doclet</artifactId>
Expand Down

0 comments on commit f2fc9c1

Please sign in to comment.