Skip to content

Commit 40da7bd

Browse files
author
Fernando Saint-Jean
committed
fixing publish and reverting version after deleting non-successful releases
1 parent f954810 commit 40da7bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</parent>
2525

2626
<artifactId>feign-annotation-error-decoder</artifactId>
27-
<version>1.1.2-SNAPSHOT</version>
27+
<version>1.1.0-SNAPSHOT</version>
2828
<name>Feign Annotation Error Decoder</name>
2929
<description>Feign Annotation Error Decoder</description>
3030
<url>https://github.com/OpenFeign/feign-annotation-error-decoder</url>

travis/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ if is_pull_request; then
180180
# If we are on master, we will deploy the latest snapshot or release version
181181
# - If a release commit fails to deploy for a transient reason, delete the broken version from bintray and click rebuild
182182
elif is_travis_branch_master; then
183-
./mvnw --batch-mode -s ./.settings.xml -Prelease -nsu -pl -DskipTests -Dgpg.skip=true deploy
183+
./mvnw --batch-mode -s ./.settings.xml -Prelease -nsu -DskipTests -Dgpg.skip=true deploy
184184

185185
# If the deployment succeeded, sync it to Maven Central. Note: this needs to be done once per project, not module, hence -N
186186
if is_release_commit; then

0 commit comments

Comments
 (0)