Repository: servicemix-bundles Updated Branches: refs/heads/master 88a8f7b61 -> e45595f21
Upgrade to bundles-pom 13 and fix version Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/e45595f2 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/e45595f2 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/e45595f2 Branch: refs/heads/master Commit: e45595f212aa9377632fdaa42e0c53525eaff2da Parents: 88a8f7b Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Feb 20 15:33:33 2017 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Feb 20 15:33:33 2017 +0100 ---------------------------------------------------------------------- libphonenumber-8.1.0/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/e45595f2/libphonenumber-8.1.0/pom.xml ---------------------------------------------------------------------- diff --git a/libphonenumber-8.1.0/pom.xml b/libphonenumber-8.1.0/pom.xml index 865556f..4a0c1c4 100644 --- a/libphonenumber-8.1.0/pom.xml +++ b/libphonenumber-8.1.0/pom.xml @@ -24,13 +24,13 @@ <parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> - <version>12</version> + <version>13</version> <relativePath>../bundles-pom/pom.xml</relativePath> </parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.libphonenumber</artifactId> - <version>8.1.0_1</version> + <version>8.1.0_1-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
