File tree Expand file tree Collapse file tree 11 files changed +27
-26
lines changed 
swagger-hibernate-validations Expand file tree Collapse file tree 11 files changed +27
-26
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,8 @@ Swagger core Version      | Release Date | OpenAPI Spec compatibility | Notes |
62622.0.5                     | 2018-09-19   | 3.0           | [ tag v2.0.5] ( https://github.com/swagger-api/swagger-core/tree/v2.0.5 )                                              | Supported
63632.0.4                     | 2018-09-05   | 3.0           | [ tag v2.0.4] ( https://github.com/swagger-api/swagger-core/tree/v2.0.4 )                                              | Supported
64642.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
66671.6.7                     | 2022-09-27   | 2.0           | [ tag v1.6.7] ( https://github.com/swagger-api/swagger-core/tree/v1.6.7 )                                              | Supported
67681.6.6                     | 2022-04-04   | 2.0           | [ tag v1.6.6] ( https://github.com/swagger-api/swagger-core/tree/v1.6.6 )                                              | Supported
68691.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 
120121mvn -N 
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments