[incubator-plc4x] branch master updated: [maven-release-plugin] rollback the release of plc4x-parent-0.1.0

2018-09-17 Thread cdutz
This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/master by this push:
 new c350696  [maven-release-plugin] rollback the release of 
plc4x-parent-0.1.0
c350696 is described below

commit c3506966f7dc95dd86b2b1be72c1da58f618edfe
Author: Christofer Dutz 
AuthorDate: Mon Sep 17 18:24:37 2018 +0200

[maven-release-plugin] rollback the release of plc4x-parent-0.1.0
---
 examples/azure/pom.xml  | 12 +++-
 examples/dummy-driver/pom.xml   | 11 ++-
 examples/google/pom.xml | 12 +++-
 examples/hello-plc4x/pom.xml| 11 ++-
 examples/iot-factory/pom.xml|  9 +
 examples/iotree/pom.xml |  9 +
 examples/kafka-bridge/pom.xml   | 11 ++-
 examples/plclogger/pom.xml  |  9 +
 examples/pom.xml|  5 +++--
 integrations/apache-brooklyn/pom.xml|  5 +++--
 integrations/apache-camel/pom.xml   | 13 +++--
 integrations/apache-edgent/pom.xml  | 15 ---
 integrations/apache-kafka/pom.xml   |  5 +++--
 integrations/apache-mynewt/pom.xml  |  5 +++--
 integrations/pom.xml|  5 +++--
 plc4c/pom.xml   |  5 +++--
 plc4j/api/pom.xml   |  7 ---
 plc4j/core/pom.xml  | 13 +++--
 plc4j/pom.xml   |  5 +++--
 plc4j/protocols/ads/pom.xml | 17 +
 plc4j/protocols/benchmarks/pom.xml  |  9 +
 plc4j/protocols/driver-bases/base/pom.xml   |  7 ---
 plc4j/protocols/driver-bases/pom.xml|  5 +++--
 plc4j/protocols/driver-bases/raw-socket/pom.xml |  9 +
 plc4j/protocols/driver-bases/serial/pom.xml |  9 +
 plc4j/protocols/driver-bases/tcp/pom.xml|  9 +
 plc4j/protocols/driver-bases/test/pom.xml   |  9 +
 plc4j/protocols/ethernetip/pom.xml  | 13 +++--
 plc4j/protocols/pom.xml |  5 +++--
 plc4j/protocols/s7/pom.xml  | 17 +
 plc4j/protocols/test/pom.xml|  9 +
 plc4j/utils/pom.xml |  5 +++--
 plc4j/utils/raw-sockets/pom.xml |  5 +++--
 plc4j/utils/test-utils/pom.xml  |  5 +++--
 plc4j/utils/wireshark-utils/pom.xml |  5 +++--
 plc4s/pom.xml   |  5 +++--
 pom.xml | 11 ++-
 37 files changed, 180 insertions(+), 141 deletions(-)

diff --git a/examples/azure/pom.xml b/examples/azure/pom.xml
index 45c45ab..b84f0d7 100644
--- a/examples/azure/pom.xml
+++ b/examples/azure/pom.xml
@@ -17,13 +17,15 @@
   limitations under the License.
 
 -->
-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;>
+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;>
   4.0.0
 
   
 examples
 org.apache.plc4x.examples
-0.1.0
+0.0.1-SNAPSHOT
   
 
   azure
@@ -51,12 +53,12 @@
 
   org.apache.plc4x
   plc4j-api
-  0.1.0
+  0.0.1-SNAPSHOT
 
 
   org.apache.plc4x
   plc4j-core
-  0.1.0
+  0.0.1-SNAPSHOT
 
 
 
@@ -68,7 +70,7 @@
 
   org.apache.plc4x
   plc4j-protocol-s7
-  0.1.0
+  0.0.1-SNAPSHOT
   runtime
 
   
diff --git a/examples/dummy-driver/pom.xml b/examples/dummy-driver/pom.xml
index 47655d8..058bf20 100644
--- a/examples/dummy-driver/pom.xml
+++ b/examples/dummy-driver/pom.xml
@@ -17,14 +17,15 @@
   limitations under the License.
 
 -->
-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;>
+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;>
 
   4.0.0
 
   
 org.apache.plc4x.examples
 examples
-0.1.0
+0.0.1-SNAPSHOT
   
 
   dummy-driver
@@ -38,17 +39,17 @@
 
   org.apache.plc4x
   plc4j-api
-  0.1.0
+  0.0.1-SNAPSHOT
 
 
   org.apache.plc4x
   plc4j-protocol-driver-base
-  0.1.0
+  0.0.1-SNAPSHOT
 
 
   

[incubator-plc4x] branch master updated: [maven-release-plugin] rollback the release of plc4x-parent-0.1.0

2018-09-17 Thread cdutz
This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/master by this push:
 new e22e344  [maven-release-plugin] rollback the release of 
plc4x-parent-0.1.0
e22e344 is described below

commit e22e3441c8b31a09a90fc0f997cb1dc4a58a9cf7
Author: Christofer Dutz 
AuthorDate: Mon Sep 17 16:13:58 2018 +0200

