File tree Expand file tree Collapse file tree
maven-modules/versions-maven-plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858
5959 <repositories >
6060 <repository >
61- <id >apache.snapshots </id >
62- <name >Apache Development Snapshot Repository</name >
63- <url >https://repository.apache.org/content/repositories/snapshots /</url >
61+ <id >apache.releases </id >
62+ <name >Apache Development Release Repository</name >
63+ <url >https://repository.apache.org/content/repositories/releases /</url >
6464 <releases >
6565 <enabled >false</enabled >
6666 </releases >
Original file line number Diff line number Diff line change 5757
5858 <repositories >
5959 <repository >
60- <id >apache.snapshots </id >
61- <name >Apache Development Snapshot Repository</name >
62- <url >https://repository.apache.org/content/repositories/snapshots /</url >
60+ <id >apache.releases </id >
61+ <name >Apache Development Release Repository</name >
62+ <url >https://repository.apache.org/content/repositories/releases /</url >
6363 <releases >
6464 <enabled >false</enabled >
6565 </releases >
Original file line number Diff line number Diff line change 9090
9191 <repositories >
9292 <repository >
93- <id >jcenter-snapshots </id >
93+ <id >jcenter-release </id >
9494 <name >jcenter</name >
95- <url >http://oss.jfrog.org/artifactory/oss-snapshot -local/</url >
95+ <url >http://oss.jfrog.org/artifactory/oss-release -local/</url >
9696 </repository >
9797 </repositories >
9898
9999
100100 <properties >
101- <spring .fox.version>3.0.0-SNAPSHOT </spring .fox.version>
101+ <spring .fox.version>3.0.0</spring .fox.version>
102102 <start-class >com.baeldung.swagger2boot.SpringBootSwaggerApplication</start-class >
103103 <!-- <start-class>com.baeldung.springbootmvc.SpringBootMvcFnApplication</start-class> -->
104104 <xstream .version>1.4.11.1</xstream .version>
Original file line number Diff line number Diff line change 2020 <repositories >
2121 <!-- Snapshot repository location -->
2222 <repository >
23- <id >jcenter-snapshots </id >
23+ <id >jcenter-release </id >
2424 <name >jcenter</name >
25- <url >http://oss.jfrog.org/artifactory/oss-snapshot -local/</url >
25+ <url >http://oss.jfrog.org/artifactory/oss-release -local/</url >
2626 </repository >
2727 </repositories >
2828
148148 </build >
149149
150150 <properties >
151- <spring .fox.version>3.0.0-SNAPSHOT </spring .fox.version>
151+ <spring .fox.version>3.0.0</spring .fox.version>
152152 <!-- ROME for RSS -->
153153 <rome .version>1.10.0</rome .version>
154154 <javax .faces.version>2.3.7</javax .faces.version>
You can’t perform that action at this time.
0 commit comments