Skip to content

Commit

Permalink
switching to next snapshot
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <kai@openhab.org>
  • Loading branch information
kaikreuzer committed Feb 22, 2016
1 parent 988ca6c commit 8ce3c5a
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 23 deletions.
8 changes: 4 additions & 4 deletions p2/features/org.jmdns.feature/feature.xml
Expand Up @@ -16,17 +16,17 @@
-->

<feature
id="javax.jmdns.feature"
id="org.jmdns.feature"
label="JmDNS"
version="3.4.3.qualifier"
provider-name="openHAB UG">
version="3.4.4.qualifier"
provider-name="JmDNS.org">

<description>
This features defines all bundles that form the JmDNS library.
</description>

<copyright>
Copyright (C) 2015 openHAB UG (haftungsbeschränkt) and others
Copyright (C) 2016 JmDNS.org and others
</copyright>

<license url="%licenseURL">
Expand Down
6 changes: 3 additions & 3 deletions p2/features/org.jmdns.feature/pom.xml
Expand Up @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>javax.jmdns.p2</groupId>
<groupId>org.jmdns.p2</groupId>
<artifactId>features</artifactId>
<version>3.4.3-SNAPSHOT</version>
<version>3.4.4-SNAPSHOT</version>
</parent>

<artifactId>javax.jmdns.feature</artifactId>
<artifactId>org.jmdns.feature</artifactId>
<packaging>eclipse-feature</packaging>

<name>JmDNS Feature</name>
Expand Down
4 changes: 2 additions & 2 deletions p2/features/pom.xml
Expand Up @@ -5,9 +5,9 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>javax.jmdns.p2</groupId>
<groupId>org.jmdns.p2</groupId>
<artifactId>pom</artifactId>
<version>3.4.3-SNAPSHOT</version>
<version>3.4.4-SNAPSHOT</version>
</parent>

<artifactId>features</artifactId>
Expand Down
16 changes: 13 additions & 3 deletions p2/pom.xml
Expand Up @@ -4,19 +4,29 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>javax.jmdns.p2</groupId>
<groupId>org.jmdns.p2</groupId>
<artifactId>pom</artifactId>
<version>3.4.3-SNAPSHOT</version>
<version>3.4.4-SNAPSHOT</version>
<packaging>pom</packaging>

<name>JmDNS p2</name>

<dependencies>
<dependency>
<groupId>javax.jmdns</groupId>
<groupId>org.jmdns</groupId>
<artifactId>jmdns</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.2</version>
</dependency>
</dependencies>

<modules>
Expand Down
6 changes: 3 additions & 3 deletions p2/repository/category.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature id="javax.jmdns.feature">
<category name="javax.jmdns.feature.id"/>
<feature id="org.jmdns.feature">
<category name="org.jmdns.feature.id"/>
</feature>
<category-def name="javax.jmdns.feature" label="JmDNS">
<category-def name="org.jmdns.feature" label="JmDNS">
<description>
JmDNS
</description>
Expand Down
6 changes: 3 additions & 3 deletions p2/repository/pom.xml
Expand Up @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>javax.jmdns.p2</groupId>
<groupId>org.jmdns.p2</groupId>
<artifactId>pom</artifactId>
<version>3.4.3-SNAPSHOT</version>
<version>3.4.4-SNAPSHOT</version>
</parent>

<artifactId>javax.jmdns.repository</artifactId>
<artifactId>org.jmdns.repository</artifactId>
<packaging>eclipse-repository</packaging>

<name>JmDNS Repository</name>
Expand Down
4 changes: 2 additions & 2 deletions p2/targetplatform/pom.xml
Expand Up @@ -3,9 +3,9 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>javax.jmdns.p2</groupId>
<groupId>org.jmdns.p2</groupId>
<artifactId>pom</artifactId>
<version>3.4.3-SNAPSHOT</version>
<version>3.4.3</version>
</parent>

<artifactId>targetplatform</artifactId>
Expand Down
7 changes: 4 additions & 3 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jmdns</groupId>
<artifactId>jmdns</artifactId>
<version>3.4.3-SNAPSHOT</version>
<version>3.4.4-SNAPSHOT</version>
<name>JmDNS</name>
<packaging>jar</packaging>
<description>JmDNS is a Java implementation of multi-cast DNS and can be used for service registration and discovery in local area networks. JmDNS is fully compatible with Apple's Bonjour.
Expand Down Expand Up @@ -129,7 +129,6 @@ The project was originally started in December 2002 by Arthur van Hoff at Strang
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
<manifestEntries>
<Implementation-Build>${buildNumber}</Implementation-Build>
<Implementation-Date>${maven.build.timestamp}</Implementation-Date>
</manifestEntries>
</archive>
Expand All @@ -143,11 +142,13 @@ The project was originally started in December 2002 by Arthur van Hoff at Strang
<configuration>
<manifestLocation>${project.build.outputDirectory}/META-INF</manifestLocation>
<instructions>
<Bundle-SymbolicName>javax.jmdns</Bundle-SymbolicName>
<Export-Package>javax.jmdns</Export-Package>
<Private-Package>javax.jmdns.impl,javax.jmdns.impl.*,com.strangeberry.*,samples</Private-Package>
<Import-Package>!javax.swing.*</Import-Package>
<Import-Package>!javax.swing.*,org.slf4j</Import-Package>
<Bundle-RequiredExecutionEnvironment>JavaSE-${jvm.version}</Bundle-RequiredExecutionEnvironment>
<Bundle-Vendor>jmdns.org</Bundle-Vendor>
<Bundle-ClassPath>.</Bundle-ClassPath>
</instructions>
</configuration>
<executions>
Expand Down

0 comments on commit 8ce3c5a

Please sign in to comment.