[maven-release-plugin] rollback the release of plc4x-parent-0.1.0
---
 examples/azure/pom.xml  | 12 +++-
 examples/dummy-driver/pom.xml   | 11 ++-
 examples/google/pom.xml | 12 +++-
 examples/hello-plc4x/pom.xml| 11 ++-
 examples/iot-factory/pom.xml|  9 +
 examples/iotree/pom.xml |  9 +
 examples/kafka-bridge/pom.xml   | 11 ++-
 examples/plclogger/pom.xml  |  9 +
 examples/pom.xml|  5 +++--
 integrations/apache-brooklyn/pom.xml|  5 +++--
 integrations/apache-camel/pom.xml   | 13 +++--
 integrations/apache-edgent/pom.xml  | 15 ---
 integrations/apache-kafka/pom.xml   |  9 +
 integrations/apache-mynewt/pom.xml  |  5 +++--
 integrations/pom.xml|  5 +++--
 plc4c/pom.xml   |  5 +++--
 plc4j/api/pom.xml   |  7 ---
 plc4j/core/pom.xml  | 13 +++--
 plc4j/pom.xml   |  5 +++--
 plc4j/protocols/ads/pom.xml | 17 +
 plc4j/protocols/benchmarks/pom.xml  |  9 +
 plc4j/protocols/driver-bases/base/pom.xml   |  7 ---
 plc4j/protocols/driver-bases/pom.xml|  5 +++--
 plc4j/protocols/driver-bases/raw-socket/pom.xml |  9 +
 plc4j/protocols/driver-bases/serial/pom.xml |  9 +
 plc4j/protocols/driver-bases/tcp/pom.xml|  9 +
 plc4j/protocols/driver-bases/test/pom.xml   |  9 +
 plc4j/protocols/ethernetip/pom.xml  | 13 +++--
 plc4j/protocols/pom.xml |  5 +++--
 plc4j/protocols/s7/pom.xml  | 17 +
 plc4j/protocols/test/pom.xml|  9 +
 plc4j/utils/pom.xml |  5 +++--
 plc4j/utils/raw-sockets/pom.xml |  5 +++--
 plc4j/utils/test-utils/pom.xml  |  5 +++--
 plc4j/utils/wireshark-utils/pom.xml |  5 +++--
 plc4s/pom.xml   |  5 +++--
 pom.xml |  9 +
 37 files changed, 181 insertions(+), 142 deletions(-)

diff --git a/examples/azure/pom.xml b/examples/azure/pom.xml
index 7df7b7e..b84f0d7 100644
--- a/examples/azure/pom.xml
+++ b/examples/azure/pom.xml
@@ -17,13 +17,15 @@
   limitations under the License.
 
 -->
-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;>
+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;>
   4.0.0
 
   
 examples
 org.apache.plc4x.examples
-0.2.0-SNAPSHOT
+0.0.1-SNAPSHOT
   
 
   azure
@@ -51,12 +53,12 @@
 
   org.apache.plc4x
   plc4j-api
-  0.2.0-SNAPSHOT
+  0.0.1-SNAPSHOT
 
 
   org.apache.plc4x
   plc4j-core
-  0.2.0-SNAPSHOT
+  0.0.1-SNAPSHOT
 
 
 
@@ -68,7 +70,7 @@
 
   org.apache.plc4x
   plc4j-protocol-s7
-  0.2.0-SNAPSHOT
+  0.0.1-SNAPSHOT
   runtime
 
   
diff --git a/examples/dummy-driver/pom.xml b/examples/dummy-driver/pom.xml
index ba4b7dd..058bf20 100644
--- a/examples/dummy-driver/pom.xml
+++ b/examples/dummy-driver/pom.xml
@@ -17,14 +17,15 @@
   limitations under the License.
 
 -->
-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;>
+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;>
 
   4.0.0
 
   
 org.apache.plc4x.examples
 examples
-0.2.0-SNAPSHOT
+0.0.1-SNAPSHOT
   
 
   dummy-driver
@@ -38,17 +39,17 @@
 
   org.apache.plc4x
   plc4j-api
-  0.2.0-SNAPSHOT
+  0.0.1-SNAPSHOT
 
 
   org.apache.plc4x
   

[incubator-plc4x] branch master updated: [maven-release-plugin] rollback the release of plc4x-parent-0.1.0

2018-09-17 Thread cdutz
This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/master by this push:
 new f0f09af  [maven-release-plugin] rollback the release of 
plc4x-parent-0.1.0
f0f09af is described below

commit f0f09af0f61f38d08d49a260bac613c7c68a0268
Author: Christofer Dutz 
AuthorDate: Mon Sep 17 15:22:08 2018 +0200

[maven-release-plugin] rollback the release of plc4x-parent-0.1.0
---
 plc4j/protocols/ethernetip/pom.xml | 14 ++
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/plc4j/protocols/ethernetip/pom.xml 
b/plc4j/protocols/ethernetip/pom.xml
index f92e10e..2d0b61f 100644
--- a/plc4j/protocols/ethernetip/pom.xml
+++ b/plc4j/protocols/ethernetip/pom.xml
@@ -34,7 +34,7 @@
   
 
   
-1.2.0
+1.2.0-SNAPSHOT
   
 
   
@@ -139,7 +139,7 @@
 
   
 
-  ossrh-snapshots
+  ossrh
   https://oss.sonatype.org/content/repositories/snapshots
   
 true
@@ -148,16 +148,6 @@
 false
   
 
-
-  ossrh-release
-  https://oss.sonatype.org/content/repositories/releases
-  
-false
-  
-  
-true
-  
-
   
 
 
\ No newline at end of file