Author: lfryc
Date: 2013-07-11 04:59:30 -0400 (Thu, 11 Jul 2013)
New Revision: 23257
Modified:
branches/community/release-3.3.4/examples/photoalbum/pom.xml
Log:
added missing distributionManagement section
Modified: branches/community/release-3.3.4/examples/photoalbum/pom.xml
===================================================================
--- branches/community/release-3.3.4/examples/photoalbum/pom.xml 2013-07-11 07:09:51 UTC
(rev 23256)
+++ branches/community/release-3.3.4/examples/photoalbum/pom.xml 2013-07-11 08:59:30 UTC
(rev 23257)
@@ -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>