This is an automated email from the ASF dual-hosted git repository.
mabin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-toolkit.git
The following commit(s) were added to refs/heads/master by this push:
new 63064bf SCB-1459 Add information about the release
new 5ec0d32 Merge pull request #25 from kakulisen/master
63064bf is described below
commit 63064bfe64cc26b4897ee2a0c9019cb6e5117534
Author: kakulisen <[email protected]>
AuthorDate: Fri Aug 23 18:32:30 2019 +0800
SCB-1459 Add information about the release
Signed-off-by: kakulisen <[email protected]>
---
pom.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
diff --git a/pom.xml b/pom.xml
index 5a207b7..3bf71bb 100755
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>18</version>
+ </parent>
+
<groupId>org.apache.servicecomb.toolkit</groupId>
<artifactId>toolkit</artifactId>
<version>0.1.0-SNAPSHOT</version>
@@ -41,6 +47,21 @@
</license>
</licenses>
+ <mailingLists>
+ <mailingList>
+ <name>Development List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+ </mailingList>
+ <mailingList>
+ <name>Commits List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+ </mailingList>
+ </mailingLists>
+
<developers>
<developer>
<name>The ServiceComb Developer Team</name>
@@ -48,6 +69,11 @@
</developer>
</developers>
+ <issueManagement>
+ <system>jira</system>
+ <url>https://issues.apache.org/jira/browse/SCB</url>
+ </issueManagement>
+
<organization>
<name>The Apache Software Foundation</name>
<url>http://www.apache.org/</url>
@@ -55,6 +81,26 @@
<inceptionYear>2019</inceptionYear>
+ <scm>
+ <url>https://github.com/apache/servicecomb-toolkit</url>
+
<connection>scm:git:https://github.com/apache/servicecomb-toolkit.git</connection>
+
<developerConnection>scm:git:https://github.com/apache/servicecomb-toolkit.git</developerConnection>
+ <tag>v${project.version}</tag>
+ </scm>
+
+ <distributionManagement>
+ <repository>
+ <id>apache.releases.https</id>
+ <name>Apache Release Distribution Repository</name>
+
<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
+ </repository>
+ <snapshotRepository>
+ <id>apache.snapshots.https</id>
+ <name>Apache Development Snapshot Repository</name>
+ <url>https://repository.apache.org/content/repositories/snapshots</url>
+ </snapshotRepository>
+ </distributionManagement>
+
<modules>
<module>codegen</module>
<module>cli</module>
@@ -283,6 +329,10 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>