Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed Nov 15, 2015
1 parent f744ca0 commit f06c06a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.seedstack.addons.jms</groupId>
<artifactId>jms</artifactId>
<version>2.1.0-M1-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
</parent>

<artifactId>jms-core</artifactId>
Expand Down
26 changes: 19 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
<parent>
<groupId>org.seedstack.poms</groupId>
<artifactId>parent-internal</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<groupId>org.seedstack.addons.jms</groupId>
<artifactId>jms</artifactId>
<version>2.1.0-M1-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
<seed.version>2.1.0-M1-SNAPSHOT</seed.version>
<seed.version>2.1.0</seed.version>

<compatibility.skip>true</compatibility.skip>
</properties>
Expand All @@ -38,8 +38,6 @@
<includedLicenses>
<includedLicense>Apache 2</includedLicense>
<includedLicense>BSD</includedLicense>
<!--<includedLicense>EPL 1.0</includedLicense>-->
<!--<includedLicense>LGPL 2.1</includedLicense>-->
<includedLicense>LGPL 3.0</includedLicense>
<includedLicense>MIT License</includedLicense>
<includedLicense>MPL 2.0</includedLicense>
Expand All @@ -54,8 +52,6 @@
<licenseMerge>Apache 2|The Apache Software License, Version 2.0</licenseMerge>
<licenseMerge>Apache 2|Apache License 2.0</licenseMerge>
<licenseMerge>BSD|The New BSD License</licenseMerge>
<!--<licenseMerge>EPL 1.0|Eclipse Public License, Version 1.0</licenseMerge>-->
<!--<licenseMerge>LGPL 2.1|GNU Lesser General Public License, Version 2.1</licenseMerge>-->
<licenseMerge>LGPL 3.0|GNU Lesser Public License</licenseMerge>
<licenseMerge>IGNORED_LICENSE|MPL 1.1</licenseMerge>
<licenseMerge>IGNORED_LICENSE|LGPL 2.1</licenseMerge>
Expand Down Expand Up @@ -106,5 +102,21 @@
</repository>
</repositories>
</profile>
<profile>
<id>bintray</id>
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
<id>bintray-seedstack-jars</id>
<name>bintray</name>
<url>http://dl.bintray.com/seedstack/jars</url>
</repository>
</repositories>
</profile>
</profiles>
</project>
2 changes: 1 addition & 1 deletion specs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.seedstack.addons.jms</groupId>
<artifactId>jms</artifactId>
<version>2.1.0-M1-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
</parent>

<artifactId>jms-specs</artifactId>
Expand Down

0 comments on commit f06c06a

Please sign in to comment.