You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2013/08/11 00:04:43 UTC

[1/3] git commit: Ignore more target directories.

Updated Branches:
  refs/heads/maven-2.2.x 76aaea36b -> 7812361c9


Ignore more target directories.


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

Branch: refs/heads/maven-2.2.x
Commit: 4bd6d3700b6dba07f57ede81a94277f59975c34b
Parents: 76aaea3
Author: Dennis Lundberg <de...@apache.org>
Authored: Sat Aug 10 13:13:27 2013 +0200
Committer: Dennis Lundberg <de...@apache.org>
Committed: Sat Aug 10 13:13:27 2013 +0200

----------------------------------------------------------------------
 maven-core-it-runner/.gitignore    | 1 +
 maven-integration-tests/.gitignore | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/4bd6d370/maven-core-it-runner/.gitignore
----------------------------------------------------------------------
diff --git a/maven-core-it-runner/.gitignore b/maven-core-it-runner/.gitignore
new file mode 100644
index 0000000..b83d222
--- /dev/null
+++ b/maven-core-it-runner/.gitignore
@@ -0,0 +1 @@
+/target/

http://git-wip-us.apache.org/repos/asf/maven/blob/4bd6d370/maven-integration-tests/.gitignore
----------------------------------------------------------------------
diff --git a/maven-integration-tests/.gitignore b/maven-integration-tests/.gitignore
new file mode 100644
index 0000000..b83d222
--- /dev/null
+++ b/maven-integration-tests/.gitignore
@@ -0,0 +1 @@
+/target/


[3/3] git commit: Update SCM URLs to reflect the move from subversion to git. Update ciManagement URL.

Posted by de...@apache.org.
Update SCM URLs to reflect the move from subversion to git.
Update ciManagement URL.


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

Branch: refs/heads/maven-2.2.x
Commit: 7812361c94b1eafd59a8d437f693337e8f4df21a
Parents: 2b7608f
Author: Dennis Lundberg <de...@apache.org>
Authored: Sun Aug 11 00:04:13 2013 +0200
Committer: Dennis Lundberg <de...@apache.org>
Committed: Sun Aug 11 00:04:13 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/maven/blob/7812361c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a5c14ea..3c71138 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,13 +115,13 @@ under the License.
   </mailingLists>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-2/branches/maven-2.2.x</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-2/branches/maven-2.2.x</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/maven-2/branches/maven-2.2.x</url>
+    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
+    <url>https://git-wip-us.apache.org/repos/asf?p=maven.git</url>
   </scm>
   <ciManagement>
     <system>Jenkins</system>
-    <url>https://builds.apache.org/hudson/job/maven-2.2.x/</url>
+    <url>https://builds.apache.org/job/maven-2.2.x/</url>
   </ciManagement>
 
   <build>


[2/3] git commit: Do not use deprecated properties.

Posted by de...@apache.org.
Do not use deprecated properties.


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

Branch: refs/heads/maven-2.2.x
Commit: 2b7608f0d9e0e028d7a03d8d549df1ad2afb233f
Parents: 4bd6d37
Author: Dennis Lundberg <de...@apache.org>
Authored: Sat Aug 10 13:14:08 2013 +0200
Committer: Dennis Lundberg <de...@apache.org>
Committed: Sat Aug 10 13:14:08 2013 +0200

----------------------------------------------------------------------
 maven-core-it-runner/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/2b7608f0/maven-core-it-runner/pom.xml
----------------------------------------------------------------------
diff --git a/maven-core-it-runner/pom.xml b/maven-core-it-runner/pom.xml
index 70494dc..418cf4c 100644
--- a/maven-core-it-runner/pom.xml
+++ b/maven-core-it-runner/pom.xml
@@ -94,7 +94,7 @@ under the License.
           <execution>
             <configuration>
               <tasks>
-                <chmod file="${basedir}/target/maven-installation/apache-maven-${pom.version}/bin/mvn" perm="755"/>
+                <chmod file="${basedir}/target/maven-installation/apache-maven-${project.version}/bin/mvn" perm="755"/>
               </tasks>
             </configuration>
             <phase>process-sources</phase>