Skip to content

Commit ae8ae81

Browse files
author
jhpoelen
committedJan 14, 2021
more prep for v0.1.19 release
1 parent 2d69603 commit ae8ae81

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed
 

‎.travis.deploy_if_tag.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
if [ -n "$TRAVIS_TAG" ]; then
33
mvn -s .travis.maven.settings.xml -DskipTests clean deploy
44
VERSION=${TRAVIS_TAG//[^0-9.]/}
5-
cp nomer/target/nomer-${VERSION}-jar-with-dependencies.jar nomer_no_head.jar
6-
cat .travis.jar.magic nomer_no_head.jar > nomer.jar
5+
cat .travis.jar.magic nomer/target/nomer-${VERSION}-jar-with-dependencies.jar > nomer.jar
76
fi

‎nomer-parent/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
<build>
3838
<extensions>
3939
<extension>
40-
<groupId>net.adamcin.org.kuali.maven.wagons</groupId>
40+
<groupId>org.globalbioticinteractions</groupId>
4141
<artifactId>maven-s3-wagon</artifactId>
42-
<version>1.2.2</version>
42+
<version>0.0.3</version>
4343
</extension>
4444
</extensions>
4545
<plugins>

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<distributionManagement>
1919
<repository>
2020
<id>globi-release</id>
21-
<name>AWS Release Repository</name>
21+
<name>Release Repository</name>
2222
<url>s3://globi/release</url>
2323
</repository>
2424
</distributionManagement>

0 commit comments

Comments
 (0)