Centralize Maven BUndle Plugin version
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 9 Dec 2008 20:15:13 +0000 (20:15 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 9 Dec 2008 20:15:13 +0000 (20:15 +0000)
RESOLVED - bug 71: Extend capabilities of web services
https://www.argeo.org/bugzilla/show_bug.cgi?id=71

git-svn-id: https://svn.argeo.org/slc/trunk@1985 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.slc/pom.xml

index 82f5b22bb3bc4a9889dad833052fa357f9be68ba..530a1f51bd99e4989ee95d13b63091003a291623 100644 (file)
@@ -16,6 +16,7 @@
                <version.maven>2.0.9</version.maven>
                <version.ant>1.7.0</version.ant>
                <version.jetty>6.1.14</version.jetty>
+               <version.maven-bundle-plugin>1.4.3</version.maven-bundle-plugin>
        </properties>
        <scm>
                <connection>
@@ -165,7 +166,7 @@ limitations under the License.
                                <plugin>
                                        <groupId>org.apache.felix</groupId>
                                        <artifactId>maven-bundle-plugin</artifactId>
-                                       <version>1.4.3</version>
+                                       <version>${version.maven-bundle-plugin}</version>
                                        <extensions>true</extensions>
                                        <configuration>
                                                <manifestLocation>src/main/resources/META-INF</manifestLocation>
@@ -553,6 +554,7 @@ limitations under the License.
                                <groupId>org.hibernate</groupId>
                                <artifactId>com.springsource.org.hibernate</artifactId>
                                <version>3.2.6.ga</version>
+                               <!-- <version>3.3.1.GA</version> TODO: fix issues with logging -->
                        </dependency>
                        <dependency>
                                <groupId>net.sourceforge.jexcelapi</groupId>