Skip to content

Commit

Permalink
Merge pull request TrigonicSolutions#22 from AlanKrueger/master
Browse files Browse the repository at this point in the history
release version 1.2
  • Loading branch information
AlanKrueger committed Nov 13, 2012
2 parents 31c24be + c54d241 commit eabe1b0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions History.md
@@ -1,3 +1,11 @@
v1.2 - 2012-11-13
=================
* bugfix: Use a default value when InetAddress.getLocalHost() throws
an UnknownHostException
* internal: Configure gradle to also generate IntelliJ project files.
* internal: convert to using nexus plugin for Sonatype OSS deployment
* internal: upgrade to gradle 1.2

v1.1 - 2012-04-03
=================
* update to Gradle 1.0-milestone-9
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.1'
classpath 'com.trigonic:gradle-rpm-plugin:1.2'
}
}

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

group = 'com.trigonic'
version = '1.2-SNAPSHOT'
version = '1.3-SNAPSHOT'

buildscript {
repositories {
Expand Down

0 comments on commit eabe1b0

Please sign in to comment.