Skip to content

Commit 2294fe8

Browse files
authored
Merge pull request #3275 from swagger-api/bump-snapshot
bump next snapshot 1.5.24-SNAPSHOT
2 parents 3d4b51c + 0e97430 commit 2294fe8

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

modules/swagger-annotations/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>io.swagger</groupId>
55
<artifactId>swagger-project</artifactId>
6-
<version>1.5.23</version>
6+
<version>1.5.24-SNAPSHOT</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>io.swagger</groupId>
1111
<artifactId>swagger-annotations</artifactId>
12-
<version>1.5.23</version>
12+
<version>1.5.24-SNAPSHOT</version>
1313
<packaging>bundle</packaging>
1414
<name>swagger-annotations</name>
1515
<build>

modules/swagger-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.swagger</groupId>
55
<artifactId>swagger-project</artifactId>
6-
<version>1.5.23</version>
6+
<version>1.5.24-SNAPSHOT</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/swagger-hibernate-validations/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<parent>
55
<groupId>io.swagger</groupId>
66
<artifactId>swagger-project</artifactId>
7-
<version>1.5.23</version>
7+
<version>1.5.24-SNAPSHOT</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>io.swagger</groupId>
1212
<artifactId>swagger-hibernate-validations</artifactId>
1313
<packaging>jar</packaging>
14-
<version>1.5.23</version>
14+
<version>1.5.24-SNAPSHOT</version>
1515
<name>swagger-hibernate-validations</name>
1616
<build>
1717
<sourceDirectory>src/main/java</sourceDirectory>

modules/swagger-jaxrs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.swagger</groupId>
66
<artifactId>swagger-project</artifactId>
7-
<version>1.5.23</version>
7+
<version>1.5.24-SNAPSHOT</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

modules/swagger-jersey-jaxrs/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<parent>
55
<groupId>io.swagger</groupId>
66
<artifactId>swagger-project</artifactId>
7-
<version>1.5.23</version>
7+
<version>1.5.24-SNAPSHOT</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>io.swagger</groupId>
1212
<artifactId>swagger-jersey-jaxrs</artifactId>
1313
<packaging>jar</packaging>
14-
<version>1.5.23</version>
14+
<version>1.5.24-SNAPSHOT</version>
1515
<name>swagger-jersey-jaxrs</name>
1616
<build>
1717
<sourceDirectory>src/main/java</sourceDirectory>

modules/swagger-jersey2-jaxrs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.swagger</groupId>
66
<artifactId>swagger-project</artifactId>
7-
<version>1.5.23</version>
7+
<version>1.5.24-SNAPSHOT</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

modules/swagger-models/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.swagger</groupId>
66
<artifactId>swagger-project</artifactId>
7-
<version>1.5.23</version>
7+
<version>1.5.24-SNAPSHOT</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

modules/swagger-mule/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.swagger</groupId>
55
<artifactId>swagger-project</artifactId>
6-
<version>1.5.23</version>
6+
<version>1.5.24-SNAPSHOT</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/swagger-servlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.swagger</groupId>
66
<artifactId>swagger-project</artifactId>
7-
<version>1.5.23</version>
7+
<version>1.5.24-SNAPSHOT</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<artifactId>swagger-project</artifactId>
1111
<packaging>pom</packaging>
1212
<name>swagger-project</name>
13-
<version>1.5.23</version>
13+
<version>1.5.24-SNAPSHOT</version>
1414
<url>https://github.com/swagger-api/swagger-core</url>
1515
<scm>
1616
<connection>scm:git:git@github.com:swagger-api/swagger-core.git</connection>

0 commit comments

Comments
 (0)