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 ta...@apache.org on 2015/05/25 21:04:08 UTC

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

Author: taylor
Date: Mon May 25 19:04:08 2015
New Revision: 1681631

URL: http://svn.apache.org/r1681631
Log:
[maven-release-plugin] prepare release apa-demo-1.3

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=1681631&r1=1681630&r2=1681631&view=diff
==============================================================================
--- portals/applications/demo/trunk/pom.xml (original)
+++ portals/applications/demo/trunk/pom.xml Mon May 25 19:04:08 2015
@@ -13,8 +13,7 @@
   KIND, either express or implied. See the License for the specific language
   governing permissions and limitations under the License. $Id:$
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
@@ -30,7 +29,7 @@
     </parent>
     <packaging>war</packaging>
     <name>Apache Portals Applications Demo Application</name>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
     <description>Portals Applications Demo</description>
 
     <properties>
@@ -285,10 +284,10 @@
     <!-- 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
+        <connection>scm:svn:http://svn.apache.org/repos/asf/portals/applications/demo/tags/apa-demo-1.3</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/applications/demo/tags/apa-demo-1.3
         </developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/portals/applications/demo/trunk</url>
+        <url>http://svn.apache.org/viewcvs.cgi/portals/applications/demo/tags/apa-demo-1.3</url>
     </scm>
 
     <build>