Skip to content

Commit 88aadf9

Browse files
author
teaey
committed
update pom.xml
1 parent c48015f commit 88aadf9

1 file changed

Lines changed: 17 additions & 8 deletions

File tree

dubbo-maven/pom.xml

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
</parent>
2424
<groupId>com.alibaba</groupId>
2525
<artifactId>dubbo</artifactId>
26-
<version>2.4.3</version>
26+
<version>2.5.4-SNAPSHOT</version>
2727
<packaging>jar</packaging>
2828
<name>Dubbo</name>
2929
<description>Dubbo is a distributed service framework enpowers applications with service import/export capability with high performance RPC.</description>
30-
<url>http://code.alibabatech.com/wiki/display/dubbo</url>
30+
<url>http://dubbo.io</url>
3131
<inceptionYear>2012</inceptionYear>
3232
<licenses>
3333
<license>
@@ -193,7 +193,7 @@
193193
<groupId>ch.qos.logback</groupId>
194194
<artifactId>logback-classic</artifactId>
195195
<version>1.0.6</version>
196-
<scope>provided</scope>
196+
<scope>provided</scope>
197197
</dependency>
198198
</dependencies>
199199
<build>
@@ -269,13 +269,13 @@
269269
<updateReleaseInfo>true</updateReleaseInfo>
270270
</properties>
271271
<issueManagement>
272-
<system>jira</system>
273-
<url>http://code.alibabatech.com/jira/browse/DUBBO</url>
272+
<system>github</system>
273+
<url>https://github.com/alibaba/dubbo/issues</url>
274274
</issueManagement>
275275
<scm>
276-
<url>http://code.alibabatech.com/svn/dubbo/trunk</url>
277-
<connection>scm:svn:http://code.alibabatech.com/svn/dubbo/trunk</connection>
278-
<developerConnection>scm:svn:http://code.alibabatech.com/svn/dubbo/trunk</developerConnection>
276+
<url>https://github.com/alibaba/dubbo</url>
277+
<connection>scm:https://github.com/alibaba/dubbo</connection>
278+
<developerConnection>scm:svn:https://github.com/alibaba/dubbo</developerConnection>
279279
</scm>
280280
<mailingLists>
281281
<mailingList>
@@ -350,5 +350,14 @@
350350
</roles>
351351
<timezone>+8</timezone>
352352
</developer>
353+
<developer>
354+
<name>WuXiaoFei(Teaey)</name>
355+
<id>xiaofei.wxf</id>
356+
<email>xiaofei.wxf (AT) alibaba-inc.com</email>
357+
<roles>
358+
<role>Developer</role>
359+
</roles>
360+
<timezone>+8</timezone>
361+
</developer>
353362
</developers>
354363
</project>

0 commit comments

Comments
 (0)