See if Travis can pick up parent POM SNAPSHOT to validate the parent

profile.
This commit is contained in:
Gary Gregory 2016-11-25 21:16:19 -08:00
parent 013dd9d507
commit 6dffab166a
2 changed files with 2 additions and 2 deletions

View File

@ -22,4 +22,4 @@ jdk:
- oraclejdk8 - oraclejdk8
after_success: after_success:
- mvn clean jacoco:report coveralls:report - mvn -Ptravis-jacoco clean jacoco:report coveralls:report

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent> <parent>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId> <artifactId>commons-parent</artifactId>
<version>41</version> <version>42-SNAPSHOT</version>
</parent> </parent>
<artifactId>commons-csv</artifactId> <artifactId>commons-csv</artifactId>
<version>1.5-SNAPSHOT</version> <version>1.5-SNAPSHOT</version>