diff --git a/.travis.yml b/.travis.yml index 9dc4a31..24d226b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,6 @@ install: - rm ~/.m2/settings.xml - if [ $TRAVIS_PULL_REQUEST = false ] && [ $TRAVIS_BRANCH = master ]; then GOAL=deploy; else GOAL=install; fi -script: mvn -q -U -T 2 -Pcompatibility,snapshots,javadoc $GOAL jacoco:report +script: mvn -q -U -T 2 -Pbuild-number,compatibility,bintray,snapshots,javadoc $GOAL jacoco:report after_success: mvn -q coveralls:report -DrepoToken=$COVERALLS_TOKEN diff --git a/core/pom.xml b/core/pom.xml index c01c82f..bc53530 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -13,7 +13,7 @@ org.seedstack.addons.jms jms - 2.1.0-M1-SNAPSHOT + 2.1.0-SNAPSHOT jms-core diff --git a/pom.xml b/pom.xml index d8427ea..445206a 100644 --- a/pom.xml +++ b/pom.xml @@ -14,16 +14,16 @@ org.seedstack.poms parent-internal - 2.1.0-SNAPSHOT + 2.1.0 org.seedstack.addons.jms jms - 2.1.0-M1-SNAPSHOT + 2.1.0-SNAPSHOT pom - 2.1.0-M1-SNAPSHOT + 2.1.0 true @@ -38,8 +38,6 @@ Apache 2 BSD - - LGPL 3.0 MIT License MPL 2.0 @@ -54,8 +52,6 @@ Apache 2|The Apache Software License, Version 2.0 Apache 2|Apache License 2.0 BSD|The New BSD License - - LGPL 3.0|GNU Lesser Public License IGNORED_LICENSE|MPL 1.1 IGNORED_LICENSE|LGPL 2.1 @@ -106,5 +102,21 @@ + + bintray + + + + false + + + true + + bintray-seedstack-jars + bintray + http://dl.bintray.com/seedstack/jars + + + diff --git a/specs/pom.xml b/specs/pom.xml index 51c1546..34f4616 100644 --- a/specs/pom.xml +++ b/specs/pom.xml @@ -13,7 +13,7 @@ org.seedstack.addons.jms jms - 2.1.0-M1-SNAPSHOT + 2.1.0-SNAPSHOT jms-specs