You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/09/17 13:22:09 UTC

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

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 <ch...@c-ware.de>
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 @@
   </description>
 
   <properties>
-    <ethernetip-driver.version>1.2.0</ethernetip-driver.version>
+    <ethernetip-driver.version>1.2.0-SNAPSHOT</ethernetip-driver.version>
   </properties>
 
   <dependencies>
@@ -139,7 +139,7 @@
 
   <repositories>
     <repository>
-      <id>ossrh-snapshots</id>
+      <id>ossrh</id>
       <url>https://oss.sonatype.org/content/repositories/snapshots</url>
       <snapshots>
         <enabled>true</enabled>
@@ -148,16 +148,6 @@
         <enabled>false</enabled>
       </releases>
     </repository>
-    <repository>
-      <id>ossrh-release</id>
-      <url>https://oss.sonatype.org/content/repositories/releases</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-    </repository>
   </repositories>
 
 </project>
\ No newline at end of file