Repository: johnzon Updated Branches: refs/heads/master 06cedc17a -> ab0b4af93
removing incubator where possible Project: http://git-wip-us.apache.org/repos/asf/johnzon/repo Commit: http://git-wip-us.apache.org/repos/asf/johnzon/commit/ab0b4af9 Tree: http://git-wip-us.apache.org/repos/asf/johnzon/tree/ab0b4af9 Diff: http://git-wip-us.apache.org/repos/asf/johnzon/diff/ab0b4af9 Branch: refs/heads/master Commit: ab0b4af9353cd3c168747ad7d566440e197b8fce Parents: 06cedc1 Author: Romain manni-Bucau <[email protected]> Authored: Fri Jun 24 10:53:20 2016 +0200 Committer: Romain manni-Bucau <[email protected]> Committed: Fri Jun 24 10:53:20 2016 +0200 ---------------------------------------------------------------------- pom.xml | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/johnzon/blob/ab0b4af9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7f5dab8..4d20a55 100644 --- a/pom.xml +++ b/pom.xml @@ -37,12 +37,12 @@ <name>Apache Johnzon</name> <description>Apache Johnzon is an implementation of JSR-353 (JavaTM API for JSON Processing).</description> <inceptionYear>2014</inceptionYear> - <url>http://incubator.apache.org/projects/johnzon.html</url> + <url>http://johnzon.apache.org</url> <properties> <jsonspecversion>1.0-alpha-1</jsonspecversion> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <johnzon.site.url>https://svn.apache.org/repos/asf/incubator/johnzon/site/publish/</johnzon.site.url> + <johnzon.site.url>https://svn.apache.org/repos/asf/johnzon/site/publish/</johnzon.site.url> <pubsub.url>scm:svn:${johnzon.site.url}</pubsub.url> <staging.directory>${project.build.directory}/site</staging.directory> <felix.plugin.version>2.5.3</felix.plugin.version> @@ -353,7 +353,7 @@ <instructions> <_removeheaders>Private-Package,Include-Resource,Embed-Dependency,Created-By,Bnd-LastModified,Built-By,Tool</_removeheaders> <_versionpolicy>${bnd.version.policy}</_versionpolicy> - <Bundle-DocURL>http://johnzon.incubator.apache.org/</Bundle-DocURL> + <Bundle-DocURL>http://johnzon.apache.org/</Bundle-DocURL> </instructions> </configuration> </plugin> @@ -396,9 +396,9 @@ </distributionManagement> <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-johnzon.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-johnzon.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf?p=incubator-johnzon.git</url> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/johnzon.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/johnzon.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=johnzon.git</url> <tag>HEAD</tag> </scm> @@ -569,21 +569,23 @@ <mailingLists> <mailingList> <name>Johnzon Commits List</name> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <post>[email protected]</post> - <archive>http://mail-archives.apache.org/mod_mbox/incubator-johnzon-commits/</archive> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> + <archive>http://mail-archives.apache.org/mod_mbox/johnzon-commits/</archive> <otherArchives> + <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-johnzon-commits/</otherArchive> <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-fleece-commits/</otherArchive> </otherArchives> </mailingList> <mailingList> <name>Johnzon Developer List</name> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <post>[email protected]</post> - <archive>http://mail-archives.apache.org/mod_mbox/incubator-johnzon-dev/</archive> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> + <archive>http://mail-archives.apache.org/mod_mbox/johnzon-dev/</archive> <otherArchives> + <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-johnzon-dev/</otherArchive> <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-fleece-dev/</otherArchive> </otherArchives> </mailingList>
