You are viewing a plain text version of this content. The canonical link for it is here.
Posted to portalapps-dev@portals.apache.org by at...@apache.org on 2010/04/13 16:53:28 UTC

svn commit: r933654 - /portals/applications/demo/trunk/pom.xml

Author: ate
Date: Tue Apr 13 14:53:27 2010
New Revision: 933654

URL: http://svn.apache.org/viewvc?rev=933654&view=rev
Log:
[maven-release-plugin] prepare release apa-demo-1.1

Modified:
    portals/applications/demo/trunk/pom.xml

Modified: portals/applications/demo/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/pom.xml?rev=933654&r1=933653&r2=933654&view=diff
==============================================================================
--- portals/applications/demo/trunk/pom.xml (original)
+++ portals/applications/demo/trunk/pom.xml Tue Apr 13 14:53:27 2010
@@ -29,7 +29,7 @@
   </parent>
   <packaging>war</packaging>
   <name>Apache Portals Applications Demo Application</name>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.1</version>
   <description>Portals Applications Demo</description>
 
   <repositories>
@@ -245,9 +245,9 @@
   <!-- Project Information -->
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/portals/applications/demo/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/applications/demo/trunk</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/portals/applications/demo/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/portals/applications/demo/tags/apa-demo-1.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/applications/demo/tags/apa-demo-1.1</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/portals/applications/demo/tags/apa-demo-1.1</url>
   </scm>
 
    <build>