Author: blabno
Date: 2011-12-20 04:10:36 -0500 (Tue, 20 Dec 2011)
New Revision: 23097
Modified:
sandbox/trunk/ui/schedule/parent/pom.xml
sandbox/trunk/ui/schedule/pom.xml
Log:
Adjust dependencyManagement and scm settings in POM for schedule component
Modified: sandbox/trunk/ui/schedule/parent/pom.xml
===================================================================
--- sandbox/trunk/ui/schedule/parent/pom.xml 2011-12-17 19:05:18 UTC (rev 23096)
+++ sandbox/trunk/ui/schedule/parent/pom.xml 2011-12-20 09:10:36 UTC (rev 23097)
@@ -90,13 +90,27 @@
</plugin>
</plugins>
</pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+
<
tagBase>https://svn.jboss.org/repos/richfaces/sandbox/tags/</tagBas...
+ </configuration>
+ </plugin>
+ </plugins>
</build>
<distributionManagement>
+ <repository>
+ <id>it-crowd.com.pl</id>
+ <name>MyCo Internal Repository</name>
+ <url>http://artifactory.it-crowd.com.pl/libs-release-local</url>
+ </repository>
<snapshotRepository>
- <id>bernard.labno.pl</id>
+ <id>it-crowd.com.pl</id>
<name>MyCo Internal Repository</name>
-
<url>http://bernard.labno.pl/artifactory/libs-snapshot-local</url>
+
<url>http://artifactory.it-crowd.com.pl/libs-snapshot-local</url>
</snapshotRepository>
</distributionManagement>
Modified: sandbox/trunk/ui/schedule/pom.xml
===================================================================
--- sandbox/trunk/ui/schedule/pom.xml 2011-12-17 19:05:18 UTC (rev 23096)
+++ sandbox/trunk/ui/schedule/pom.xml 2011-12-20 09:10:36 UTC (rev 23097)
@@ -66,8 +66,7 @@
<scm>
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/sandbox/tr...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/sand...
- </developerConnection>
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/sand...
<
url>http://fisheye.jboss.org/browse/richfaces/</url>
</scm>