Skip to content

Commit

Permalink
add across 5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Dec 9, 2024
1 parent 30f3fa8 commit 9edbc15
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions content/com/foreach/across/across-5.5.1.buildspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
groupId=com.foreach.across
artifactId=across-base
display=${groupId}:${artifactId}
version=5.5.1

gitRepo=https://github.com/foreach-across/across-framework.git
gitTag=v${version}

tool=mvn-3.9.9
jdk=8
newline=lf
#umask=022

command="mvn clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip"
buildinfo=target/${artifactId}-${version}.buildinfo
execBefore="REVISION=${version} ./ci-before.sh"

#diffoscope=${artifactId}-${version}.diffoscope
issue=

0 comments on commit 9edbc15

Please sign in to comment.