Skip to content

Commit 23d301f

Browse files
author
Prasanna Santhanam
committed
Apache CloudStack has graduated.
Fixing the links in the pom.xml Signed-off-by: Prasanna Santhanam <tsp@apache.org>
1 parent 8ecdbd8 commit 23d301f

1 file changed

Lines changed: 21 additions & 18 deletions

File tree

pom.xml

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<description>Apache CloudStack is an IaaS (“Infrastracture as a Service”) cloud orchestration platform.</description>
2727
<url>http://www.cloudstack.org</url>
2828
<scm>
29-
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git</connection>
30-
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git</developerConnection>
29+
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/cloudstack.git</connection>
30+
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/cloudstack.git</developerConnection>
3131
</scm>
3232
<issueManagement>
3333
<system>jira</system>
@@ -99,40 +99,43 @@
9999
<mailingLists>
100100
<mailingList>
101101
<name>Apache CloudStack User List</name>
102-
<subscribe>cloudstack-users-subscribe@incubator.apache.org</subscribe>
103-
<unsubscribe>cloudstack-users-unsubscribe@incubator.apache.org</unsubscribe>
104-
<post>cloudstack-users@incubator.apache.org</post>
105-
<archive>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-users</archive>
102+
<subscribe>users-subscribe@cloudstack.apache.org</subscribe>
103+
<unsubscribe>users-unsubscribe@cloudstack.apache.org</unsubscribe>
104+
<post>users@cloudstack.apache.org</post>
105+
<archive>http://mail-archives.apache.org/mod_mbox/cloudstack-users</archive>
106+
<otherArchives>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-users</otherArchives>
106107
</mailingList>
107108
<mailingList>
108109
<name>Apache CloudStack Developer List</name>
109-
<subscribe>cloudstack-dev-subscribe@incubator.apache.org</subscribe>
110-
<unsubscribe>cloudstack-dev-unsubscribe@incubator.apache.org</unsubscribe>
111-
<post>cloudstack-dev@incubator.apache.org</post>
112-
<archive>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-dev</archive>
110+
<subscribe>dev-subscribe@cloudstack.apache.org</subscribe>
111+
<unsubscribe>dev-unsubscribe@cloudstack.apache.org</unsubscribe>
112+
<post>dev@cloudstack.apache.org</post>
113+
<archive>http://mail-archives.apache.org/mod_mbox/cloudstack-dev</archive>
114+
<otherArchives>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-dev</otherArchives>
113115
</mailingList>
114116
<mailingList>
115117
<name>Apache CloudStack Commits List</name>
116-
<subscribe>cloudstack-commits-subscribe@incubator.apache.org</subscribe>
117-
<unsubscribe>cloudstack-commits-unsubscribe@incubator.apache.org</unsubscribe>
118-
<post>cloudstack-commits@incubator.apache.org</post>
119-
<archive>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-commits</archive>
118+
<subscribe>commits-subscribe@cloudstack.apache.org</subscribe>
119+
<unsubscribe>commits-unsubscribe@cloudstack.apache.org</unsubscribe>
120+
<post>commits@cloudstack.apache.org</post>
121+
<archive>http://mail-archives.apache.org/mod_mbox/cloudstack-commits</archive>
122+
<otherArchives>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-commits</otherArchives>
120123
</mailingList>
121124
</mailingLists>
122125

123126
<developers>
124127
<developer>
125128
<name>The Apache CloudStack Team</name>
126-
<email>cloudstack-dev@incubator.apache.org</email>
127-
<url>http://incubator.apache.org/projects/cloudstack.html</url>
129+
<email>dev@cloudstack.apache.org</email>
130+
<url>http://cloudstack.apache.org/</url>
128131
<organization>Apache Software Foundation</organization>
129132
<organizationUrl>http://apache.org/</organizationUrl>
130133
</developer>
131134
</developers>
132135

133136
<ciManagement>
134-
<system>Jenkin</system>
135-
<url>http://jenkins.cloudstack.org/</url>
137+
<system>Jenkins</system>
138+
<url>http://builds.apache.org/</url>
136139
</ciManagement>
137140

138141
<licenses>

0 commit comments

Comments
 (0)