fixed an issue with the travis deploy process

master
Stefan Dollase 2015-12-24 03:27:33 +01:00
parent 73d96e6264
commit 7088cc51e4
3 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@ before_install:
before_deploy:
- bash travis-ci/scripts/create-mac-icon.sh
- bash travis-ci/scripts/create-windows-icon.sh
- mvn package -DskipTests=true -f travis-ci/mac-wrapper/pom.xml
- mvn package -DskipTests=true -f travis-ci/windows-wrapper/pom.xml
- mvn package -DskipTests=true -f travis-ci/wrapper-for-mac/pom.xml
- mvn package -DskipTests=true -f travis-ci/wrapper-for-windows/pom.xml
- export filename=$(bash travis-ci/scripts/get-amidst-filename.sh)
deploy:
provider: releases

View File

@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>amidst</groupId>
<artifactId>mac-wrapper</artifactId>
<artifactId>wrapper-for-mac</artifactId>
<version>0.0.1-SNAPSHOT</version>
<build>
<finalName>${amidst.build.filename}</finalName>

View File

@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>amidst</groupId>
<artifactId>windows-wrapper</artifactId>
<artifactId>wrapper-for-windows</artifactId>
<version>0.0.1-SNAPSHOT</version>
<build>
<finalName>${amidst.build.filename}</finalName>