Author: reto
Date: Wed Apr 10 21:04:39 2013
New Revision: 1466673
URL: http://svn.apache.org/r1466673
Log:
CLEREZZA-771: downgraded dependencies to their released version
Modified:
clerezza/branches/jaxrs.utils-0.7/pom.xml
Modified: clerezza/branches/jaxrs.utils-0.7/pom.xml
URL:
http://svn.apache.org/viewvc/clerezza/branches/jaxrs.utils-0.7/pom.xml?rev=1466673&r1=1466672&r2=1466673&view=diff
==============================================================================
--- clerezza/branches/jaxrs.utils-0.7/pom.xml (original)
+++ clerezza/branches/jaxrs.utils-0.7/pom.xml Wed Apr 10 21:04:39 2013
@@ -18,13 +18,13 @@
specific language governing permissions and limitations
under the License.
--->
+ -->
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>clerezza</artifactId>
<groupId>org.apache.clerezza</groupId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.3</version>
<relativePath>../parent</relativePath>
</parent>
<groupId>org.apache.clerezza</groupId>
@@ -48,7 +48,7 @@
<artifactId>org.apache.felix.scr.annotations</artifactId>
</dependency>
<!-- testing with last released version, testutils is doscontinued as
- triaxrs is -->
+ triaxrs is -->
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>jaxrs.testutils</artifactId>
@@ -60,4 +60,21 @@
<artifactId>json-simple</artifactId>
</dependency>
</dependencies>
+ <!-- here for release under old parent without having package version in
export -->
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <extensions>true</extensions>
+ <version>2.3.7</version>
+ <configuration>
+ <instructions>
+
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
+ <_nodefaultversion/>
+ </instructions>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
\ No newline at end of file