You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2014/07/21 03:46:40 UTC

[1/4] git commit: CURATOR-118 Add config to release plugin

Repository: curator
Updated Branches:
  refs/heads/CURATOR-118 [created] 5df92bf88


CURATOR-118 Add config to release plugin

Auto-version submodules because they should all be the same version.
Add tag template to match the existing precedent.
Don't push tag until it's been voted on.
Use local checkout to save on bandwidth.


Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/6e184ca0
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/6e184ca0
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/6e184ca0

Branch: refs/heads/CURATOR-118
Commit: 6e184ca00c3f5600b7130a2a9b47834e4025ef3f
Parents: c358bbc
Author: Mike Drob <md...@cloudera.com>
Authored: Wed Jul 9 10:52:41 2014 -0500
Committer: Mike Drob <md...@cloudera.com>
Committed: Wed Jul 9 10:52:41 2014 -0500

----------------------------------------------------------------------
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/6e184ca0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a18204c..d0cd6c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -559,6 +559,12 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
                     <version>${maven-release-plugin-version}</version>
+                    <configuration>
+                        <autoVersionSubmodules>true</autoVersionSubmodules>
+                        <tagNameFormat>${artifactID}-@{project.version}</tagNameFormat>
+                        <pushChanges>false</pushChanges>
+                        <localCheckout>true</localCheckout>
+                    </configuration>
                 </plugin>
 
                 <plugin>


[4/4] git commit: fixed another typo

Posted by ra...@apache.org.
fixed another typo


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

Branch: refs/heads/CURATOR-118
Commit: 5df92bf8861184d25b3e367f6fa5fc595fe8b6e0
Parents: 6a7704d
Author: randgalt <ra...@apache.org>
Authored: Sun Jul 20 20:46:04 2014 -0500
Committer: randgalt <ra...@apache.org>
Committed: Sun Jul 20 20:46:04 2014 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/5df92bf8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a37307c..2129e56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -561,7 +561,7 @@
                     <version>${maven-release-plugin-version}</version>
                     <configuration>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
-                        <tagNameFormat>${artifactID}-${project.version}</tagNameFormat>
+                        <tagNameFormat>${project.artifactId}-${project.version}</tagNameFormat>
                         <pushChanges>false</pushChanges>
                         <localCheckout>true</localCheckout>
                     </configuration>


[3/4] git commit: fixed typo

Posted by ra...@apache.org.
fixed typo


Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/6a7704d9
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/6a7704d9
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/6a7704d9

Branch: refs/heads/CURATOR-118
Commit: 6a7704d98633f228fb6334df879adac0bf18f761
Parents: 8a43132
Author: randgalt <ra...@apache.org>
Authored: Sun Jul 20 20:42:57 2014 -0500
Committer: randgalt <ra...@apache.org>
Committed: Sun Jul 20 20:42:57 2014 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/6a7704d9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d0cd6c4..a37307c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -561,7 +561,7 @@
                     <version>${maven-release-plugin-version}</version>
                     <configuration>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
-                        <tagNameFormat>${artifactID}-@{project.version}</tagNameFormat>
+                        <tagNameFormat>${artifactID}-${project.version}</tagNameFormat>
                         <pushChanges>false</pushChanges>
                         <localCheckout>true</localCheckout>
                     </configuration>


[2/4] git commit: Merge remote-tracking branch 'temp/CURATOR-118' into CURATOR-118

Posted by ra...@apache.org.
Merge remote-tracking branch 'temp/CURATOR-118' into CURATOR-118


Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/8a431329
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/8a431329
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/8a431329

Branch: refs/heads/CURATOR-118
Commit: 8a431329189608217d0246aefc09c0e0b7060f15
Parents: 6739938 6e184ca
Author: randgalt <ra...@apache.org>
Authored: Sun Jul 20 20:40:54 2014 -0500
Committer: randgalt <ra...@apache.org>
Committed: Sun Jul 20 20:40:54 2014 -0500

----------------------------------------------------------------------
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------