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 2014/08/13 00:23:08 UTC

[08/21] git commit: [maven-release-plugin] prepare release simpleapp-archetype-1.6.0-RC2

[maven-release-plugin] prepare release simpleapp-archetype-1.6.0-RC2


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

Branch: refs/heads/prepare/isis-1.6.0-RC2
Commit: a45469dbc18a14e59f614bca8bf63b772c4b9944
Parents: 38a3a8d
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Mon Jul 21 15:32:56 2014 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Mon Jul 21 15:32:56 2014 +0100

----------------------------------------------------------------------
 example/archetype/simpleapp/pom.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/a45469db/example/archetype/simpleapp/pom.xml
----------------------------------------------------------------------
diff --git a/example/archetype/simpleapp/pom.xml b/example/archetype/simpleapp/pom.xml
index cd61e80..b080628 100644
--- a/example/archetype/simpleapp/pom.xml
+++ b/example/archetype/simpleapp/pom.xml
@@ -17,11 +17,11 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.isis.archetype</groupId>
   <artifactId>simpleapp-archetype</artifactId>
-  <version>1.6.0-SNAPSHOT</version>
+  <version>1.6.0</version>
   <packaging>maven-archetype</packaging>
   <name>simpleapp-archetype</name>
   <build>
@@ -47,4 +47,8 @@
     <version>1.6.0</version>
     <relativePath>../../../core/pom.xml</relativePath>
   </parent>
+
+  <scm>
+    <tag>simpleapp-archetype-1.6.0-RC2</tag>
+  </scm>
 </project>