You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2013/07/24 03:53:46 UTC

[2/3] git commit: ACCUMULO-1500 Fix rat for switch to git, and other git and url fixes

ACCUMULO-1500 Fix rat for switch to git, and other git and url fixes


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

Branch: refs/heads/master
Commit: a7bc9375bb27149d1cc570cd3e6d530667786674
Parents: 35c7591
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Jul 23 21:47:33 2013 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Jul 23 21:47:33 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/a7bc9375/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 37246f9..52e1beb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,9 +84,9 @@
     <module>minicluster</module>
   </modules>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/accumulo/branches/1.5</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/accumulo/branches/1.5</developerConnection>
-    <url>http://svn.apache.org/viewvc/accumulo/branches/1.5</url>
+    <connection>scm:git:git://git.apache.org/accumulo.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/accumulo.git</developerConnection>
+    <url>https://git-wip-us.apache.org/repos/asf?p=accumulo.git</url>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -94,7 +94,7 @@
   </issueManagement>
   <ciManagement>
     <system>Apache Jenkins</system>
-    <url>https://builds.apache.org/view/A-F/view/Accumulo/</url>
+    <url>https://builds.apache.org/view/A-D/view/Accumulo/</url>
   </ciManagement>
   <distributionManagement>
     <site>
@@ -460,6 +460,7 @@
             <tagNameFormat>@{project.version}-RC</tagNameFormat>
             <releaseProfiles>seal-jars</releaseProfiles>
             <useReleaseProfile>false</useReleaseProfile>
+            <pushChanges>false</pushChanges>
           </configuration>
         </plugin>
         <plugin>
@@ -478,6 +479,7 @@
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
+          <version>0.9</version>
           <configuration>
             <excludes>
               <exclude>docs/apidocs/package-list</exclude>