Skip to content

Commit 81b2b14

Browse files
committed
updated versions, swagger-ui
1 parent c5be2e9 commit 81b2b14

File tree

46 files changed

+442
-152
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+442
-152
lines changed

modules/swagger-annotations/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>com.wordnik</groupId>
55
<artifactId>swagger-project_2.10</artifactId>
6-
<version>1.3.9-SNAPSHOT</version>
6+
<version>1.3.9</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.9-SNAPSHOT</version>
12+
<version>1.3.9</version>
1313
<packaging>bundle</packaging>
1414
<name>swagger-annotations</name>
1515

modules/swagger-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<parent>
33
<groupId>com.wordnik</groupId>
44
<artifactId>swagger-project_2.10</artifactId>
5-
<version>1.3.9-SNAPSHOT</version>
5+
<version>1.3.9</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.9-SNAPSHOT</version>
13+
<version>1.3.9</version>
1414
<build>
1515
<sourceDirectory>src/main/java</sourceDirectory>
1616
<defaultGoal>install</defaultGoal>

modules/swagger-jaxrs-utils/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<parent>
44
<groupId>com.wordnik</groupId>
55
<artifactId>swagger-project_2.10</artifactId>
6-
<version>1.3.9-SNAPSHOT</version>
6+
<version>1.3.9</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.9-SNAPSHOT</version>
13+
<version>1.3.9</version>
1414
<name>swagger-jaxrs-utils</name>
1515
<build>
1616
<defaultGoal>install</defaultGoal>

modules/swagger-jaxrs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<parent>
44
<groupId>com.wordnik</groupId>
55
<artifactId>swagger-project_2.10</artifactId>
6-
<version>1.3.9-SNAPSHOT</version>
6+
<version>1.3.9</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.9-SNAPSHOT</version>
13+
<version>1.3.9</version>
1414
<name>swagger-jaxrs</name>
1515
<build>
1616
<defaultGoal>install</defaultGoal>

modules/swagger-jersey-jaxrs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<parent>
44
<groupId>com.wordnik</groupId>
55
<artifactId>swagger-project_2.10</artifactId>
6-
<version>1.3.9-SNAPSHOT</version>
6+
<version>1.3.9</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.9-SNAPSHOT</version>
13+
<version>1.3.9</version>
1414
<name>swagger-jersey-jaxrs</name>
1515
<build>
1616
<defaultGoal>install</defaultGoal>

modules/swagger-jersey2-jaxrs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<parent>
44
<groupId>com.wordnik</groupId>
55
<artifactId>swagger-project_2.10</artifactId>
6-
<version>1.3.9-SNAPSHOT</version>
6+
<version>1.3.9</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.9-SNAPSHOT</version>
13+
<version>1.3.9</version>
1414
<name>swagger-jersey2-jaxrs (Jersey 2.x support)</name>
1515
<build>
1616
<defaultGoal>install</defaultGoal>

modules/swagger-oauth2-auth-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<parent>
44
<groupId>com.wordnik</groupId>
55
<artifactId>swagger-project_2.10</artifactId>
6-
<version>1.3.9-SNAPSHOT</version>
6+
<version>1.3.9</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.9-SNAPSHOT</version>
13+
<version>1.3.9</version>
1414
<name>swagger-oauth2-server</name>
1515
<build>
1616
<defaultGoal>install</defaultGoal>

modules/swagger-play2-utils/project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ import PlayKeys._
66

77
object ApplicationBuild extends Build {
88
val appName = "swagger-play2-utils"
9-
val appVersion = "1.3.9-SNAPSHOT"
9+
val appVersion = "1.3.9"
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.9-SNAPSHOT",
15+
"com.wordnik" %% "swagger-core" % "1.3.9",
1616
"com.wordnik" %% "common-utils" % "1.3.0",
1717
"javax.ws.rs" % "jsr311-api" % "1.1.1")
1818

modules/swagger-play2/project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ import PlayKeys._
66

77
object ApplicationBuild extends Build {
88
val appName = "swagger-play2"
9-
val appVersion = "1.3.9-SNAPSHOT"
9+
val appVersion = "1.3.9"
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.9-SNAPSHOT",
17+
"com.wordnik" %% "swagger-jaxrs" % "1.3.9",
1818
"javax.ws.rs" % "jsr311-api" % "1.1.1",
1919
"org.mockito" % "mockito-core" % "1.9.5" % "test")
2020

modules/swagger-servlet/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<parent>
44
<groupId>com.wordnik</groupId>
55
<artifactId>swagger-project_2.10</artifactId>
6-
<version>1.3.9-SNAPSHOT</version>
6+
<version>1.3.9</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.9-SNAPSHOT</version>
13+
<version>1.3.9</version>
1414
<name>swagger-servlet</name>
1515
<build>
1616
<defaultGoal>install</defaultGoal>

0 commit comments

Comments
 (0)