Author: lfryc
Date: 2013-07-11 09:49:10 -0400 (Thu, 11 Jul 2013)
New Revision: 23260
Modified:
branches/community/3.3.X/examples/photoalbum/pom.xml
Log:
added missing distributionManagement section
Modified: branches/community/3.3.X/examples/photoalbum/pom.xml
===================================================================
--- branches/community/3.3.X/examples/photoalbum/pom.xml 2013-07-11 11:28:57 UTC (rev
23259)
+++ branches/community/3.3.X/examples/photoalbum/pom.xml 2013-07-11 13:49:10 UTC (rev
23260)
@@ -39,5 +39,21 @@
</build>
</profile>
</profiles>
+
+ <distributionManagement>
+ <downloadUrl>
+
http://labs.jboss.com/portal/jbossrichfaces/downloads
+ </downloadUrl>
+ <repository>
+ <id>repository.jboss.org</id>
+ <uniqueVersion>false</uniqueVersion>
+ <url>${releaseRepository}</url>
+ </repository>
+ <snapshotRepository>
+ <id>snapshots.jboss.org</id>
+ <uniqueVersion>true</uniqueVersion>
+ <url>${snapshotRepository}</url>
+ </snapshotRepository>
+ </distributionManagement>
-</project>
\ No newline at end of file
+</project>