Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2011-06-13 12:16:07 +0000
committerStephan Herrmann2011-06-13 12:16:07 +0000
commitb70a040c5fd744668f3c5335163ad8ae3e11cfc5 (patch)
treec278779075e17aacaeaf7706b25911c2cede8165 /maven/infrastructure/artifact-deployer
parent662bee471affc21110834dc33da65fd9220d82d5 (diff)
downloadorg.eclipse.objectteams-b70a040c5fd744668f3c5335163ad8ae3e11cfc5.tar.gz
org.eclipse.objectteams-b70a040c5fd744668f3c5335163ad8ae3e11cfc5.tar.xz
org.eclipse.objectteams-b70a040c5fd744668f3c5335163ad8ae3e11cfc5.zip
manually revert some of the half-baked automatic release
+ corrected the scm web access
Diffstat (limited to 'maven/infrastructure/artifact-deployer')
-rw-r--r--maven/infrastructure/artifact-deployer/pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/maven/infrastructure/artifact-deployer/pom.xml b/maven/infrastructure/artifact-deployer/pom.xml
index 2a4713683..c1c550504 100644
--- a/maven/infrastructure/artifact-deployer/pom.xml
+++ b/maven/infrastructure/artifact-deployer/pom.xml
@@ -10,7 +10,6 @@
</parent>
<artifactId>objectteams-artifact-deployer</artifactId>
- <version>2.0.0</version>
<packaging>pom</packaging>
@@ -68,9 +67,9 @@
<!-- Override inherited declaration, otherwise Maven appends the artifactId to the path -->
<scm>
- <connection>scm:svn:svn+ssh://dev.eclipse.org/svnroot/tools/org.eclipse.objectteams/tags/mvn-releases/objectteams-artifact-deployer-2.0.0</connection>
- <developerConnection>scm:svn:svn+ssh://dev.eclipse.org/svnroot/tools/org.eclipse.objectteams/tags/mvn-releases/objectteams-artifact-deployer-2.0.0</developerConnection>
- <url>scm:svn:svn+ssh://dev.eclipse.org/svnroot/tools/org.eclipse.objectteams/tags/mvn-releases/objectteams-artifact-deployer-2.0.0</url>
+ <connection>scm:svn:svn://dev.eclipse.org/svnroot/tools/org.eclipse.objectteams/tags/mvn-releases/objectteams-artifact-deployer-2.0.0</connection>
+ <developerConnection>scm:svn:svn+ssh://${username}@dev.eclipse.org/svnroot/tools/org.eclipse.objectteams/tags/mvn-releases/objectteams-artifact-deployer-2.0.0</developerConnection>
+ <url>http://dev.eclipse.org/viewcvs/index.cgi/tags/mvn-releases/objectteams-artifact-deployer-2.0.0?root=TOOLS_OBJECTTEAMS</url>
</scm>
<!-- simply repeat this declaration from the parent pom, otherwise Maven duplicates the artifactId in the path -->

Back to the top