Merge pull request #434 from ghillert/INT-2545

* INT-2545:
  INT-2545 - Upgrade bundlor-plugin + docbook-reference-plugin * Upgrade bundlor-plugin version to 0.1.2 * Upgrade docbook-reference-plugin to 0.1.5
This commit is contained in:
Oleg Zhurakousky
2012-05-10 08:30:46 -04:00

View File

@@ -8,8 +8,8 @@ buildscript {
maven { url 'https://repo.springsource.org/plugins-snapshot' }
}
dependencies {
classpath 'org.springframework.build.gradle:bundlor-plugin:0.1.2-SNAPSHOT'
classpath 'org.springframework.build.gradle:docbook-reference-plugin:0.1.3'
classpath 'org.springframework.build.gradle:bundlor-plugin:0.1.2'
classpath 'org.springframework.build.gradle:docbook-reference-plugin:0.1.5'
}
}