File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2
2
if [ -n " $TRAVIS_TAG " ]; then
3
3
mvn -s .travis.maven.settings.xml -DskipTests clean deploy
4
4
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
7
6
fi
Original file line number Diff line number Diff line change 37
37
<build >
38
38
<extensions >
39
39
<extension >
40
- <groupId >net.adamcin. org.kuali.maven.wagons </groupId >
40
+ <groupId >org.globalbioticinteractions </groupId >
41
41
<artifactId >maven-s3-wagon</artifactId >
42
- <version >1.2.2 </version >
42
+ <version >0.0.3 </version >
43
43
</extension >
44
44
</extensions >
45
45
<plugins >
Original file line number Diff line number Diff line change 18
18
<distributionManagement >
19
19
<repository >
20
20
<id >globi-release</id >
21
- <name >AWS Release Repository</name >
21
+ <name >Release Repository</name >
22
22
<url >s3://globi/release</url >
23
23
</repository >
24
24
</distributionManagement >
You can’t perform that action at this time.
0 commit comments