[maven-release-plugin] prepare release simpleapp-archetype-1.13.2

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

Branch: refs/heads/master
Commit: 8f6f2970fbfaf7b2d32488dd436734361a879c58
Parents: cf9cb15
Author: Dan Haywood <d...@haywood-associates.co.uk>
Authored: Sat Dec 10 18:20:00 2016 +0000
Committer: Dan Haywood <d...@haywood-associates.co.uk>
Committed: Sat Dec 10 18:20:00 2016 +0000

----------------------------------------------------------------------
 example/archetype/simpleapp/pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/8f6f2970/example/archetype/simpleapp/pom.xml
----------------------------------------------------------------------
diff --git a/example/archetype/simpleapp/pom.xml 
b/example/archetype/simpleapp/pom.xml
index 2c971a4..4085072 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.14.0-SNAPSHOT</version>
+    <version>1.13.2</version>
     <packaging>maven-archetype</packaging>
     <name>simpleapp-archetype</name>
     <build>
@@ -45,7 +45,8 @@
         
<connection>scm:git:g...@github.com:danhaywood/java-mavenmixin-standard.git</connection>
         
<developerConnection>scm:git:g...@github.com:danhaywood/java-mavenmixin-standard.git</developerConnection>
         <url>g...@github.com:danhaywood/java-mavenmixin-standard.git</url>
-    </scm>
+      <tag>simpleapp-archetype-1.13.2</tag>
+  </scm>
     <parent>
         <groupId>org.apache.isis.core</groupId>
         <artifactId>isis</artifactId>

Reply via email to