Skip to content

Commit

Permalink
added travis release configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterWarren committed Jul 20, 2018
1 parent f37f4d6 commit ed5ca2a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@ jdk:
- oraclejdk8
install: true
script: mvn clean package -DskipTests=true
deploy:
provider: releases
api_key:
secure: QY2HjCx+hO98lWd93j/Me6pklbkt/GN6vd//XiJ/qH5+V9gJoug63tiSHSs2HHSF3ERrKgqmltsOflJfxPBaOOw3gRbh0nEDpiDZ7fCA87F4F8I2h+nSPr372+aFqkpwgjsE2p9B0U2HQLj4hQbA5NrcKvG9WIeD5ZniEwa8DvyRrMVHCE1CsYa0nj6VtP6SaXVCW19udILasOpwdhtXuULaLjIOyc5ABSjCEZB4UKAwzuoR1kLJyLvDvHjfTXsya0cYSGv5ceswdFJ2tv64faF60O+JeT4HQpJADdk7tgAYvZIBNsdLBH/Xcy+eCyqqE53rZKNc69eUqq6wQkW35PSMakScqzZC5sn9psB2zStBJfybycwwGq/Qoma0bS/fxyr5SopQ+n3mSH5S5WF9BuX3e+t3KBlz5tqccY0rjQmSqnM5YHT6YNIlroK+zyvx9IoKgpFhHp2f8+SSPa+7ilP9m+CkiQ89Growd8ROw/Q8tHBgfi3NjTkfCOeAu4+1n5EGIkV/DwKuPs1qYi54AgcezvsQW73ilvQARFjyuYNw/jFtWg+xXAp06Rz1s9aIdoQS0DxUvxcgOmecdkQVZ1dr/9X5mQ4igUxYR2CZMCe34kE3gIrzj0O14CtaeiEY1fj28UYLtqrHfFd6X5fjqynFERaSNCsAARU5OiRUG44=
file: target/NVCLAnalyticalServices.war
skip_cleanup: true
on:
repo: AuScope/NVCLAnalyticalServices
tags: true
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.auscope.nvcl</groupId>
<artifactId>NVCLAnalyticalServices</artifactId>
<packaging>war</packaging>
<version>0.1.0</version>
<version>1.0.0</version>
<name>NVCLAnalyticalServices</name>
<url>http://maven.apache.org</url>

Expand All @@ -17,7 +17,6 @@
<properties>
<targetJdk>1.8</targetJdk>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<portal.core.version>1.6.0-SNAPSHOT</portal.core.version>
<jetty.version>9.3.14.v20161028</jetty.version>
</properties>
<dependencyManagement>
Expand Down

0 comments on commit ed5ca2a

Please sign in to comment.