Skip to content

Commit

Permalink
Update history and versions following 1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanKrueger committed Aug 28, 2013
1 parent b7014bd commit bbbbf24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
v1.4 -
v1.4 - 2013-08-28
=================
* issue #44: Gradle 1.7 incompatibility
* issue #29: optional parents info
* issue #18: add syntactic sugar to easily combine file type
directives with a logical or (|)

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.3'
classpath 'com.trigonic:gradle-rpm-plugin:1.4'
}
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'nexus'
apply plugin: 'idea'

group = 'com.trigonic'
version = '1.4-SNAPSHOT'
version = '1.5-SNAPSHOT'

buildscript {
repositories {
Expand Down

0 comments on commit bbbbf24

Please sign in to comment.