You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2013/09/30 20:51:38 UTC

svn commit: r1527708 - /servicemix/smx4/bundles/trunk/avro-ipc-1.7.5/pom.xml

Author: jbonofre
Date: Mon Sep 30 18:51:38 2013
New Revision: 1527708

URL: http://svn.apache.org/r1527708
Log:
Fix version in avro-ipc bundle

Modified:
    servicemix/smx4/bundles/trunk/avro-ipc-1.7.5/pom.xml

Modified: servicemix/smx4/bundles/trunk/avro-ipc-1.7.5/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/avro-ipc-1.7.5/pom.xml?rev=1527708&r1=1527707&r2=1527708&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/avro-ipc-1.7.5/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/avro-ipc-1.7.5/pom.xml Mon Sep 30 18:51:38 2013
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.avro-ipc</artifactId>
-    <version>1.7.5_2-SNAPSHOT</version>
+    <version>1.7.5_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>