Skip to content

Commit

Permalink
Add UPnP standard package for Maven central repository
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergarage committed Sep 19, 2021
1 parent 41c9d2d commit 39dcf62
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 25 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2021-09-20 Satoshi Konno <[email protected]>
* v2.1.5
* Add std package for Maven central repository

2021-09-18 Satoshi Konno <[email protected]>
* v2.1.4
* Disable org.xmlpull, org.kxml2 and xerces XML parsers
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>upnp</artifactId>
<groupId>org.cybergarage.upnp</groupId>
<version>2.1.4</version>
<version>2.1.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions examples/air-conditioner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.cybergarage.upnp</groupId>
<artifactId>upnp</artifactId>
<relativePath>../../</relativePath>
<version>2.1.4</version>
<version>2.1.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.cybergarage.upnp</groupId>
<artifactId>core</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions examples/clock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>upnp</artifactId>
<groupId>org.cybergarage.upnp</groupId>
<relativePath>../../</relativePath>
<version>2.1.4</version>
<version>2.1.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.cybergarage.upnp</groupId>
<artifactId>core</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions examples/light/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>upnp</artifactId>
<groupId>org.cybergarage.upnp</groupId>
<relativePath>../../</relativePath>
<version>2.1.4</version>
<version>2.1.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.cybergarage.upnp</groupId>
<artifactId>core</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions examples/media-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>upnp</artifactId>
<groupId>org.cybergarage.upnp</groupId>
<relativePath>../../</relativePath>
<version>2.1.4</version>
<version>2.1.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -20,12 +20,12 @@
<dependency>
<groupId>org.cybergarage.upnp</groupId>
<artifactId>core</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
<dependency>
<groupId>org.cybergarage.upnp</groupId>
<artifactId>std</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions examples/remote-controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>upnp</artifactId>
<groupId>org.cybergarage.upnp</groupId>
<relativePath>../../</relativePath>
<version>2.1.4</version>
<version>2.1.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.cybergarage.upnp</groupId>
<artifactId>core</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions examples/tv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>upnp</artifactId>
<groupId>org.cybergarage.upnp</groupId>
<relativePath>../../</relativePath>
<version>2.1.4</version>
<version>2.1.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.cybergarage.upnp</groupId>
<artifactId>core</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions examples/washer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>upnp</artifactId>
<groupId>org.cybergarage.upnp</groupId>
<relativePath>../../</relativePath>
<version>2.1.4</version>
<version>2.1.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.cybergarage.upnp</groupId>
<artifactId>core</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.cybergarage.upnp</groupId>
<packaging>pom</packaging>
<artifactId>upnp</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>

<name>cybergarage-upnp</name>
<description>UPnP tools, libraries and applications for Java platforms</description>
Expand Down
4 changes: 2 additions & 2 deletions std/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>upnp</artifactId>
<groupId>org.cybergarage.upnp</groupId>
<version>2.1.4</version>
<version>2.1.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.cybergarage.upnp</groupId>
<artifactId>core</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions tools/control-point/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>upnp</artifactId>
<groupId>org.cybergarage.upnp</groupId>
<relativePath>../../</relativePath>
<version>2.1.4</version>
<version>2.1.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.cybergarage.upnp</groupId>
<artifactId>core</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions tools/igd-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>upnp</artifactId>
<groupId>org.cybergarage.upnp</groupId>
<relativePath>../../</relativePath>
<version>2.1.4</version>
<version>2.1.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.cybergarage.upnp</groupId>
<artifactId>core</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions tools/upnpdump/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>upnp</artifactId>
<groupId>org.cybergarage.upnp</groupId>
<relativePath>../../</relativePath>
<version>2.1.4</version>
<version>2.1.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.cybergarage.upnp</groupId>
<artifactId>core</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 39dcf62

Please sign in to comment.