This repository was archived by the owner on Feb 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,17 +21,9 @@ deploy:
2121 condition : $TRAVIS_BRANCH =~ ^master$
2222 # This provider handles tags of version 1.0
2323 - provider : script
24- script : bash scripts/release.sh $TRAVIS_TAG
24+ script : mvn --settings ~/settings.xml org.codehaus.mojo:versions-maven-plugin:2.1:set -DnewVersion= $TRAVIS_TAG; mvn clean deploy --settings ~/settings.xml -DskipTests=true -B -U; mvn clean deploy --settings ~/settings.xml -DskipTests=true -Psonatype -B -U
2525 skip_cleanup : true
2626 on :
2727 repo : raml-org/raml-java-parser
2828 tags : true
29- condition : $TRAVIS_TAG =~ ^1\.[0-9]+\.[0-9]+$
30- # This provider handles tags of version 0.8
31- - provider : script
32- script : bash scripts/release.sh $TRAVIS_TAG
33- skip_cleanup : true
34- on :
35- repo : raml-org/raml-java-parser
36- tags : true
37- condition : $TRAVIS_TAG =~ ^0\.[0-9]+\.[0-9]+$
29+ condition : $TRAVIS_TAG =~ ^1\.[0-9]+\.[0-9]+$
Original file line number Diff line number Diff line change 168168 <plugin >
169169 <groupId >org.sonatype.plugins</groupId >
170170 <artifactId >nexus-staging-maven-plugin</artifactId >
171- <version >1.6.5 </version >
171+ <version >1.6.6 </version >
172172 <extensions >true</extensions >
173173 <configuration >
174174 <serverId >ossrh</serverId >
179179 <plugin >
180180 <groupId >org.apache.maven.plugins</groupId >
181181 <artifactId >maven-source-plugin</artifactId >
182- <version >2.4 </version >
182+ <version >3.0.1 </version >
183183 <executions >
184184 <execution >
185185 <id >attach-sources</id >
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments