Skip to content

Commit

Permalink
bump to next snapshot version
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <kai@openhab.org>
  • Loading branch information
kaikreuzer committed Jun 1, 2021
1 parent 4264504 commit 1bcd488
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion bundles/org.jupnp.osgi/META-INF/MANIFEST.MF
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.jupnp.osgi/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jupnp.pom</groupId>
<artifactId>bundles</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.jupnp.support/META-INF/MANIFEST.MF
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.jupnp.support/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jupnp.pom</groupId>
<artifactId>bundles</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.jupnp/META-INF/MANIFEST.MF
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.jupnp/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jupnp.pom</groupId>
<artifactId>bundles</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion bundles/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jupnp</groupId>
<artifactId>jupnp</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>

<name>jUPnP Bundles</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -7,7 +7,7 @@
<groupId>org.jupnp</groupId>
<artifactId>jupnp</artifactId>
<packaging>pom</packaging>
<version>2.6.0-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>

<modules>
<module>targetplatform</module>
Expand Down
2 changes: 1 addition & 1 deletion targetplatform/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jupnp</groupId>
<artifactId>jupnp</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>

<groupId>org.jupnp.pom</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tests/common/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jupnp.pom</groupId>
<artifactId>tests</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>

<name>jUPnP OSGi Test Common Library</name>
Expand Down
2 changes: 1 addition & 1 deletion tests/core/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jupnp.pom</groupId>
<artifactId>tests</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>

<name>jUPnP Core Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion tests/devices/simple/pom.xml
Expand Up @@ -6,7 +6,7 @@
<relativePath>../../</relativePath>
<groupId>org.jupnp.pom</groupId>
<artifactId>tests</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>

<name>jUPnP OSGi Test Simple Device</name>
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jupnp.pom</groupId>
<artifactId>tests</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>

<name>jUPnP OSGi Test Integration</name>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jupnp</groupId>
<artifactId>jupnp</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>

<name>jUPnP Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion tools/org.jupnp.tool/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jupnp.pom</groupId>
<artifactId>tools</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>

<name>jUPnP Commandline Tool</name>
Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jupnp</groupId>
<artifactId>jupnp</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>

<groupId>org.jupnp.pom</groupId>
Expand Down

0 comments on commit 1bcd488

Please sign in to comment.