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 2019/05/21 17:36:30 UTC

[plc4x] branch rel/0.4 updated: Made sure the thrift generation is executed after the unpacking.

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch rel/0.4
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/rel/0.4 by this push:
     new f635ba4  Made sure the thrift generation is executed after the unpacking.
f635ba4 is described below

commit f635ba49bbce73e3900cef0781bb70032361763e
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Tue May 21 19:36:21 2019 +0200

    Made sure the thrift generation is executed after the unpacking.
---
 plc4j/utils/interop/pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/plc4j/utils/interop/pom.xml b/plc4j/utils/interop/pom.xml
index f9d8ce1..b11e466 100644
--- a/plc4j/utils/interop/pom.xml
+++ b/plc4j/utils/interop/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x</groupId>
     <artifactId>plc4j-utils</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.4.0</version>
   </parent>
 
   <artifactId>interop-server</artifactId>
@@ -98,7 +98,7 @@
         <executions>
           <execution>
             <id>thrift-sources</id>
-            <phase>generate-sources</phase>
+            <phase>process-sources</phase>
             <goals>
               <goal>compile</goal>
             </goals>
@@ -160,12 +160,12 @@
     <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-api</artifactId>
-      <version>0.4.0-SNAPSHOT</version>
+      <version>0.4.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-protocol-driver-base-test</artifactId>
-      <version>0.4.0-SNAPSHOT</version>
+      <version>0.4.0</version>
     </dependency>
     <dependency>
       <groupId>commons-lang</groupId>
@@ -179,7 +179,7 @@
     <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-protocol-driver-base</artifactId>
-      <version>0.4.0-SNAPSHOT</version>
+      <version>0.4.0</version>
     </dependency>
 
     <!-- Make sure this is built before this module -->
@@ -202,12 +202,12 @@
       <dependency>
         <groupId>org.apache.plc4x</groupId>
         <artifactId>plc4x-protocols-proxy</artifactId>
-        <version>0.4.0-SNAPSHOT</version>
+        <version>0.4.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.plc4x</groupId>
         <artifactId>plc4x-tools-thrift</artifactId>
-        <version>0.4.0-SNAPSHOT</version>
+        <version>0.4.0</version>
         <type>zip</type>
         <classifier>compiler-${os.classifier}</classifier>
       </dependency>