Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
Removed message parameter (not working).
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalwrzeszcz committed Apr 4, 2019
1 parent d82ff64 commit c524dd3
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .travis/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ git add -u
git commit -m "[skip ci] Automated release release."

# perform a release
mvn -B -e clean deploy site-deploy -P deploy --settings .travis/settings.xml -Dmessage="${TRAVIS_COMMIT_MESSAGE}"
mvn -B -e clean deploy site-deploy -P deploy --settings .travis/settings.xml

# now create a new version commit
mvn -B build-helper:parse-version versions:set versions:commit \
Expand Down
2 changes: 1 addition & 1 deletion lambda-cform/lambda-cform-account/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>pl.wrzasq.lambda</groupId>
<artifactId>lambda-cform</artifactId>
<version>1.0.14</version>
<version>1.0.15-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lambda-cform/lambda-cform-organization-unit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>pl.wrzasq.lambda</groupId>
<artifactId>lambda-cform</artifactId>
<version>1.0.14</version>
<version>1.0.15-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lambda-cform/lambda-cform-organization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>pl.wrzasq.lambda</groupId>
<artifactId>lambda-cform</artifactId>
<version>1.0.14</version>
<version>1.0.15-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lambda-cform/lambda-cform-passwordpolicy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>pl.wrzasq.lambda</groupId>
<artifactId>lambda-cform</artifactId>
<version>1.0.14</version>
<version>1.0.15-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lambda-cform/lambda-cform-stackset-instance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>pl.wrzasq.lambda</groupId>
<artifactId>lambda-cform</artifactId>
<version>1.0.14</version>
<version>1.0.15-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lambda-cform/lambda-cform-stackset/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>pl.wrzasq.lambda</groupId>
<artifactId>lambda-cform</artifactId>
<version>1.0.14</version>
<version>1.0.15-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lambda-cform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>pl.wrzasq.lambda</groupId>
<artifactId>lambda</artifactId>
<version>1.0.14</version>
<version>1.0.15-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lambda-edgedeploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>pl.wrzasq.lambda</groupId>
<artifactId>lambda</artifactId>
<version>1.0.14</version>
<version>1.0.15-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lambda-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>pl.wrzasq.lambda</groupId>
<artifactId>lambda</artifactId>
<version>1.0.14</version>
<version>1.0.15-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<groupId>pl.wrzasq.lambda</groupId>
<artifactId>lambda</artifactId>
<packaging>pom</packaging>
<version>1.0.14</version>
<version>1.0.15-SNAPSHOT</version>
<parent>
<groupId>pl.wrzasq.parent</groupId>
<artifactId>parent-opensource</artifactId>
Expand Down

0 comments on commit c524dd3

Please sign in to comment.