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 16:30:22 UTC

[plc4x] branch rel/0.4 updated: Chenged the dependency to scxml2 to a materialized snapshot version.

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 d22daab  Chenged the dependency to scxml2 to a materialized snapshot version.
d22daab is described below

commit d22daab9832953a3461fa33629233809f8f701b3
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Tue May 21 18:30:15 2019 +0200

    Chenged the dependency to scxml2 to a materialized snapshot version.
---
 sandbox/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sandbox/pom.xml b/sandbox/pom.xml
index a03d490..1315a58 100644
--- a/sandbox/pom.xml
+++ b/sandbox/pom.xml
@@ -44,7 +44,8 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-scxml2</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <!-- Materialized version -->
+        <version>2.0-20190516.183044-86</version>
         <exclusions>
           <exclusion>
             <groupId>commons-logging</groupId>