Skip to content

Commit

Permalink
set version to 1.1.0 and fixed travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterWarren committed Mar 11, 2019
1 parent 5688915 commit 13a2f04
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ 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: build/libs/NVCLAnalyticalServices-1.0.0.jar
file:
- "build/libs/NVCLAnalyticalServices-1.1.0.jar"
- "config/application.properties"
skip_cleanup: true
on:
repo: AuScope/NVCLAnalyticalServices
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ plugins {
apply plugin: 'io.spring.dependency-management'

group = 'org.auscope.nvcl'
version = '0.0.1-SNAPSHOT'

sourceCompatibility = '11'
bootJar {
baseName = 'NVCLAnalyticalServices'
version = '1.0.0'
version = '1.1.0'
launchScript()
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h2 class="NVCLDSh2">NVCL Analytical Services</h2>
<p>Click on the urls for more details, including usage instructions of each interface.</p>
<p>Click <a href="https://github.com/AuScope/NVCLAnalyticalServices">here</a> for more detail information about NVCL
Web Services Development.</p>
<p>Version 1.0.0</p>
<p>Version 1.1.0</p>
<textarea rows="8" cols="160" style="border: none;">
Filter sample:

Expand Down

0 comments on commit 13a2f04

Please sign in to comment.