You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by jc...@apache.org on 2013/10/25 16:43:16 UTC

git commit: ISIS-437: bumping maven-plugin and prfofilestore to 1.4.0-SNAPSHOT

Updated Branches:
  refs/heads/master 1a2006543 -> 73996747f
Updated Tags:  refs/tags/isis-1.3.0-RC1 [created] 6141fb2f0
  refs/tags/isis-objectstore-jdo-1.3.0-RC1 [created] f5ff029aa
  refs/tags/isis-security-shiro-1.3.0-RC1 [created] ed21e0bc0
  refs/tags/isis-viewer-restfulobjects-2.1.0-RC1 [created] f09479a9d
  refs/tags/isis-viewer-wicket-1.3.0-RC1 [created] f16b2db6c
  refs/tags/quickstart_wicket_restful_jdo-archetype-1.3.0-RC1 [created] 34209efc7
  refs/tags/simple_wicket_restful_jdo-archetype-1.3.0-RC1 [created] d33a79a75


ISIS-437: bumping maven-plugin and prfofilestore to 1.4.0-SNAPSHOT


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/73996747
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/73996747
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/73996747

Branch: refs/heads/master
Commit: 73996747f8e23bce9a24b161d2d6033a73186a84
Parents: 1a20065
Author: Jeroen van der Wal <je...@stromboli.it>
Authored: Fri Oct 25 16:42:58 2013 +0200
Committer: Jeroen van der Wal <je...@stromboli.it>
Committed: Fri Oct 25 16:42:58 2013 +0200

----------------------------------------------------------------------
 component/profilestore/xml/pom.xml | 2 +-
 tool/maven-plugin/pom.xml          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/73996747/component/profilestore/xml/pom.xml
----------------------------------------------------------------------
diff --git a/component/profilestore/xml/pom.xml b/component/profilestore/xml/pom.xml
index a3188e0..9f1dcf6 100644
--- a/component/profilestore/xml/pom.xml
+++ b/component/profilestore/xml/pom.xml
@@ -23,7 +23,7 @@
     <parent>
 		<groupId>org.apache.isis.core</groupId>
 		<artifactId>isis</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.4.0-SNAPSHOT</version>
 		<relativePath>../../../core/pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/isis/blob/73996747/tool/maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/tool/maven-plugin/pom.xml b/tool/maven-plugin/pom.xml
index 23bff53..339de70 100644
--- a/tool/maven-plugin/pom.xml
+++ b/tool/maven-plugin/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.apache.isis.core</groupId>
 		<artifactId>isis</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.4.0-SNAPSHOT</version>
 		<relativePath>../../core/pom.xml</relativePath>
 	</parent>