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 2020/05/19 16:31:53 UTC

[plc4x] branch rel/0.7 updated: - Fixed a snapshot dependency

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

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


The following commit(s) were added to refs/heads/rel/0.7 by this push:
     new 33788ed  - Fixed a snapshot dependency
33788ed is described below

commit 33788edc03692097c758f637edd736fdbb27f288
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Tue May 19 18:31:37 2020 +0200

    - Fixed a snapshot dependency
---
 plc4j/examples/hello-webapp/client/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/examples/hello-webapp/client/pom.xml b/plc4j/examples/hello-webapp/client/pom.xml
index e6f40cc..2731889 100644
--- a/plc4j/examples/hello-webapp/client/pom.xml
+++ b/plc4j/examples/hello-webapp/client/pom.xml
@@ -111,7 +111,7 @@
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>JewelTheme</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>${royale.version}</version>
       <type>swc</type>
       <scope>theme</scope>
       <classifier>js</classifier>