You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/09/07 16:37:35 UTC

svn commit: r279329 - /maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties

Author: brett
Date: Wed Sep  7 07:37:32 2005
New Revision: 279329

URL: http://svn.apache.org/viewcvs?rev=279329&view=rev
Log:
naming consistency

Modified:
    maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties

Modified: maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties?rev=279329&r1=279328&r2=279329&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties (original)
+++ maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties Wed Sep  7 07:37:32 2005
@@ -36,15 +36,15 @@
 maven.changes.issue.template = %URL%/%ISSUE%
 
 # Repository to deploy to
-maven.repo.list=apachecvs
+maven.repo.list=apache.snapshots
 
 # Repository to deploy snapshots
-maven.repo.apachecvs=scp://cvs.apache.org
-maven.repo.apachecvs.directory=/www/cvs.apache.org/repository
-maven.repo.apachecvs.username=${maven.repo.apache.username}
-maven.repo.apachecvs.privatekey=${maven.repo.apache.privatekey}
-maven.repo.apachecvs.passphrase=${maven.repo.apache.passphrase}
-maven.repo.apachecvs.group=maven
+maven.repo.apache.snapshots=scp://cvs.apache.org
+maven.repo.apache.snapshots.directory=/www/cvs.apache.org/repository
+maven.repo.apache.snapshots.username=${maven.repo.apache.username}
+maven.repo.apache.snapshots.privatekey=${maven.repo.apache.privatekey}
+maven.repo.apache.snapshots.passphrase=${maven.repo.apache.passphrase}
+maven.repo.apache.snapshots.group=maven
 
 maven.multiproject.type=plugin
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org