Skip to content

Commit

Permalink
Use newer parent to fix coverage building
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed Sep 26, 2019
1 parent 31ec077 commit b8675c2
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,6 +14,6 @@ install:
- echo $ADDITIONAL_PROFILES
- echo $GOAL

script: mvn -U -Pbuild-number,compatibility,bintray,javadoc,$ADDITIONAL_PROFILES $GOAL jacoco:report
script: mvn -U -Pbuild-number,compatibility,bintray,javadoc,$ADDITIONAL_PROFILES $GOAL

after_success: mvn -q coveralls:report -DrepoToken=$COVERALLS_TOKEN
2 changes: 1 addition & 1 deletion cli/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed</artifactId>
<version>3.9.0-SNAPSHOT</version>
<version>3.9.1-SNAPSHOT</version>
</parent>

<artifactId>seed-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed</artifactId>
<version>3.9.0-SNAPSHOT</version>
<version>3.9.1-SNAPSHOT</version>
</parent>

<artifactId>seed-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -14,12 +14,12 @@
<parent>
<groupId>org.seedstack.poms</groupId>
<artifactId>parent-internal</artifactId>
<version>3.4.6</version>
<version>3.4.7-SNAPSHOT</version>
</parent>

<groupId>org.seedstack.seed</groupId>
<artifactId>seed</artifactId>
<version>3.9.0-SNAPSHOT</version>
<version>3.9.1-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion rest/core/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed-rest</artifactId>
<version>3.9.0-SNAPSHOT</version>
<version>3.9.1-SNAPSHOT</version>
</parent>

<artifactId>seed-rest-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rest/jersey2/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed-rest</artifactId>
<version>3.9.0-SNAPSHOT</version>
<version>3.9.1-SNAPSHOT</version>
</parent>

<artifactId>seed-rest-jersey2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rest/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed</artifactId>
<version>3.9.0-SNAPSHOT</version>
<version>3.9.1-SNAPSHOT</version>
</parent>

<artifactId>seed-rest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rest/specs/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed-rest</artifactId>
<version>3.9.0-SNAPSHOT</version>
<version>3.9.1-SNAPSHOT</version>
</parent>

<artifactId>seed-rest-specs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion security/core/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed-security</artifactId>
<version>3.9.0-SNAPSHOT</version>
<version>3.9.1-SNAPSHOT</version>
</parent>

<artifactId>seed-security-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion security/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed</artifactId>
<version>3.9.0-SNAPSHOT</version>
<version>3.9.1-SNAPSHOT</version>
</parent>

<artifactId>seed-security</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion security/specs/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed-security</artifactId>
<version>3.9.0-SNAPSHOT</version>
<version>3.9.1-SNAPSHOT</version>
</parent>

<artifactId>seed-security-specs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion specs/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed</artifactId>
<version>3.9.0-SNAPSHOT</version>
<version>3.9.1-SNAPSHOT</version>
</parent>

<artifactId>seed-specs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testing/arquillian/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed-testing</artifactId>
<version>3.9.0-SNAPSHOT</version>
<version>3.9.1-SNAPSHOT</version>
</parent>

<artifactId>seed-testing-arquillian</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testing/core/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed-testing</artifactId>
<version>3.9.0-SNAPSHOT</version>
<version>3.9.1-SNAPSHOT</version>
</parent>

<artifactId>seed-testing-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testing/junit4/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed-testing</artifactId>
<version>3.9.0-SNAPSHOT</version>
<version>3.9.1-SNAPSHOT</version>
</parent>

<artifactId>seed-testing-junit4</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testing/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed</artifactId>
<version>3.9.0-SNAPSHOT</version>
<version>3.9.1-SNAPSHOT</version>
</parent>

<artifactId>seed-testing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testing/specs/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed-testing</artifactId>
<version>3.9.0-SNAPSHOT</version>
<version>3.9.1-SNAPSHOT</version>
</parent>

<artifactId>seed-testing-specs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion web/core/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed-web</artifactId>
<version>3.9.0-SNAPSHOT</version>
<version>3.9.1-SNAPSHOT</version>
</parent>

<artifactId>seed-web-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed</artifactId>
<version>3.9.0-SNAPSHOT</version>
<version>3.9.1-SNAPSHOT</version>
</parent>

<artifactId>seed-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion web/security/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed-web</artifactId>
<version>3.9.0-SNAPSHOT</version>
<version>3.9.1-SNAPSHOT</version>
</parent>

<artifactId>seed-web-security</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion web/specs/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed-web</artifactId>
<version>3.9.0-SNAPSHOT</version>
<version>3.9.1-SNAPSHOT</version>
</parent>

<artifactId>seed-web-specs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion web/undertow/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed-web</artifactId>
<version>3.9.0-SNAPSHOT</version>
<version>3.9.1-SNAPSHOT</version>
</parent>

<artifactId>seed-web-undertow</artifactId>
Expand Down

0 comments on commit b8675c2

Please sign in to comment.