You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2014/02/19 15:06:45 UTC

[1/2] git commit: Update scm location in pom

Repository: cxf
Updated Branches:
  refs/heads/master 57232118d -> 4df368276


Update scm location in pom


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

Branch: refs/heads/master
Commit: 97fc83f83f4f252d8b759b5b983af624f77266f4
Parents: 5723211
Author: Daniel Kulp <dk...@apache.org>
Authored: Wed Feb 19 09:03:11 2014 -0500
Committer: Daniel Kulp <dk...@apache.org>
Committed: Wed Feb 19 09:03:11 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/cxf/blob/97fc83f8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5b8ca21..fddcbd4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,8 +29,8 @@
     <url>http://cxf.apache.org</url>
     <packaging>pom</packaging>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/trunk</developerConnection>
+        <connection>scm:git:http://git-wip-us.apache.org/repos/asf/cxf.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/cxf.git</developerConnection>
     </scm>
     <issueManagement>
         <system>jira</system>


[2/2] git commit: Don't need to differentiate between git/svn anymore for buildnumber

Posted by dk...@apache.org.
Don't need to differentiate between git/svn anymore for buildnumber


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

Branch: refs/heads/master
Commit: 4df368276822525e18f5c2e91d421951daeac9f0
Parents: 97fc83f
Author: Daniel Kulp <dk...@apache.org>
Authored: Wed Feb 19 09:06:14 2014 -0500
Committer: Daniel Kulp <dk...@apache.org>
Committed: Wed Feb 19 09:06:14 2014 -0500

----------------------------------------------------------------------
 core/pom.xml | 31 -------------------------------
 1 file changed, 31 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/4df36827/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 423a6e5..199024f 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -31,7 +31,6 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <properties>
-        <buildnumber.connection.url>${project.scm.developerConnection}</buildnumber.connection.url>
         <cxf.bundle.activator>org.apache.cxf.bus.osgi.CXFActivator</cxf.bundle.activator>
         <cxf.osgi.export>
             !org.apache.cxf.internal,
@@ -228,7 +227,6 @@
                         <configuration>
                             <doCheck>false</doCheck>
                             <doUpdate>false</doUpdate>
-                            <urlScm>${buildnumber.connection.url}</urlScm>
                             <revisionOnScmFailure>${nonCanonicalRevision}</revisionOnScmFailure>
                         </configuration>
                     </execution>
@@ -384,34 +382,5 @@
                 </plugins>
             </build>
         </profile>
-        <profile>
-            <!-- default profile enables javadoc stuff -->
-            <id>git.build.number</id>
-            <activation>
-                <file>
-                    <exists>../.git</exists>
-                </file>
-            </activation>
-            <properties>
-                <buildnumber.connection.url>scm:git:http://</buildnumber.connection.url>
-            </properties>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-javadoc-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>package</id>
-                                <phase>package</phase>
-                                <goals>
-                                    <goal>jar</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
     </profiles>
 </project>