Skip to content
This repository was archived by the owner on Nov 23, 2021. It is now read-only.

Commit f4cd5c4

Browse files
committed
Removed SNAPSHOT from version
1 parent 92fe610 commit f4cd5c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<java.version>1.7</java.version>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
25-
<oasp4j.version>2.6.0-SNAPSHOT</oasp4j.version>
25+
<oasp4j.version>2.6.0</oasp4j.version>
2626
<port.range>81</port.range>
2727
<oasp.flatten.mode>oss</oasp.flatten.mode>
2828
<spring.boot.version>1.5.3.RELEASE</spring.boot.version>

templates/server/src/main/resources/archetype-resources/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<properties>
1313
<spring.boot.version>1.5.3.RELEASE</spring.boot.version>
14-
<oasp4j.version>2.6.0-SNAPSHOT</oasp4j.version>
14+
<oasp4j.version>2.6.0</oasp4j.version>
1515
<flyway.version>4.2.0</flyway.version>
1616
<java.version>1.7</java.version>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)