File tree Expand file tree Collapse file tree 30 files changed +61
-61
lines changed
swagger-oauth2-auth-server
swagger-play2-utils/project
java-jaxrs-no-annotations
scala-oauth-authorization-server Expand file tree Collapse file tree 30 files changed +61
-61
lines changed Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >com.wordnik</groupId >
55 <artifactId >swagger-project_2.10</artifactId >
6- <version >1.3.6-SNAPSHOT </version >
6+ <version >1.3.6</version >
77 <relativePath >../..</relativePath >
88 </parent >
99 <modelVersion >4.0.0</modelVersion >
1010 <groupId >com.wordnik</groupId >
1111 <artifactId >swagger-annotations</artifactId >
12- <version >1.3.6-SNAPSHOT </version >
12+ <version >1.3.6</version >
1313 <packaging >jar</packaging >
1414 <name >swagger-annotations</name >
1515
Original file line number Diff line number Diff line change 22 <parent >
33 <groupId >com.wordnik</groupId >
44 <artifactId >swagger-project_2.10</artifactId >
5- <version >1.3.6-SNAPSHOT </version >
5+ <version >1.3.6</version >
66 <relativePath >../..</relativePath >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <groupId >com.wordnik</groupId >
1010 <artifactId >swagger-core_2.10</artifactId >
1111 <packaging >jar</packaging >
1212 <name >swagger-core</name >
13- <version >1.3.6-SNAPSHOT </version >
13+ <version >1.3.6</version >
1414 <build >
1515 <sourceDirectory >src/main/java</sourceDirectory >
1616 <defaultGoal >install</defaultGoal >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >com.wordnik</groupId >
55 <artifactId >swagger-project_2.10</artifactId >
6- <version >1.3.6-SNAPSHOT </version >
6+ <version >1.3.6</version >
77 <relativePath >../..</relativePath >
88 </parent >
99 <modelVersion >4.0.0</modelVersion >
1010 <groupId >com.wordnik</groupId >
1111 <artifactId >swagger-jaxrs-utils_2.10</artifactId >
1212 <packaging >jar</packaging >
13- <version >1.3.6-SNAPSHOT </version >
13+ <version >1.3.6</version >
1414 <name >swagger-jaxrs-utils</name >
1515 <build >
1616 <defaultGoal >install</defaultGoal >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >com.wordnik</groupId >
55 <artifactId >swagger-project_2.10</artifactId >
6- <version >1.3.6-SNAPSHOT </version >
6+ <version >1.3.6</version >
77 <relativePath >../..</relativePath >
88 </parent >
99 <modelVersion >4.0.0</modelVersion >
1010 <groupId >com.wordnik</groupId >
1111 <artifactId >swagger-jaxrs_2.10</artifactId >
1212 <packaging >jar</packaging >
13- <version >1.3.6-SNAPSHOT </version >
13+ <version >1.3.6</version >
1414 <name >swagger-jaxrs</name >
1515 <build >
1616 <defaultGoal >install</defaultGoal >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >com.wordnik</groupId >
55 <artifactId >swagger-project_2.10</artifactId >
6- <version >1.3.6-SNAPSHOT </version >
6+ <version >1.3.6</version >
77 <relativePath >../..</relativePath >
88 </parent >
99 <modelVersion >4.0.0</modelVersion >
1010 <groupId >com.wordnik</groupId >
1111 <artifactId >swagger-jersey-jaxrs_2.10</artifactId >
1212 <packaging >jar</packaging >
13- <version >1.3.6-SNAPSHOT </version >
13+ <version >1.3.6</version >
1414 <name >swagger-jersey-jaxrs</name >
1515 <build >
1616 <defaultGoal >install</defaultGoal >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >com.wordnik</groupId >
55 <artifactId >swagger-project_2.10</artifactId >
6- <version >1.3.6-SNAPSHOT </version >
6+ <version >1.3.6</version >
77 <relativePath >../..</relativePath >
88 </parent >
99 <modelVersion >4.0.0</modelVersion >
1010 <groupId >com.wordnik</groupId >
1111 <artifactId >swagger-jersey2-jaxrs_2.10</artifactId >
1212 <packaging >jar</packaging >
13- <version >1.3.6-SNAPSHOT </version >
13+ <version >1.3.6</version >
1414 <name >swagger-jersey2-jaxrs (Jersey 2.x support)</name >
1515 <build >
1616 <defaultGoal >install</defaultGoal >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >com.wordnik</groupId >
55 <artifactId >swagger-project_2.10</artifactId >
6- <version >1.3.6-SNAPSHOT </version >
6+ <version >1.3.6</version >
77 <relativePath >../..</relativePath >
88 </parent >
99 <modelVersion >4.0.0</modelVersion >
1010 <groupId >com.wordnik</groupId >
1111 <artifactId >swagger-oauth2-server_2.10</artifactId >
1212 <packaging >jar</packaging >
13- <version >1.3.6-SNAPSHOT </version >
13+ <version >1.3.6</version >
1414 <name >swagger-oauth2-server</name >
1515 <build >
1616 <defaultGoal >install</defaultGoal >
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ import play.Project._
44
55object ApplicationBuild extends Build {
66 val appName = " swagger-play2-utils"
7- val appVersion = " 1.3.6-SNAPSHOT "
7+ val appVersion = " 1.3.6"
88
99 val appDependencies : Seq [sbt.ModuleID ] = Seq (
1010 " org.slf4j" % " slf4j-api" % " 1.6.4" ,
11- " com.wordnik" % " swagger-core_2.10" % " 1.3.6-SNAPSHOT " ,
11+ " com.wordnik" % " swagger-core_2.10" % " 1.3.6" ,
1212 " com.wordnik" % " common-utils_2.10.0" % " 1.1.5" ,
1313 " javax.ws.rs" % " jsr311-api" % " 1.1.1" )
1414
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ import play.Project._
44
55object ApplicationBuild extends Build {
66 val appName = " swagger-play2"
7- val appVersion = " 1.3.6-SNAPSHOT "
7+ val appVersion = " 1.3.6"
88
99 checksums in update := Nil
1010
1111 val appDependencies : Seq [sbt.ModuleID ] = Seq (
1212 " com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.1.3" ,
1313 " com.fasterxml.jackson.core" % " jackson-annotations" % " 2.1.4" ,
1414 " org.slf4j" % " slf4j-api" % " 1.6.4" ,
15- " com.wordnik" % " swagger-jaxrs_2.10" % " 1.3.6-SNAPSHOT " ,
15+ " com.wordnik" % " swagger-jaxrs_2.10" % " 1.3.6" ,
1616 " javax.ws.rs" % " jsr311-api" % " 1.1.1" ,
1717 " org.mockito" % " mockito-core" % " 1.9.5" % " test" )
1818
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >com.wordnik</groupId >
55 <artifactId >swagger-project_2.10</artifactId >
6- <version >1.3.6-SNAPSHOT </version >
6+ <version >1.3.6</version >
77 <relativePath >../..</relativePath >
88 </parent >
99 <modelVersion >4.0.0</modelVersion >
1010 <groupId >com.wordnik</groupId >
1111 <artifactId >swagger-servlet_2.10</artifactId >
1212 <packaging >jar</packaging >
13- <version >1.3.6-SNAPSHOT </version >
13+ <version >1.3.6</version >
1414 <name >swagger-servlet</name >
1515 <build >
1616 <defaultGoal >install</defaultGoal >
You can’t perform that action at this time.
0 commit comments