Skip to content

Commit

Permalink
tag 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jia020 committed Feb 19, 2020
1 parent 6f723f0 commit ca05f5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ deploy:
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.1.0.jar"
- "build/libs/NVCLAnalyticalServices-1.1.2.jar"
- "config/application.properties"
skip_cleanup: true
on:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ group = 'org.auscope.nvcl'
sourceCompatibility = '11'
bootJar {
baseName = 'NVCLAnalyticalServices'
version = '1.1.0'
version = '1.1.2'
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.1.0</p>
<p>Version 1.1.2</p>
<textarea rows="8" cols="160" style="border: none;">
Filter sample:

Expand Down

0 comments on commit ca05f5b

Please sign in to comment.