You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ke...@apache.org on 2011/07/14 10:35:08 UTC

svn commit: r1146597 - in /incubator/isis/trunk/framework: msdf.sh quickstart-archetype/pom.xml runtimes/dflt/profilestores/sql/pom.xml security/sql/pom.xml viewer/json/viewer/pom.xml

Author: kevin
Date: Thu Jul 14 08:35:08 2011
New Revision: 1146597

URL: http://svn.apache.org/viewvc?rev=1146597&view=rev
Log:
Fixed old references to 0.1.2-incubating

Modified:
    incubator/isis/trunk/framework/msdf.sh
    incubator/isis/trunk/framework/quickstart-archetype/pom.xml
    incubator/isis/trunk/framework/runtimes/dflt/profilestores/sql/pom.xml
    incubator/isis/trunk/framework/security/sql/pom.xml
    incubator/isis/trunk/framework/viewer/json/viewer/pom.xml

Modified: incubator/isis/trunk/framework/msdf.sh
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/msdf.sh?rev=1146597&r1=1146596&r2=1146597&view=diff
==============================================================================
--- incubator/isis/trunk/framework/msdf.sh (original)
+++ incubator/isis/trunk/framework/msdf.sh Thu Jul 14 08:35:08 2011
@@ -16,7 +16,7 @@
 #  under the License.
 
 echo mvn site-deploy -D modules=site -D deploy=local -D site=full $*
-     mvn site-deploy -D modules=site -D deploy=local -D site=full $*
+#     mvn site-deploy -D modules=site -D deploy=local -D site=full $*
 root=`pwd`
 for a in `cat modules | grep -v ^# | grep ^.*[:].*$`
 do

Modified: incubator/isis/trunk/framework/quickstart-archetype/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/quickstart-archetype/pom.xml?rev=1146597&r1=1146596&r2=1146597&view=diff
==============================================================================
--- incubator/isis/trunk/framework/quickstart-archetype/pom.xml (original)
+++ incubator/isis/trunk/framework/quickstart-archetype/pom.xml Thu Jul 14 08:35:08 2011
@@ -23,12 +23,12 @@
 	<parent>
 		<groupId>org.apache.isis</groupId>
 		<artifactId>isis</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
+		<version>0.2.0-incubating-SNAPSHOT</version>
 	</parent>
 
   <groupId>org.apache.isis</groupId>
   <artifactId>quickstart-archetype</artifactId>
-  <version>0.1.2-incubating-SNAPSHOT</version>
+  <version>0.2.0-incubating-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
 
   <name>Apache Isis Quickstart Archetype</name>

Modified: incubator/isis/trunk/framework/runtimes/dflt/profilestores/sql/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/runtimes/dflt/profilestores/sql/pom.xml?rev=1146597&r1=1146596&r2=1146597&view=diff
==============================================================================
--- incubator/isis/trunk/framework/runtimes/dflt/profilestores/sql/pom.xml (original)
+++ incubator/isis/trunk/framework/runtimes/dflt/profilestores/sql/pom.xml Thu Jul 14 08:35:08 2011
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.isis.runtimes.dflt</groupId>
 		<artifactId>profilestores</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
+		<version>0.2.0-incubating-SNAPSHOT</version>
 	</parent>
 
 	<groupId>org.apache.isis.runtimes.dflt.profilestores</groupId>

Modified: incubator/isis/trunk/framework/security/sql/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/security/sql/pom.xml?rev=1146597&r1=1146596&r2=1146597&view=diff
==============================================================================
--- incubator/isis/trunk/framework/security/sql/pom.xml (original)
+++ incubator/isis/trunk/framework/security/sql/pom.xml Thu Jul 14 08:35:08 2011
@@ -23,12 +23,12 @@
 	<parent>
 		<groupId>org.apache.isis</groupId>
 		<artifactId>security</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
+		<version>0.2.0-incubating-SNAPSHOT</version>
 	</parent>
 
 	<groupId>org.apache.isis.security</groupId>
 	<artifactId>sql</artifactId>
-	<version>0.1.2-incubating-SNAPSHOT</version>
+	<version>0.2.0-incubating-SNAPSHOT</version> 
 
 	<name>SQL Security Implementation</name>
 
@@ -71,7 +71,7 @@
             <dependency>
                 <groupId>org.apache.isis.runtimes</groupId>
                 <artifactId>dflt</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
+                <version>0.2.0-incubating-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>

Modified: incubator/isis/trunk/framework/viewer/json/viewer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/viewer/json/viewer/pom.xml?rev=1146597&r1=1146596&r2=1146597&view=diff
==============================================================================
--- incubator/isis/trunk/framework/viewer/json/viewer/pom.xml (original)
+++ incubator/isis/trunk/framework/viewer/json/viewer/pom.xml Thu Jul 14 08:35:08 2011
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.isis.viewer</groupId>
 		<artifactId>json</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
+		<version>0.2.0-incubating-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>json-viewer</artifactId>