Skip to content

Commit

Permalink
Set up release distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts2013 committed Nov 16, 2016
1 parent b788040 commit e7aea4e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ deploy:
provider: releases
api_key:
secure: F7pVe0mrHlEi7oQeU/J0T0UWsA3PMuQCMmAN7o/JR8mDEjD255y37W+L6UMPiTQVaWSY6nMTAVcuubLxWmBCFEjDQkM82TBVawLVytc7Z7JmIDzq1bOypcvi/s+zGMzktPGzzEXbm3ClwY2gSWRozTmKszBFUexZgvv06CE6fhp0aw/8G9G1T+FG73VnyWzYfRJ9rfdItEi6XL1F/uFU/atW7ilJCHAHPcigu8Upb+ZuAB+ZB/WlDbRl60B4mCwea497tXaoSX6kW4LpmnPMhBNBnSvxZ86HmWTQOpMZr7fJy4YPN7btgtd2KsJz37WQoK0XbYRROfaZdV1gckWAnrnuEOK8/2lsqGV1pry4Z6p7eyAtLP+syq6o0VB3sM4s3x8Gc20geX8+3ts64qqzaR3QqR6IGMrFQTCp5IgbyezU3y/6cxCbtqloQMss13WIhgw6mrzp3dpjcxCNSVXn8XMUO9MRb/FJsWQbV+GAErnk5WScOQRtCVKMn0/aPTb7umRdD20AkQt6971dzO+SFCMRa/7ka1lQad1pPyNKVdhB45U7QsyZ9pNCLKA93UnEzwjVuKm7hrcbVE6YKNW7yrEU7Yk/JuHooh3f+6U8bdZOVEl5bBQRqj3if4XwdpEXx3enRrtNAMeZazofI5a/wIevVtrcX7tqaGM2wuSn8o4=
file: build/libs/xlr-perforce-changelist-trigger-plugin-1.0.0.jar
file: build/distributions/xlr-perforce-changelist-trigger-plugin-1.0.1.zip
skip_cleanup: true
on:
all_branches: true
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# xlr-perforce-changelist-trigger-plugin

## Installation
- Unzip distribution file.
- Copy p4java-2015.2.1365272.jar to xl-release-server/lib.
- Copy xlr-perforce-changelist-trigger.jar to xl-release-server/plugins.
- Restart XL Release server.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}
}

version='1.0.0'
version='1.0.1'

apply plugin: "com.github.hierynomus.license"
apply plugin: 'java'
Expand Down

0 comments on commit e7aea4e

Please sign in to comment.