Revision: 1307
Author: mcculls
Date: Thu Oct 21 17:10:06 2010
Log: Update grid profile
http://code.google.com/p/google-guice/source/detail?r=1307

Modified:
 /trunk/pom.xml

=======================================
--- /trunk/pom.xml      Thu Oct 21 17:01:07 2010
+++ /trunk/pom.xml      Thu Oct 21 17:10:06 2010
@@ -296,14 +296,20 @@
   <profiles>
     <profile>
       <id>sonatype-grid</id>
+      <properties>
+        <forgeReleaseId>forge-releases</forgeReleaseId>
+ <forgeReleaseUrl>http://repository.sonatype.org:8081/service/local/staging/deploy/maven2</forgeReleaseUrl>
+        <forgeSnapshotId>forge-snapshots</forgeSnapshotId>
+ <forgeSnapshotUrl>http://repository.sonatype.org/content/repositories/snapshots</forgeSnapshotUrl>
+      </properties>
       <distributionManagement>
         <repository>
-          <id>forge-releases</id>
- <url>http://repository.sonatype.org:8081/service/local/staging/deploy/maven2</url>
+          <id>${forgeReleaseId}</id>
+          <url>${forgeReleaseUrl}</url>
         </repository>
         <snapshotRepository>
-          <id>forge-snapshots</id>
- <url>http://repository.sonatype.org/content/repositories/snapshots</url>
+          <id>${forgeSnapshotId}</id>
+          <url>${forgeSnapshotUrl}</url>
         </snapshotRepository>
       </distributionManagement>
     </profile>

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to google-guice-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-guice-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en.

Reply via email to