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/12/12 15:08:07 UTC

[incubator-plc4x] branch master updated (9e8acda -> cef1c19)

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

cdutz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git.


    from 9e8acda  - Merged the changes of develop back in order to prevent master from deploying SNAPSHOT versions.
     add 4efd370  - Created the develop branch and adjusted the Jenkinsfile to now do it's SNAPSHOT magic on the develop branch instead of master.
     add 21e3c68  [maven-release-plugin] prepare branch rel/0.2
     add 19d251f  - Updated RELEASE_NOTES in preparation for release 0.2.0
     add 4b6e0bb  - Removed an element that was not actually implemented yet
     add 6a533aa  - Disabled the MQTT example as the MQTT Bee library is not released yet.
     add e857f37  [maven-release-plugin] prepare for next development iteration
     add 367bb0e  [maven-release-plugin] rollback the release of rel/0.2.0
     add d6cff7a  - Removed the "tag" from the SCM section of the root pom.
     add d7dc61f  [maven-release-plugin] prepare release release/0.2.0
     new cef1c19  Merge tag 'release/0.2.0'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 RELEASE_NOTES                                      | 60 +++++++++++++++++++++-
 examples/dummy-driver/pom.xml                      |  8 +--
 examples/hello-cloud-azure/pom.xml                 |  8 +--
 examples/hello-cloud-google/pom.xml                |  8 +--
 examples/hello-connectivity-kafka/pom.xml          | 10 ++--
 examples/hello-integration-edgent/pom.xml          |  6 +--
 examples/hello-opm/pom.xml                         | 10 ++--
 examples/hello-storage-elasticsearch/pom.xml       |  8 +--
 examples/hello-world-plc4x/pom.xml                 | 10 ++--
 examples/pom.xml                                   |  5 +-
 integrations/apache-brooklyn/pom.xml               |  2 +-
 integrations/apache-camel/pom.xml                  | 10 ++--
 integrations/apache-edgent/pom.xml                 | 12 ++---
 integrations/apache-kafka/pom.xml                  |  2 +-
 integrations/apache-mynewt/pom.xml                 |  2 +-
 integrations/apache-nifi/nifi-plc4x-nar/pom.xml    | 21 ++++----
 .../apache-nifi/nifi-plc4x-processors/pom.xml      |  9 ++--
 integrations/apache-nifi/pom.xml                   |  5 +-
 integrations/pom.xml                               |  2 +-
 plc4c/pom.xml                                      |  2 +-
 plc4j/api/pom.xml                                  |  4 +-
 plc4j/core/pom.xml                                 | 10 ++--
 plc4j/pom.xml                                      |  2 +-
 plc4j/protocols/ads/pom.xml                        | 17 +++---
 plc4j/protocols/benchmarks/pom.xml                 |  4 +-
 plc4j/protocols/delta-v/pom.xml                    |  2 +-
 plc4j/protocols/driver-bases/base/pom.xml          |  4 +-
 plc4j/protocols/driver-bases/pom.xml               |  2 +-
 plc4j/protocols/driver-bases/raw-socket/pom.xml    |  6 +--
 plc4j/protocols/driver-bases/serial/pom.xml        |  6 +--
 plc4j/protocols/driver-bases/tcp/pom.xml           |  6 +--
 plc4j/protocols/driver-bases/test/pom.xml          |  6 +--
 plc4j/protocols/ethernetip/pom.xml                 | 10 ++--
 plc4j/protocols/modbus/pom.xml                     | 17 +++---
 plc4j/protocols/pom.xml                            |  2 +-
 plc4j/protocols/s7/pom.xml                         | 14 ++---
 plc4j/protocols/test/pom.xml                       |  6 +--
 plc4j/utils/connection-pool/pom.xml                |  9 ++--
 plc4j/utils/opm/pom.xml                            | 14 +++--
 plc4j/utils/pom.xml                                |  2 +-
 plc4j/utils/raw-sockets/pom.xml                    |  2 +-
 plc4j/utils/test-utils/pom.xml                     |  2 +-
 plc4j/utils/wireshark-utils/pom.xml                |  2 +-
 plc4s/pom.xml                                      |  2 +-
 pom.xml                                            |  4 +-
 45 files changed, 203 insertions(+), 152 deletions(-)


