File tree Expand file tree Collapse file tree 28 files changed +58
-58
lines changed
swagger-oauth2-auth-server
swagger-play2-utils/project
java-grails2/grails-app/conf
java-jaxrs-no-annotations
scala-oauth-authorization-server Expand file tree Collapse file tree 28 files changed +58
-58
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.11-SNAPSHOT </version >
6+ <version >1.3.11</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.11-SNAPSHOT </version >
12+ <version >1.3.11</version >
1313 <packaging >bundle</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.11-SNAPSHOT </version >
5+ <version >1.3.11</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.11-SNAPSHOT </version >
13+ <version >1.3.11</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.11-SNAPSHOT </version >
6+ <version >1.3.11</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.11-SNAPSHOT </version >
13+ <version >1.3.11</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.11-SNAPSHOT </version >
6+ <version >1.3.11</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.11-SNAPSHOT </version >
13+ <version >1.3.11</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.11-SNAPSHOT </version >
6+ <version >1.3.11</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.11-SNAPSHOT </version >
13+ <version >1.3.11</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.11-SNAPSHOT </version >
6+ <version >1.3.11</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.11-SNAPSHOT </version >
13+ <version >1.3.11</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.11-SNAPSHOT </version >
6+ <version >1.3.11</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.11-SNAPSHOT </version >
13+ <version >1.3.11</version >
1414 <name >swagger-oauth2-server</name >
1515 <build >
1616 <defaultGoal >install</defaultGoal >
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ import PlayKeys._
66
77object ApplicationBuild extends Build {
88 val appName = " swagger-play2-utils"
9- val appVersion = " 1.3.11-SNAPSHOT "
9+ val appVersion = " 1.3.11"
1010
1111 scalaVersion := " 2.10.3"
1212
1313 val appDependencies : Seq [sbt.ModuleID ] = Seq (
1414 " org.slf4j" % " slf4j-api" % " 1.6.4" ,
15- " com.wordnik" %% " swagger-core" % " 1.3.11-SNAPSHOT " ,
15+ " com.wordnik" %% " swagger-core" % " 1.3.11" ,
1616 " com.wordnik" %% " common-utils" % " 1.3.0" ,
1717 " javax.ws.rs" % " jsr311-api" % " 1.1.1" )
1818
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ import PlayKeys._
66
77object ApplicationBuild extends Build {
88 val appName = " swagger-play2"
9- val appVersion = " 1.3.11-SNAPSHOT "
9+ val appVersion = " 1.3.11"
1010
1111 checksums in update := Nil
1212
1313 scalaVersion:= " 2.10.3"
1414
1515 val appDependencies = Seq (
1616 " org.slf4j" % " slf4j-api" % " 1.6.4" ,
17- " com.wordnik" %% " swagger-jaxrs" % " 1.3.11-SNAPSHOT " ,
17+ " com.wordnik" %% " swagger-jaxrs" % " 1.3.11" ,
1818 " javax.ws.rs" % " jsr311-api" % " 1.1.1" ,
1919 " org.mockito" % " mockito-core" % " 1.9.5" % " test" )
2020
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.11-SNAPSHOT </version >
6+ <version >1.3.11</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.11-SNAPSHOT </version >
13+ <version >1.3.11</version >
1414 <name >swagger-servlet</name >
1515 <build >
1616 <defaultGoal >install</defaultGoal >
You can’t perform that action at this time.
0 commit comments