[maven-release-plugin] prepare release org.apache.oltu.oauth2.jwt-1.0.3

git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1782016 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/oauth-2.0/jwt/pom.xml b/oauth-2.0/jwt/pom.xml
index 9ead7a8..11c2c91 100644
--- a/oauth-2.0/jwt/pom.xml
+++ b/oauth-2.0/jwt/pom.xml
@@ -26,7 +26,7 @@
 
   <artifactId>org.apache.oltu.oauth2.jwt</artifactId>
   <packaging>bundle</packaging>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.3</version>
 
   <name>Apache Oltu - OAuth 2.0 - JWT</name>
   <description>OAuth 2.0 library - JWT</description>
@@ -74,4 +74,10 @@
     </resources>
   </build>
 
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/oltu/tags/org.apache.oltu.oauth2.jwt-1.0.3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/oltu/tags/org.apache.oltu.oauth2.jwt-1.0.3</developerConnection>
+    <url>https://svn.apache.org/repos/asf/oltu/tags/org.apache.oltu.oauth2.jwt-1.0.3</url>
+  </scm>
 </project>