This is an automated email from the ASF dual-hosted git repository.
glauesppen pushed a commit to branch rel/0.7.1
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
The following commit(s) were added to refs/heads/rel/0.7.1 by this push:
new c06e772a adding back prerequisiteCheck
c06e772a is described below
commit c06e772abf71d00c271ac4c9e5f05dda6ca3d683
Author: Glaucia <[email protected]>
AuthorDate: Sun Sep 3 18:14:07 2023 +0100
adding back prerequisiteCheck
---
pom.xml | 2 +-
src/main/script/{src/main/script => }/prerequisiteCheck.groovy | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3ee8da38..7a924617 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1494,7 +1494,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>3.0.0-M4</version>
+ <version>3.0.1</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
diff --git a/src/main/script/src/main/script/prerequisiteCheck.groovy
b/src/main/script/prerequisiteCheck.groovy
similarity index 100%
rename from src/main/script/src/main/script/prerequisiteCheck.groovy
rename to src/main/script/prerequisiteCheck.groovy