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 14:27:10 UTC

[plc4x] branch rel/0.4 updated: Changed a place the version was not automatically updated.

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 df8d315  Changed a place the version was not automatically updated.
df8d315 is described below

commit df8d3150f15db832342d45257884c149b2e6fd66
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Tue May 21 16:27:04 2019 +0200

    Changed a place the version was not automatically updated.
---
 plc4j/examples/hello-webapp/webapp/pom.xml | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/plc4j/examples/hello-webapp/webapp/pom.xml b/plc4j/examples/hello-webapp/webapp/pom.xml
index a5fc706..b61b26a 100644
--- a/plc4j/examples/hello-webapp/webapp/pom.xml
+++ b/plc4j/examples/hello-webapp/webapp/pom.xml
@@ -71,7 +71,6 @@
                 <artifactItem>
                   <groupId>org.apache.plc4x.examples</groupId>
                   <artifactId>plc4j-hello-webapp-client</artifactId>
-                  <version>0.4.0-SNAPSHOT</version>
                   <type>war</type>
                   <outputDirectory>${project.build.outputDirectory}/static/</outputDirectory>
                 </artifactItem>
@@ -130,11 +129,20 @@
     <dependency>
       <groupId>org.apache.plc4x.examples</groupId>
       <artifactId>plc4j-hello-webapp-client</artifactId>
-      <version>0.4.0-SNAPSHOT</version>
       <type>war</type>
       <scope>runtime</scope>
     </dependency>
   </dependencies>
 
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.plc4x.examples</groupId>
+        <artifactId>plc4j-hello-webapp-client</artifactId>
+        <version>0.4.0-SNAPSHOT</version>
+        <type>war</type>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
 
 </project>
\ No newline at end of file