Skip to content

Commit 84232bc

Browse files
committed
Update for release
1 parent d4e2388 commit 84232bc

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ install:
1414
- rm ~/.m2/settings.xml
1515
- if [ $TRAVIS_PULL_REQUEST = false ] && [ $TRAVIS_BRANCH = master ]; then GOAL=deploy; else GOAL=install; fi
1616

17-
script: mvn -q -U -T 2 -Pcompatibility,snapshots,javadoc $GOAL jacoco:report
17+
script: mvn -q -U -T 2 -Pbuild-number,compatibility,bintray,snapshots,javadoc $GOAL jacoco:report
1818

1919
after_success: mvn -q coveralls:report -DrepoToken=$COVERALLS_TOKEN

pom.xml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
<parent>
1515
<groupId>org.seedstack.poms</groupId>
1616
<artifactId>parent-internal</artifactId>
17-
<version>2.1.0-SNAPSHOT</version>
17+
<version>2.1.0</version>
1818
</parent>
1919

2020
<groupId>org.seedstack.addons.validation</groupId>
2121
<artifactId>validation</artifactId>
22-
<version>2.1.0-M1-SNAPSHOT</version>
22+
<version>2.1.0-SNAPSHOT</version>
2323

2424
<properties>
25-
<seed.version>2.1.0-M1-SNAPSHOT</seed.version>
25+
<seed.version>2.1.0</seed.version>
2626
<hibernate-validator.version>5.1.3.Final</hibernate-validator.version>
2727

2828
<compatibility.skip>true</compatibility.skip>
@@ -137,5 +137,21 @@
137137
</repository>
138138
</repositories>
139139
</profile>
140+
<profile>
141+
<id>bintray</id>
142+
<repositories>
143+
<repository>
144+
<snapshots>
145+
<enabled>false</enabled>
146+
</snapshots>
147+
<releases>
148+
<enabled>true</enabled>
149+
</releases>
150+
<id>bintray-seedstack-jars</id>
151+
<name>bintray</name>
152+
<url>http://dl.bintray.com/seedstack/jars</url>
153+
</repository>
154+
</repositories>
155+
</profile>
140156
</profiles>
141157
</project>

0 commit comments

Comments
 (0)