You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2019/10/29 20:28:04 UTC

[isis] 09/23: ISIS-2094: more debugging of mixin deploy stuff

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

ahuber pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 56102771b9fa13f4947bbb1084e9cc1ef4d98323
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Oct 28 16:11:13 2019 +0000

    ISIS-2094: more debugging of mixin deploy stuff
---
 build-mixins.sh         | 6 ++++++
 mixins/surefire/pom.xml | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/build-mixins.sh b/build-mixins.sh
index 3ba29cb..64f06cf 100644
--- a/build-mixins.sh
+++ b/build-mixins.sh
@@ -37,5 +37,11 @@ if [ $? -ne 0 ]; then
   exit 1
 fi
 
+# revert the edits from earlier
+git checkout $(git status --porcelain | awk '{ print $2 }')
+if [ $? -ne 0 ]; then
+  exit 1
+fi
+
 cd ..
 
diff --git a/mixins/surefire/pom.xml b/mixins/surefire/pom.xml
index ea5e717..44a357d 100644
--- a/mixins/surefire/pom.xml
+++ b/mixins/surefire/pom.xml
@@ -22,7 +22,7 @@
  	</parent>
 
 	<artifactId>isis-mixin-surefire</artifactId>
-	<version>1.0.0-SNAPSHOT</version>
+	<version>2.0.0-M3-SNAPSHOT</version>
 
 	<packaging>pom</packaging>