Repository: aries-rsa Updated Branches: refs/heads/master af6894633 -> 218e0b2d3
Update to newest apache parent and remove duplicates Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/218e0b2d Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/218e0b2d Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/218e0b2d Branch: refs/heads/master Commit: 218e0b2d3c942f0cc55b904b8b1b53b0af97f88b Parents: af68946 Author: Christian Schneider <[email protected]> Authored: Mon Jul 10 15:07:30 2017 +0200 Committer: Christian Schneider <[email protected]> Committed: Mon Jul 10 15:07:30 2017 +0200 ---------------------------------------------------------------------- pom.xml | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/218e0b2d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3d3e93c..b797312 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>17</version> + <version>18</version> <relativePath /> </parent> @@ -48,33 +48,7 @@ <maven>3.2</maven> </prerequisites> - <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> - <uniqueVersion>false</uniqueVersion> - </snapshotRepository> - </distributionManagement> - <inceptionYear>2008</inceptionYear> - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - </license> - </licenses> - - <organization> - <name>The Apache Software Foundation</name> - <url>http://www.apache.org/</url> - </organization> <modules> <module>parent</module>