[incubator-plc4x] 01/01: Merge tag 'release/0.2.0'

Posted by cd...@apache.org.
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

commit cef1c19528871fb41fa7d47dae66de9dc81a8415
Merge: 9e8acda d7dc61f
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Dec 12 16:07:07 2018 +0100

    Merge tag 'release/0.2.0'
    
    [maven-release-plugin] copy for tag release/0.2.0

 RELEASE_NOTES                                      | 60 +++++++++++++++++++++-
 examples/dummy-driver/pom.xml                      |  8 +--
 examples/hello-cloud-azure/pom.xml                 |  8 +--
 examples/hello-cloud-google/pom.xml                |  8 +--
 examples/hello-connectivity-kafka/pom.xml          | 10 ++--
 examples/hello-integration-edgent/pom.xml          |  6 +--
 examples/hello-opm/pom.xml                         | 10 ++--
 examples/hello-storage-elasticsearch/pom.xml       |  8 +--
 examples/hello-world-plc4x/pom.xml                 | 10 ++--
 examples/pom.xml                                   |  5 +-
 integrations/apache-brooklyn/pom.xml               |  2 +-
 integrations/apache-camel/pom.xml                  | 10 ++--
 integrations/apache-edgent/pom.xml                 | 12 ++---
 integrations/apache-kafka/pom.xml                  |  2 +-
 integrations/apache-mynewt/pom.xml                 |  2 +-
 integrations/apache-nifi/nifi-plc4x-nar/pom.xml    | 21 ++++----
 .../apache-nifi/nifi-plc4x-processors/pom.xml      |  9 ++--
 integrations/apache-nifi/pom.xml                   |  5 +-
 integrations/pom.xml                               |  2 +-
 plc4c/pom.xml                                      |  2 +-
 plc4j/api/pom.xml                                  |  4 +-
 plc4j/core/pom.xml                                 | 10 ++--
 plc4j/pom.xml                                      |  2 +-
 plc4j/protocols/ads/pom.xml                        | 17 +++---
 plc4j/protocols/benchmarks/pom.xml                 |  4 +-
 plc4j/protocols/delta-v/pom.xml                    |  2 +-
 plc4j/protocols/driver-bases/base/pom.xml          |  4 +-
 plc4j/protocols/driver-bases/pom.xml               |  2 +-
 plc4j/protocols/driver-bases/raw-socket/pom.xml    |  6 +--
 plc4j/protocols/driver-bases/serial/pom.xml        |  6 +--
 plc4j/protocols/driver-bases/tcp/pom.xml           |  6 +--
 plc4j/protocols/driver-bases/test/pom.xml          |  6 +--
 plc4j/protocols/ethernetip/pom.xml                 | 10 ++--
 plc4j/protocols/modbus/pom.xml                     | 17 +++---
 plc4j/protocols/pom.xml                            |  2 +-
 plc4j/protocols/s7/pom.xml                         | 14 ++---
 plc4j/protocols/test/pom.xml                       |  6 +--
 plc4j/utils/connection-pool/pom.xml                |  9 ++--
 plc4j/utils/opm/pom.xml                            | 14 +++--
 plc4j/utils/pom.xml                                |  2 +-
 plc4j/utils/raw-sockets/pom.xml                    |  2 +-
 plc4j/utils/test-utils/pom.xml                     |  2 +-
 plc4j/utils/wireshark-utils/pom.xml                |  2 +-
 plc4s/pom.xml                                      |  2 +-
 pom.xml                                            |  4 +-
 45 files changed, 203 insertions(+), 152 deletions(-)