Skip to content

Commit

Permalink
Merge branch 'hotfix/0.3.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
sgyyz committed Dec 26, 2018
2 parents c3f23d6 + 18f8d24 commit 5b82884
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ before_install:
- echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust

install:
mvn --settings .setttings.xml clean install -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B -V
mvn --settings .settings.xml clean install -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B -V

## Build and release to maven central
script:
mvn --settings .setttings.xml clean deploy -DskipTests=true -Dmaven.javadoc.skip=false -B -U
mvn --settings .settings.xml clean deploy -DskipTests=true -Dmaven.javadoc.skip=false -B -U

## Get the project version
before_deploy:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.sgyyz</groupId>
<artifactId>ordered-classloader</artifactId>
<version>0.3.6</version>
<version>0.3.7</version>
<packaging>jar</packaging>

<name>ordered-classloader</name>
Expand Down

0 comments on commit 5b82884

Please sign in to comment.