Removed superfluous property forgeReleaseUrl, the demos are source-only examples and never released
Project: http://git-wip-us.apache.org/repos/asf/maven-aether/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-aether/commit/1e1e9def Tree: http://git-wip-us.apache.org/repos/asf/maven-aether/tree/1e1e9def Diff: http://git-wip-us.apache.org/repos/asf/maven-aether/diff/1e1e9def Branch: refs/heads/demo Commit: 1e1e9def92cdf429647a47ee6771114736207da4 Parents: e86cfec Author: Benjamin Bentmann <bentm...@sonatype.com> Authored: Sun Nov 6 21:03:17 2011 +0100 Committer: Benjamin Bentmann <bentm...@sonatype.com> Committed: Sun Nov 6 21:03:17 2011 +0100 ---------------------------------------------------------------------- aether-demo-maven-plugin/pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-aether/blob/1e1e9def/aether-demo-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/aether-demo-maven-plugin/pom.xml b/aether-demo-maven-plugin/pom.xml index f947c29..0f546b9 100644 --- a/aether-demo-maven-plugin/pom.xml +++ b/aether-demo-maven-plugin/pom.xml @@ -36,7 +36,6 @@ <properties> <mavenVersion>3.0</mavenVersion> <aetherVersion>0.9.0-SNAPSHOT</aetherVersion> - <forgeReleaseUrl>https://repository.sonatype.org/service/local/staging/deploy/maven2</forgeReleaseUrl> </properties> <dependencies>