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 2017/02/08 10:05:24 UTC

svn commit: r1782136 - /oltu/trunk/oauth-2.0/jwt/pom.xml

Author: simonetripodi
Date: Wed Feb  8 10:05:23 2017
New Revision: 1782136

URL: http://svn.apache.org/viewvc?rev=1782136&view=rev
Log:
@releng increase development version number

Modified:
    oltu/trunk/oauth-2.0/jwt/pom.xml

Modified: oltu/trunk/oauth-2.0/jwt/pom.xml
URL: http://svn.apache.org/viewvc/oltu/trunk/oauth-2.0/jwt/pom.xml?rev=1782136&r1=1782135&r2=1782136&view=diff
==============================================================================
--- oltu/trunk/oauth-2.0/jwt/pom.xml (original)
+++ oltu/trunk/oauth-2.0/jwt/pom.xml Wed Feb  8 10:05:23 2017
@@ -21,12 +21,12 @@
   <parent>
     <groupId>org.apache.oltu.oauth2</groupId>
     <artifactId>org.apache.oltu.oauth2.parent</artifactId>
-    <version>1.0.2</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>org.apache.oltu.oauth2.jwt</artifactId>
   <packaging>bundle</packaging>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.4-SNAPSHOT</version>
 
   <name>Apache Oltu - OAuth 2.0 - JWT</name>
   <description>OAuth 2.0 library - JWT</description>
@@ -57,7 +57,7 @@
   	<dependency>
       <groupId>org.apache.oltu.oauth2</groupId>
       <artifactId>org.apache.oltu.oauth2.common</artifactId>
-      <version>1.0.2</version>
+      <version>1.0.3-SNAPSHOT</version>
     </dependency>
   </dependencies>