Skip to content

Commit

Permalink
release version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
openwms committed Sep 11, 2019
1 parent a61185b commit 0c502bf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ language: java
jdk:
- openjdk8

env:
global:
secure: FcpmWXdR7VgNoG6Q8Oga+HvteAc55EPz8VjTBNF9EruGqq2/Uk23Hftva8RaWl4EVB//05TUVjLvmKosmZG1qnijZTbU9MZYnIqk/C6aNC0iHamBEaoDNdow3fHBbWhEr2KpBsD30r+ZrhK33uq1rg+eA+GVAlQlunG/oAzwEEs=

install: true

addons:
Expand All @@ -15,4 +11,4 @@ addons:

script:
- if [[ ( "$TRAVIS_BRANCH" == "master" ) ]]; then mvn clean package sonar:sonar -DsurefireArgs=-Dspring.profiles.active=ASYNCHRONOUS,TEST -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true -Dci.buildNumber=$TRAVIS_BRANCH-$TRAVIS_BUILD_NUMBER -Ddocumentation.dir=$TRAVIS_BUILD_DIR -Psonar,release,travis -U --settings=./etc/ci/settings.xml; fi
- if [[ ( "$TRAVIS_BRANCH" == "master" ) ]]; then mvn clean deploy -Denforcer.skip=true -Dci.buildNumber=$TRAVIS_BRANCH-$TRAVIS_BUILD_NUMBER -Prelease,gpg,travis --settings=./etc/ci/settings.xml; fi
- if [[ ( "$TRAVIS_BRANCH" == "master" ) ]]; then mvn clean package -Denforcer.skip=true -Dci.buildNumber=$TRAVIS_BRANCH-$TRAVIS_BUILD_NUMBER -Prelease,gpg,travis --settings=./etc/ci/settings.xml; fi
2 changes: 1 addition & 1 deletion org.openwms.core.lang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.openwms</groupId>
<artifactId>org.openwms</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>org.openwms.core.lang</artifactId>
<name>${project.artifactId}</name>
Expand Down
7 changes: 6 additions & 1 deletion org.openwms.core.util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.openwms</groupId>
<artifactId>org.openwms</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>org.openwms.core.util</artifactId>
<name>${project.artifactId}</name>
Expand Down Expand Up @@ -36,6 +36,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-envers</artifactId>
<version>2.1.8.RELEASE</version>
</dependency>

<dependency>
<groupId>io.interface21</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.openwms</groupId>
<artifactId>org.openwms.parent</artifactId>
<version>11</version>
<version>12</version>
<relativePath></relativePath>
</parent>
<artifactId>org.openwms</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>pom</packaging>
<name>OpenWMS.org Project</name>

Expand Down

0 comments on commit 0c502bf

Please sign in to comment.