Author: tomekopo
Date: Thu Dec 23 13:33:10 2010
New Revision: 1052266
URL: http://svn.apache.org/viewvc?rev=1052266&view=rev
Log:
Removed SNAPSHOT marker from version of the build-utils.
Temporary solution because library is no longer available in repository. This
changed shoudn't be merge to trunk.
Modified:
cxf/sandbox/logbrowser/pom.xml
Modified: cxf/sandbox/logbrowser/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/sandbox/logbrowser/pom.xml?rev=1052266&r1=1052265&r2=1052266&view=diff
==============================================================================
--- cxf/sandbox/logbrowser/pom.xml (original)
+++ cxf/sandbox/logbrowser/pom.xml Thu Dec 23 13:33:10 2010
@@ -42,8 +42,8 @@
<properties>
<compiler.fork>false</compiler.fork>
- <cxf.build-utils.version>2.3.0-SNAPSHOT</cxf.build-utils.version>
- <cxf.xjc-utils.version>2.3.0-SNAPSHOT</cxf.xjc-utils.version>
+ <cxf.build-utils.version>2.3.0</cxf.build-utils.version>
+ <cxf.xjc-utils.version>2.3.0</cxf.xjc-utils.version>
<jdk.version>1.6</jdk.version>
</properties>