Skip to content

Commit 1f3c908

Browse files
committed
1 parent 9fe43e7 commit 1f3c908

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
groupId=io.avaje
2+
artifactId=avaje-http-parent
3+
display=${groupId}:$(echo "${artifactId}" | sed -e "s/-parent//")
4+
version=3.4-RC1
5+
6+
gitRepo=https://github.com/avaje/avaje-http.git
7+
gitTag=${version}
8+
#gitTag="git log --all --pretty=format:%H --grep 'Version $version'"
9+
gitTag=afad6cb812ed5958c4795cc7b4edf6292163316b
10+
11+
tool=mvn
12+
jdk=21
13+
newline=crlf
14+
#umask=022
15+
timezone="America/New_York"
16+
17+
command="mvn -Pcentral clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip"
18+
buildinfo=target/${artifactId}-${version}.buildinfo
19+
20+
#diffoscope=${artifactId}-${version}.diffoscope
21+
issue=

0 commit comments

Comments
 (0)