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:21:19 UTC

[incubator-plc4x] branch master updated: - Added the oss sonatype release repo to the repo-list for this module - Changed the enip driver to the release version

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 08e6bbb  - Added the oss sonatype release repo to the repo-list for this module - Changed the enip driver to the release version
08e6bbb is described below

commit 08e6bbbe79fec47ecf9055af93f4f77f4b89a6dc
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Sep 17 15:21:16 2018 +0200

    - Added the oss sonatype release repo to the repo-list for this module
    - Changed the enip driver to the release version
---
 plc4j/protocols/ethernetip/pom.xml | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/plc4j/protocols/ethernetip/pom.xml b/plc4j/protocols/ethernetip/pom.xml
index 2d0b61f..f92e10e 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-SNAPSHOT</ethernetip-driver.version>
+    <ethernetip-driver.version>1.2.0</ethernetip-driver.version>
   </properties>
 
   <dependencies>
@@ -139,7 +139,7 @@
 
   <repositories>
     <repository>
-      <id>ossrh</id>
+      <id>ossrh-snapshots</id>
       <url>https://oss.sonatype.org/content/repositories/snapshots</url>
       <snapshots>
         <enabled>true</enabled>
@@ -148,6 +148,16 @@
         <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