From 1bcd4884295e834599c21a67b25c94fd64715780 Mon Sep 17 00:00:00 2001 From: Kai Kreuzer Date: Tue, 1 Jun 2021 10:36:04 +0200 Subject: [PATCH] bump to next snapshot version Signed-off-by: Kai Kreuzer --- bundles/org.jupnp.osgi/META-INF/MANIFEST.MF | 2 +- bundles/org.jupnp.osgi/pom.xml | 2 +- bundles/org.jupnp.support/META-INF/MANIFEST.MF | 2 +- bundles/org.jupnp.support/pom.xml | 2 +- bundles/org.jupnp/META-INF/MANIFEST.MF | 2 +- bundles/org.jupnp/pom.xml | 2 +- bundles/pom.xml | 2 +- pom.xml | 2 +- targetplatform/pom.xml | 2 +- tests/common/pom.xml | 2 +- tests/core/pom.xml | 2 +- tests/devices/simple/pom.xml | 2 +- tests/integration/pom.xml | 2 +- tests/pom.xml | 2 +- tools/org.jupnp.tool/pom.xml | 2 +- tools/pom.xml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/bundles/org.jupnp.osgi/META-INF/MANIFEST.MF b/bundles/org.jupnp.osgi/META-INF/MANIFEST.MF index 132e9eeca..99553290d 100644 --- a/bundles/org.jupnp.osgi/META-INF/MANIFEST.MF +++ b/bundles/org.jupnp.osgi/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: jUPnP OSGi UPnP Service Bundle-SymbolicName: org.jupnp.osgi -Bundle-Version: 2.6.0.qualifier +Bundle-Version: 2.7.0.qualifier Bundle-Vendor: jUPnP.org Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Import-Package: org.apache.commons.codec.binary, diff --git a/bundles/org.jupnp.osgi/pom.xml b/bundles/org.jupnp.osgi/pom.xml index ef31c260f..65659d663 100644 --- a/bundles/org.jupnp.osgi/pom.xml +++ b/bundles/org.jupnp.osgi/pom.xml @@ -6,7 +6,7 @@ org.jupnp.pom bundles - 2.6.0-SNAPSHOT + 2.7.0-SNAPSHOT 4.0.0 diff --git a/bundles/org.jupnp.support/META-INF/MANIFEST.MF b/bundles/org.jupnp.support/META-INF/MANIFEST.MF index de8856249..9aece191f 100644 --- a/bundles/org.jupnp.support/META-INF/MANIFEST.MF +++ b/bundles/org.jupnp.support/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: JUPnP Extra Support Library Bundle-SymbolicName: org.jupnp.support -Bundle-Version: 2.6.0.qualifier +Bundle-Version: 2.7.0.qualifier Bundle-Vendor: jUPnP.org Import-Package: org.jupnp, org.jupnp.binding.annotations, diff --git a/bundles/org.jupnp.support/pom.xml b/bundles/org.jupnp.support/pom.xml index e8b925475..15cc03797 100644 --- a/bundles/org.jupnp.support/pom.xml +++ b/bundles/org.jupnp.support/pom.xml @@ -5,7 +5,7 @@ org.jupnp.pom bundles - 2.6.0-SNAPSHOT + 2.7.0-SNAPSHOT 4.0.0 diff --git a/bundles/org.jupnp/META-INF/MANIFEST.MF b/bundles/org.jupnp/META-INF/MANIFEST.MF index 9aef454c1..ee502a675 100644 --- a/bundles/org.jupnp/META-INF/MANIFEST.MF +++ b/bundles/org.jupnp/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: JUPnP Library Bundle-SymbolicName: org.jupnp -Bundle-Version: 2.6.0.qualifier +Bundle-Version: 2.7.0.qualifier Bundle-Vendor: jUPnP.org Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Service-Component: OSGI-INF/*.xml diff --git a/bundles/org.jupnp/pom.xml b/bundles/org.jupnp/pom.xml index b6050aa9d..505529e0f 100644 --- a/bundles/org.jupnp/pom.xml +++ b/bundles/org.jupnp/pom.xml @@ -6,7 +6,7 @@ org.jupnp.pom bundles - 2.6.0-SNAPSHOT + 2.7.0-SNAPSHOT 4.0.0 diff --git a/bundles/pom.xml b/bundles/pom.xml index 90d380f73..be5980ae5 100644 --- a/bundles/pom.xml +++ b/bundles/pom.xml @@ -7,7 +7,7 @@ org.jupnp jupnp - 2.6.0-SNAPSHOT + 2.7.0-SNAPSHOT jUPnP Bundles diff --git a/pom.xml b/pom.xml index b3977d3fc..66813dea7 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.jupnp jupnp pom - 2.6.0-SNAPSHOT + 2.7.0-SNAPSHOT targetplatform diff --git a/targetplatform/pom.xml b/targetplatform/pom.xml index a957c2524..47cb95d40 100644 --- a/targetplatform/pom.xml +++ b/targetplatform/pom.xml @@ -5,7 +5,7 @@ org.jupnp jupnp - 2.6.0-SNAPSHOT + 2.7.0-SNAPSHOT org.jupnp.pom diff --git a/tests/common/pom.xml b/tests/common/pom.xml index 3adbc958f..89f3166e2 100644 --- a/tests/common/pom.xml +++ b/tests/common/pom.xml @@ -5,7 +5,7 @@ org.jupnp.pom tests - 2.6.0-SNAPSHOT + 2.7.0-SNAPSHOT jUPnP OSGi Test Common Library diff --git a/tests/core/pom.xml b/tests/core/pom.xml index ed6439833..dee10d8e6 100644 --- a/tests/core/pom.xml +++ b/tests/core/pom.xml @@ -7,7 +7,7 @@ org.jupnp.pom tests - 2.6.0-SNAPSHOT + 2.7.0-SNAPSHOT jUPnP Core Tests diff --git a/tests/devices/simple/pom.xml b/tests/devices/simple/pom.xml index 06e114f7e..7e1ebb63e 100644 --- a/tests/devices/simple/pom.xml +++ b/tests/devices/simple/pom.xml @@ -6,7 +6,7 @@ ../../ org.jupnp.pom tests - 2.6.0-SNAPSHOT + 2.7.0-SNAPSHOT jUPnP OSGi Test Simple Device diff --git a/tests/integration/pom.xml b/tests/integration/pom.xml index 1dd725345..5ef0cdddf 100644 --- a/tests/integration/pom.xml +++ b/tests/integration/pom.xml @@ -7,7 +7,7 @@ org.jupnp.pom tests - 2.6.0-SNAPSHOT + 2.7.0-SNAPSHOT jUPnP OSGi Test Integration diff --git a/tests/pom.xml b/tests/pom.xml index 939348f79..01b0282bd 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -6,7 +6,7 @@ org.jupnp jupnp - 2.6.0-SNAPSHOT + 2.7.0-SNAPSHOT jUPnP Tests diff --git a/tools/org.jupnp.tool/pom.xml b/tools/org.jupnp.tool/pom.xml index 20714c7a7..c8c3a7951 100644 --- a/tools/org.jupnp.tool/pom.xml +++ b/tools/org.jupnp.tool/pom.xml @@ -7,7 +7,7 @@ org.jupnp.pom tools - 2.6.0-SNAPSHOT + 2.7.0-SNAPSHOT jUPnP Commandline Tool diff --git a/tools/pom.xml b/tools/pom.xml index f316bbf94..d9aa73e54 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -6,7 +6,7 @@ org.jupnp jupnp - 2.6.0-SNAPSHOT + 2.7.0-SNAPSHOT org.jupnp.pom