Skip to content

Commit 7acc26a

Browse files
committed
prepare release 1.6.9
1 parent 991abce commit 7acc26a

File tree

11 files changed

+27
-26
lines changed

11 files changed

+27
-26
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ Swagger core Version | Release Date | OpenAPI Spec compatibility | Notes |
6262
2.0.5 | 2018-09-19 | 3.0 | [tag v2.0.5](https://github.com/swagger-api/swagger-core/tree/v2.0.5) | Supported
6363
2.0.4 | 2018-09-05 | 3.0 | [tag v2.0.4](https://github.com/swagger-api/swagger-core/tree/v2.0.4) | Supported
6464
2.0.3 | 2018-08-09 | 3.0 | [tag v2.0.3](https://github.com/swagger-api/swagger-core/tree/v2.0.3) | Supported
65-
1.6.8 (**current stable**)| 2022-10-16 | 2.0 | [tag v1.6.8](https://github.com/swagger-api/swagger-core/tree/v1.6.8) | Supported
65+
1.6.9 (**current stable**)| 2022-11-15 | 2.0 | [tag v1.6.9](https://github.com/swagger-api/swagger-core/tree/v1.6.9) | Supported
66+
1.6.8 | 2022-10-16 | 2.0 | [tag v1.6.8](https://github.com/swagger-api/swagger-core/tree/v1.6.8) | Supported
6667
1.6.7 | 2022-09-27 | 2.0 | [tag v1.6.7](https://github.com/swagger-api/swagger-core/tree/v1.6.7) | Supported
6768
1.6.6 | 2022-04-04 | 2.0 | [tag v1.6.6](https://github.com/swagger-api/swagger-core/tree/v1.6.6) | Supported
6869
1.6.5 | 2022-02-07 | 2.0 | [tag v1.6.5](https://github.com/swagger-api/swagger-core/tree/v1.6.5) | Supported
@@ -114,7 +115,7 @@ You need the following installed and available in your $PATH:
114115
* Apache maven 3.0.4 or greater (http://maven.apache.org/)
115116

116117

117-
### To build from source (currently 1.6.9-SNAPSHOT)
118+
### To build from source (currently 1.6.10-SNAPSHOT)
118119
```
119120
# first time building locally
120121
mvn -N

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>io.swagger</groupId>
55
<artifactId>swagger-project</artifactId>
6-
<version>1.6.9-SNAPSHOT</version>
6+
<version>1.6.9</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.6.9-SNAPSHOT</version>
12+
<version>1.6.9</version>
1313
<packaging>bundle</packaging>
1414
<name>swagger-annotations</name>
1515
<build>

modules/swagger-core/pom.xml

Lines changed: 1 addition & 1 deletion
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.6.9-SNAPSHOT</version>
6+
<version>1.6.9</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/swagger-hibernate-validations/pom.xml

Lines changed: 2 additions & 2 deletions
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.6.9-SNAPSHOT</version>
7+
<version>1.6.9</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.6.9-SNAPSHOT</version>
14+
<version>1.6.9</version>
1515
<name>swagger-hibernate-validations</name>
1616
<build>
1717
<sourceDirectory>src/main/java</sourceDirectory>

modules/swagger-jaxrs/pom.xml

Lines changed: 1 addition & 1 deletion
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.6.9-SNAPSHOT</version>
7+
<version>1.6.9</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

modules/swagger-jersey-jaxrs/pom.xml

Lines changed: 2 additions & 2 deletions
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.6.9-SNAPSHOT</version>
7+
<version>1.6.9</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.6.9-SNAPSHOT</version>
14+
<version>1.6.9</version>
1515
<name>swagger-jersey-jaxrs</name>
1616
<build>
1717
<sourceDirectory>src/main/java</sourceDirectory>

modules/swagger-jersey2-jaxrs/pom.xml

Lines changed: 1 addition & 1 deletion
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.6.9-SNAPSHOT</version>
7+
<version>1.6.9</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

modules/swagger-models/pom.xml

Lines changed: 1 addition & 1 deletion
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.6.9-SNAPSHOT</version>
7+
<version>1.6.9</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

modules/swagger-mule/pom.xml

Lines changed: 1 addition & 1 deletion
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.6.9-SNAPSHOT</version>
6+
<version>1.6.9</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/swagger-servlet/pom.xml

Lines changed: 1 addition & 1 deletion
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.6.9-SNAPSHOT</version>
7+
<version>1.6.9</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 12 additions & 12 deletions
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.6.9-SNAPSHOT</version>
13+
<version>1.6.9</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>
@@ -413,7 +413,7 @@
413413
<dependency>
414414
<groupId>org.apache.maven</groupId>
415415
<artifactId>maven-plugin-tools-api</artifactId>
416-
<version>2.0</version>
416+
<version>2.1</version>
417417
</dependency>
418418
<dependency>
419419
<groupId>org.apache.felix</groupId>
@@ -558,7 +558,7 @@
558558
<dependency>
559559
<groupId>org.immutables</groupId>
560560
<artifactId>value</artifactId>
561-
<version>2.4.4</version>
561+
<version>2.9.2</version>
562562
</dependency>
563563
<dependency>
564564
<groupId>javax.ws.rs</groupId>
@@ -593,7 +593,7 @@
593593
<dependency>
594594
<groupId>com.openpojo</groupId>
595595
<artifactId>openpojo</artifactId>
596-
<version>0.8.0</version>
596+
<version>0.9.1</version>
597597
</dependency>
598598
<dependency>
599599
<groupId>org.powermock</groupId>
@@ -620,26 +620,26 @@
620620
</dependencyManagement>
621621
<properties>
622622
<joda-version>1.8.1</joda-version>
623-
<joda-time-version>2.9.1</joda-time-version>
623+
<joda-time-version>2.12.1</joda-time-version>
624624

625625
<felix-version>3.3.0</felix-version>
626626
<servlet-api-version>2.5</servlet-api-version>
627627
<jersey-version>1.13</jersey-version>
628-
<jersey2-version>2.25.1</jersey2-version>
629-
<jackson-version>2.13.4</jackson-version>
630-
<jackson-databind-version>2.13.4.2</jackson-databind-version>
628+
<jersey2-version>2.26</jersey2-version>
629+
<jackson-version>2.14.0</jackson-version>
630+
<jackson-databind-version>2.14.0</jackson-databind-version>
631631
<snakeyaml-version>1.33</snakeyaml-version>
632-
<logback-version>1.2.9</logback-version>
633-
<reflections-version>0.9.11</reflections-version>
632+
<logback-version>1.4.4</logback-version>
633+
<reflections-version>0.10.2</reflections-version>
634634
<guava-version>31.0.1-android</guava-version>
635635
<javassist-version>3.21.0-GA</javassist-version>
636636

637637
<testng-version>6.14.3</testng-version>
638638
<mockito-version>1.9.5</mockito-version>
639-
<rest-assured-version>2.8.0</rest-assured-version>
639+
<rest-assured-version>2.9.0</rest-assured-version>
640640
<surefire-version>2.18.1</surefire-version>
641641
<maven-plugin-version>1.0.0</maven-plugin-version>
642-
<commons-lang-version>3.2.1</commons-lang-version>
642+
<commons-lang-version>3.12.0</commons-lang-version>
643643
<slf4j-version>1.7.22</slf4j-version>
644644
<jetty-version>9.2.14.v20151106</jetty-version>
645645
<servlet-api-version>2.5</servlet-api-version>

0 commit comments

Comments
 (0)