You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by pe...@apache.org on 2018/03/11 04:35:22 UTC

[incubator-skywalking] branch asf/release created (now fd620ac)

This is an automated email from the ASF dual-hosted git repository.

pengys pushed a change to branch asf/release
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git.


      at fd620ac  Modify POM.

This branch includes the following new commits:

     new fd620ac  Modify POM.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
pengys@apache.org.

[incubator-skywalking] 01/01: Modify POM.

Posted by pe...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pengys pushed a commit to branch asf/release
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git

commit fd620acb60c6361c0fbc38607502f1b6847113b3
Author: peng-yongsheng <80...@qq.com>
AuthorDate: Sun Mar 11 12:35:17 2018 +0800

    Modify POM.
---
 pom.xml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/pom.xml b/pom.xml
index 7eacc59..f4a7197 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,6 +178,22 @@
                             <workingDirectory>${project.basedir}/ci-dependencies</workingDirectory>
                         </configuration>
                     </execution>
+		    <execution>
+      			<id>git submodule update</id>
+      			<phase>initialize</phase>
+      			<configuration>
+       				<executable>git</executable>
+       				<arguments>
+        				<argument>submodule</argument>
+          				<argument>update</argument>
+          				<argument>--init</argument>
+          				<argument>--recursive</argument>
+        			</arguments>
+      			</configuration>
+      			<goals>
+        			<goal>exec</goal>
+      			</goals>
+    		    </execution>
                 </executions>
             </plugin>
             <plugin>
@@ -373,4 +389,9 @@
         </profile>
     </profiles>
     
+    <scm>
+        <url>https://github.com/apache/incubator-skywalking</url>
+        <connection>scm:git:https://github.com/apache/incubator-skywalking.git</connection>
+        <developerConnection>scm:git:https://github.com/apache/incubator-skywalking.git</developerConnection>
+    </scm>
 </project>

-- 
To stop receiving notification emails like this one, please contact
pengys@apache.org.