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 2018/03/15 01:15:49 UTC

[isis] 04/05: ISIS-1916: updates script to recreate an archetype for SNAPSHOT

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch maint-1.16.2
in repository https://gitbox.apache.org/repos/asf/isis.git

commit f03484c414dfdb4ff3378f2e84e04041684ba3ac
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Mar 15 00:04:47 2018 +0000

    ISIS-1916: updates script to recreate an archetype for SNAPSHOT
---
 recreate_archetype_SNAPSHOT.sh | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/recreate_archetype_SNAPSHOT.sh b/recreate_archetype_SNAPSHOT.sh
index 0ede99f..6799ee0 100644
--- a/recreate_archetype_SNAPSHOT.sh
+++ b/recreate_archetype_SNAPSHOT.sh
@@ -1,6 +1,7 @@
-export ISISREL=1.14.0-SNAPSHOT
-export ISISDEV=1.14.0-SNAPSHOT
-export JIRA=ISIS-1538
+#!/usr/bin/env bash
+export ISISREL=1.16.3.SNAPSHOT
+export ISISDEV=1.16.3-SNAPSHOT
+export JIRA=ISIS-1916
 
 export ISISTMP=/c/tmp   # or as required
 export ISISPAR=$ISISREL
@@ -8,7 +9,8 @@ export ISISRC=RC1
 export ISISCPT=$(echo $ISISART | cut -d- -f2)
 export ISISCPN=$(echo $ISISART | cut -d- -f1)
 
-for a in simpleapp helloworld
+#for a in simpleapp helloworld
+for a in simpleapp
 do
 	pushd example/application/$a
 	export ISISART=$a-archetype

-- 
To stop receiving notification emails like this one, please contact
danhaywood@apache.org.