Skip to content

Commit

Permalink
[maven-release-plugin] prepare release plc4x-parent-0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Sep 17, 2018
1 parent c350696 commit 45d2cc8
Show file tree
Hide file tree
Showing 37 changed files with 141 additions and 180 deletions.
12 changes: 5 additions & 7 deletions examples/azure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>

<parent>
<artifactId>examples</artifactId>
<groupId>org.apache.plc4x.examples</groupId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>azure</artifactId>
Expand Down Expand Up @@ -53,12 +51,12 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-api</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-core</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>

<dependency>
Expand All @@ -70,7 +68,7 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-protocol-s7</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down
11 changes: 5 additions & 6 deletions examples/dummy-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>

<parent>
<groupId>org.apache.plc4x.examples</groupId>
<artifactId>examples</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>dummy-driver</artifactId>
Expand All @@ -39,17 +38,17 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-api</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-protocol-driver-base</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-protocol-driver-base-tcp</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>

<dependency>
Expand Down
12 changes: 5 additions & 7 deletions examples/google/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>

<parent>
<artifactId>examples</artifactId>
<groupId>org.apache.plc4x.examples</groupId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>google</artifactId>
Expand Down Expand Up @@ -54,12 +52,12 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-api</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-core</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.paho</groupId>
Expand All @@ -69,7 +67,7 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-protocol-s7</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
11 changes: 5 additions & 6 deletions examples/hello-plc4x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>

<parent>
<groupId>org.apache.plc4x.examples</groupId>
<artifactId>examples</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>hello-plc4x</artifactId>
Expand All @@ -40,19 +39,19 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-api</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-core</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>

<!-- Required driver implementation -->
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-protocol-s7</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
<scope>runtime</scope>
</dependency>

Expand Down
9 changes: 4 additions & 5 deletions examples/iot-factory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>

<parent>
<groupId>org.apache.plc4x.examples</groupId>
<artifactId>examples</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>iot-factory</artifactId>
Expand All @@ -40,7 +39,7 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>apache-edgent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -75,7 +74,7 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-protocol-s7</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
<scope>runtime</scope>
</dependency>

Expand Down
9 changes: 4 additions & 5 deletions examples/iotree/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>

<parent>
<groupId>org.apache.plc4x.examples</groupId>
<artifactId>examples</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>iotree</artifactId>
Expand All @@ -40,7 +39,7 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>apache-edgent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>

<dependency>
Expand All @@ -63,7 +62,7 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-protocol-s7</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down
11 changes: 5 additions & 6 deletions examples/kafka-bridge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>

<parent>
<groupId>org.apache.plc4x.examples</groupId>
<artifactId>examples</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>kafka-bridge</artifactId>
Expand All @@ -40,12 +39,12 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-api</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>apache-edgent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -103,7 +102,7 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-protocol-s7</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down
9 changes: 4 additions & 5 deletions examples/plclogger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>

<parent>
<groupId>org.apache.plc4x.examples</groupId>
<artifactId>examples</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>plclogger</artifactId>
Expand All @@ -40,7 +39,7 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>apache-edgent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>

<dependency>
Expand All @@ -63,7 +62,7 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-protocol-s7</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
5 changes: 2 additions & 3 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>

<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<groupId>org.apache.plc4x.examples</groupId>
Expand Down
5 changes: 2 additions & 3 deletions integrations/apache-brooklyn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>

<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>integrations</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>apache-brooklyn</artifactId>
Expand Down
13 changes: 6 additions & 7 deletions integrations/apache-camel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>

<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>integrations</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>apache-camel</artifactId>
Expand All @@ -40,13 +39,13 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-api</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<!-- need plc4j-core if we need to use PlcDriverManager -->
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-core</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -90,13 +89,13 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-protocol-driver-base</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-protocol-ads</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 45d2cc8

Please sign in to comment.