You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2012/02/02 18:39:52 UTC

svn commit: r1239742 - in /incubator/isis/branches/0.2.0-incubating/framework: pom.xml quickstart-archetype/src/main/resources/archetype-resources/pom.xml src/site/site.xml

Author: danhaywood
Date: Thu Feb  2 17:39:52 2012
New Revision: 1239742

URL: http://svn.apache.org/viewvc?rev=1239742&view=rev
Log:
ISIS-165: RC2

Modified:
    incubator/isis/branches/0.2.0-incubating/framework/pom.xml
    incubator/isis/branches/0.2.0-incubating/framework/quickstart-archetype/src/main/resources/archetype-resources/pom.xml
    incubator/isis/branches/0.2.0-incubating/framework/src/site/site.xml

Modified: incubator/isis/branches/0.2.0-incubating/framework/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.2.0-incubating/framework/pom.xml?rev=1239742&r1=1239741&r2=1239742&view=diff
==============================================================================
--- incubator/isis/branches/0.2.0-incubating/framework/pom.xml (original)
+++ incubator/isis/branches/0.2.0-incubating/framework/pom.xml Thu Feb  2 17:39:52 2012
@@ -97,9 +97,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/isis/trunk/framework/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/isis/trunk/framework/</developerConnection>
-        <url>http://svn.apache.org/repos/asf/incubator/isis/trunk/framework/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/isis/branches/0.2.0-incubating/framework/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/isis/branches/0.2.0-incubating/framework/</developerConnection>
+        <url>http://svn.apache.org/repos/asf/incubator/isis/branches/0.2.0-incubating/framework/</url>
     </scm>
 
     <!-- used in Site generation for relative references. -->

Modified: incubator/isis/branches/0.2.0-incubating/framework/quickstart-archetype/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.2.0-incubating/framework/quickstart-archetype/src/main/resources/archetype-resources/pom.xml?rev=1239742&r1=1239741&r2=1239742&view=diff
==============================================================================
--- incubator/isis/branches/0.2.0-incubating/framework/quickstart-archetype/src/main/resources/archetype-resources/pom.xml (original)
+++ incubator/isis/branches/0.2.0-incubating/framework/quickstart-archetype/src/main/resources/archetype-resources/pom.xml Thu Feb  2 17:39:52 2012
@@ -28,7 +28,7 @@
     <packaging>pom</packaging>
     
     <properties>
-        <isis.version>0.2.0-incubating-SNAPSHOT</isis.version>
+        <isis.version>0.2.0-incubating</isis.version>
     </properties>
 
     <repositories>

Modified: incubator/isis/branches/0.2.0-incubating/framework/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.2.0-incubating/framework/src/site/site.xml?rev=1239742&r1=1239741&r2=1239742&view=diff
==============================================================================
--- incubator/isis/branches/0.2.0-incubating/framework/src/site/site.xml (original)
+++ incubator/isis/branches/0.2.0-incubating/framework/src/site/site.xml Thu Feb  2 17:39:52 2012
@@ -22,7 +22,7 @@
 	<skin>
 		<groupId>org.apache.isis.skins</groupId>
 		<artifactId>classic-skin</artifactId>
-		<version>0.2.0-incubating-SNAPSHOT</version>
+		<version>0.2.0-incubating</version>
 	</skin>
 
 	<version position="right" />