Skip to content

Commit

Permalink
bump version to 1.1 for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanKrueger committed Apr 3, 2012
1 parent f2f965f commit fc9ee56
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v1.1 - 2012-04-03
=================
* update to Gradle 1.0-milestone-9
* change to use archivesBaseName rather than the project name directly
* change to use extension properties rather than dynamic properties
* update plugin to apply BasePlugin

v1.0 - 2012-01-03
=================
* update to use "fileType" instead of "directive" since the latter
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ derived from RedHat. It leverages [Redline](http://redline-rpm.org/) Java libra
}

dependencies {
classpath 'com.trigonic:gradle-rpm-plugin:1.0'
classpath 'com.trigonic:gradle-rpm-plugin:1.1'
}
}

Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ apply plugin: 'signing'
apply plugin: 'eclipse'

group = 'com.trigonic'
artifact = 'gradle-rpm-plugin'
version = '1.0'
version = '1.1'

def props = new Properties();
def localProperties = new File("local.properties")
Expand Down

0 comments on commit fc9ee56

Please sign in to comment.