You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2012/07/03 18:04:20 UTC

git commit: Roll version number forward to 5.3.4-rc-9 Fix tapestry-yuicompressor to generate correct element in generated POM

Updated Branches:
  refs/heads/5.3 4537630ed -> 759791d71


Roll version number forward to 5.3.4-rc-9
Fix tapestry-yuicompressor to generate correct <repository> element in generated POM


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/759791d7
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/759791d7
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/759791d7

Branch: refs/heads/5.3
Commit: 759791d7117aef161f68f0d8a43ab4881baaabf7
Parents: 4537630
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Tue Jul 3 09:04:06 2012 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Tue Jul 3 09:04:06 2012 -0700

----------------------------------------------------------------------
 build.gradle                        |    2 +-
 tapestry-yuicompressor/build.gradle |   18 ++++++++++--------
 2 files changed, 11 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/759791d7/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index f8fb2e8..6d09574 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,7 +9,7 @@ apply from: "md5.gradle"
 project.ext.versions = [
   // Remember that when generating a release, this should be incremented. Also don"t forget to
   // tag the release in Subversion.
-  tapestry: "5.3.4-rc-8",
+  tapestry: "5.3.4-rc-9",
   jetty: "7.0.0.v20091005",
   tomcat: "6.0.30",
   testng: "6.5.2",

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/759791d7/tapestry-yuicompressor/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-yuicompressor/build.gradle b/tapestry-yuicompressor/build.gradle
index ac76a5e..25c83c4 100644
--- a/tapestry-yuicompressor/build.gradle
+++ b/tapestry-yuicompressor/build.gradle
@@ -11,14 +11,16 @@ repositories {
   mavenRepo name: "Maven Play Plugin", url: "http://maven-play-plugin.googlecode.com/svn/mavenrepo/releases"
 }
 
-install { 
-  repositories.mavenInstaller { 
-    pom.project { 
-      repositories { 
-        repository { 
-          id "maven-play-plugin"
-          name "Maven Play Plugin"
-          url "http://maven-play-plugin.googlecode.com/svn/mavenrepo/releases"
+uploadPublished { 
+  repositories { 
+    mavenDeployer { 
+      pom.project { 
+        repositories { 
+          repository { 
+            id "maven-play-plugin"
+            name "Maven Play Plugin"
+            url "http://maven-play-plugin.googlecode.com/svn/mavenrepo/releases"
+          }
         }
       }
     }