Skip to content
This repository was archived by the owner on Dec 15, 2018. It is now read-only.

Commit 170814a

Browse files
committed
Updated spec version to 1.0-pfd
1 parent cc22c36 commit 170814a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis/tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ elif [ "${1}" == "glassfish-module" ]; then
2424
mvn -B -V -P\!bundled,module clean install
2525
cp core/target/ozark-core-*.jar ./glassfish5/glassfish/modules/
2626
cp jersey/target/ozark-jersey-*.jar ./glassfish5/glassfish/modules/
27-
cp ~/.m2/repository/javax/mvc/javax.mvc-api/1.0-SNAPSHOT/*.jar ./glassfish5/glassfish/modules/
27+
cp ~/.m2/repository/javax/mvc/javax.mvc-api/1.0-pfd/*.jar ./glassfish5/glassfish/modules/
2828
find ./test/ -name \*.war -exec cp {} ./glassfish5/glassfish/domains/domain1/autodeploy/ \;
2929
glassfish5/bin/asadmin start-domain
3030
sleep 120

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<maven.compiler.source>1.8</maven.compiler.source>
3737
<maven.compiler.target>1.8</maven.compiler.target>
3838

39-
<spec.version>1.0-SNAPSHOT</spec.version>
39+
<spec.version>1.0-pfd</spec.version>
4040
<jersey.version>2.26-b07</jersey.version>
4141

4242
</properties>

0 commit comments

Comments
 (0)