Skip to content

Commit

Permalink
fix build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Broker committed Aug 11, 2015
1 parent 3b7a870 commit 776596e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ deploy:
provider: releases
api_key:
secure: Myd5YVhRfVYDbIdrMViDot6aVz7MIY22SsMFtj2/40o854SL6zixMgU6HfeELWDF+C8Bl8DoD6+oeZrMHeZJV7Ofpa4Qlg38mjUu6eEiiRUWs5O55sfpupm+52CwKSEXRT+nS9fVjAPhoiFyB6sshIGPt/O/lKN0sYVW8FyvvnyuUc7reZjFo4zGC8zakZH0AiF8ZmyQ7SqWGeH5w6RyujBbrSO3+E3KGpNlfjdrbKDjlaOajcQPjnvOwrK0LJaMqtPYbZG8V66pOYrN6TDWGF+LlYJ1oY3qWwlXXycKumcxcC3QJvL2T1sliM5aoN9B9wieMrbmwm1xq093AFUmR4cCiG1ADmi6cniFzhWIjPyEwyyZcY/6r28+ZB6oWyDLfxTlHsfXuQL1XmzRYJMvIRNGoQyHas5qn1D+hGy4f/7MgFqNp3hO2Elyigkh7Z78KZFQ5IozO8QlFDAZTjRdf7Q3xwTFd1Hy5zYQWln/g55oJ4H9iO7Usk/x04XlETJZ06JMQhutBKlpyl6oHOZSRAWeyLvgk4SPMBdpyaUkVzIci4skApOh6oRoyobW0qWGq+H+8BmFkK6n00hjXkztJmUS+o5g0HujZ3MCpux1PP+aGluMK8EbFktTl2CGb3fyhvnSyPk2I+u2epOa37Np8RIwZSKA3G9zxD242eYAAKk=
file: build/libs/xlr-qtp-plugin-1.0.0.jar
file: build/libs/xlr-qtp-plugin-1.2.0.jar
on:
all_branches: true
tags: true
Expand Down
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.1.0'
version='1.2.0'

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

0 comments on commit 776596e

Please sign in to comment.