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

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/deltaspike.git

commit 70d5bb28b445f31762ebd96697e4076a01b16ae2
Author: Mark Struberg <[email protected]>
AuthorDate: Sun Jul 10 17:13:20 2022 +0200

    update to apache-parent 26
---
 build.sh                              | 33 ---------------------------------
 deltaspike/buildall.sh => buildall.sh |  0
 pom.xml                               |  2 +-
 3 files changed, 1 insertion(+), 34 deletions(-)

diff --git a/build.sh b/build.sh
deleted file mode 100755
index a505ac09..00000000
--- a/build.sh
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/bin/bash
-set -e
-set -x
-
-SOURCE="${BASH_SOURCE[0]}"
-while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a 
symlink
-  DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
-  SOURCE="$(readlink "$SOURCE")"
-  [[ $SOURCE != /* ]] && SOURCE="$DIR/$SOURCE" # if $SOURCE was a relative 
symlink, we need to resolve it relative to the path where the symlink file was 
located
-done
-DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
-
-# Disable the downloading/downloaded message: 
https://stackoverflow.com/questions/21638697/disable-maven-download-progress-indication
-export MAVEN_OPTS="$MAVEN_OPTS 
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
-if [ "$JDK" != "" ]; then
-  export MAVEN_OPTS="-Xmx1024m -XX:MaxMetaspaceSize=512m $MAVEN_OPTS"
-else
-  export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=512m $MAVEN_OPTS"
-fi
-
-if [ "$JDK" = "9" ]; then
-  export JAVA_HOME="/usr/lib/jvm/java-9-oracle/"
-fi
-
-mvn -version
-
-PROPERTIES="$PROPERTIES -Duser.country=US -Duser.language=en"
-
-if [ "$BUILD_JDK" != "" ]; then
-  PROPERTIES="$PROPERTIES -Djava.version=$BUILD_JDK"
-fi
-
-exec mvn -B -P "${PROFILES}" clean install -V $PROPERTIES
\ No newline at end of file
diff --git a/deltaspike/buildall.sh b/buildall.sh
similarity index 100%
rename from deltaspike/buildall.sh
rename to buildall.sh
diff --git a/pom.xml b/pom.xml
index 68713282..d8b5ed86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>25</version>
+        <version>26</version>
         <relativePath />
     </parent>
 

Reply via email to