You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oltu.apache.org by si...@apache.org on 2013/09/18 15:22:41 UTC

svn commit: r1524401 - /oltu/trunk/jose/jws/pom.xml

Author: simonetripodi
Date: Wed Sep 18 13:22:41 2013
New Revision: 1524401

URL: http://svn.apache.org/r1524401
Log:
OLTU-118 - Implement JWS of the JOSE working group

defined the JWS module version

Modified:
    oltu/trunk/jose/jws/pom.xml

Modified: oltu/trunk/jose/jws/pom.xml
URL: http://svn.apache.org/viewvc/oltu/trunk/jose/jws/pom.xml?rev=1524401&r1=1524400&r2=1524401&view=diff
==============================================================================
--- oltu/trunk/jose/jws/pom.xml (original)
+++ oltu/trunk/jose/jws/pom.xml Wed Sep 18 13:22:41 2013
@@ -25,6 +25,7 @@
   </parent>
 
   <artifactId>org.apache.oltu.jose.jws</artifactId>
+  <version>1.0.0-SNAPSHOT</version>
 
   <name>Apache Oltu - JOSE - JWS</name>