This is an automated email from the ASF dual-hosted git repository. cdutz pushed a commit to branch feature/graduation-adjustments in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git
commit 2aff98fbdb96a0e05ed822c6a0ea86c6b33403ba Author: Christofer Dutz <[email protected]> AuthorDate: Thu Apr 18 15:17:33 2019 +0200 - Undoing some of the changes as the git repos are not yet migrated. --- pom.xml | 8 ++++---- src/site/asciidoc/developers/ci.adoc | 2 +- src/site/asciidoc/developers/conferences.adoc | 2 +- src/site/asciidoc/developers/contributing.adoc | 14 +++++++------- src/site/asciidoc/developers/maturity.adoc | 8 ++++---- src/site/asciidoc/index.adoc | 2 +- src/site/asciidoc/users/download.adoc | 2 +- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index c2341be..d897f32 100644 --- a/pom.xml +++ b/pom.xml @@ -42,9 +42,9 @@ <inceptionYear>2017</inceptionYear> <scm> - <connection>scm:git:https://gitbox.apache.org/repos/asf/plc4x.git</connection> - <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/plc4x.git</developerConnection> - <url>https://github.com/apache/plc4x</url> + <connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-plc4x.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-plc4x.git</developerConnection> + <url>https://github.com/apache/incubator-plc4x</url> <tag>HEAD</tag> </scm> @@ -52,7 +52,7 @@ <distributionManagement> <site> <id>apache.website</id> - <url>scm:git:https://gitbox.apache.org/repos/asf/plc4x-website.git</url> + <url>scm:git:https://gitbox.apache.org/repos/asf/incubator-plc4x-website.git</url> </site> </distributionManagement> diff --git a/src/site/asciidoc/developers/ci.adoc b/src/site/asciidoc/developers/ci.adoc index 3e601cf..a811fe2 100644 --- a/src/site/asciidoc/developers/ci.adoc +++ b/src/site/asciidoc/developers/ci.adoc @@ -21,7 +21,7 @@ We are currently using two different CI systems. - Apache's Jenkins at: https://builds.apache.org/view/M-R/job/PLC4X/ -- Travis at: https://travis-ci.org/apache/plc4x/ +- Travis at: https://travis-ci.org/apache/incubator-plc4x/ Hereby Apache Jenkins clearly is responsible for running the full testsuite with all integration-tests. Also only jobs on Apache Jenkins are allowed to publish SNAPSHOT versions of the Maven artifacts to Apaches Nexus. diff --git a/src/site/asciidoc/developers/conferences.adoc b/src/site/asciidoc/developers/conferences.adoc index 316ffa1..cf7ce62 100644 --- a/src/site/asciidoc/developers/conferences.adoc +++ b/src/site/asciidoc/developers/conferences.adoc @@ -30,7 +30,7 @@ On this page we are listing options to attend talks and events around PLC4X. |15th November 2018 |Düsseldorf (GER) |Meetup |RheinJUG |http://www.rheinjug.de/rheinjug/event/2018/11/15/wie-wir-mit-apache-plc4x-die-silos-in-der-automatisierungsindustrie-aufbrechen.html[Wie wir mit Apache PLC4X die Silos in der Automatisierungsindustrie aufbrechen] |12th-13th November 2018 |Berlin (GER) |Conference |https://www.sv-veranstaltungen.de/fachbereiche/big-data-3/[3. Fachkonferenz: Industrial Analytics & Big Data in der Industrie] |Kommunikation mit Industrieanlagen ohne Umbau- und Lizenzkosten |22th-24th October 2018 |Edinburgh (GB) |Conference |https://events.linuxfoundation.org/events/open-source-summit-europe-2018/[Open-Source Summit Europe] |Revolutionizing the production industry with Apache PLC4X -|24th-19th September 2018 |Montreal (CAN) |Conference |http://apachecon.com/acna18/?ref=apachecon.com[ApacheCon NA 2018] |https://apachecon.dukecon.org/acna/2018/#/scheduledEvent/51feeb6f55f250c39[Revolutionizing the Production Industry with Apache PLC4X] +|24th-19th September 2018 |Montreal (CAN) |Conference |http://apachecon.com/acna18/?ref=apachecon.com[ApacheCon NA 2018] |https://apachecon.dukecon.org/acna/2018/#/scheduledEvent/51feeb6f55f250c39[Revolutionizing the Production Industry with Apache PLC4X (incubating)] |20th September 2018 |Nürtingen (GER) |Meetup |PLC4X Meetup |First general committer meetup |13th-14th June 2018 |Berlin (GER) |Conference |http://www.apachecon.com/euroadshow18/#[Apache EU Roadshow] |https://foss-backstage.de/session/revolutionizing-production-industry-apache-plc4x[Revolutionizing the production industry with Apache PLC4X] |4th June 2018 |Cologne (GER) |Conference |https://www.buildingiot.de/[Building IoT] |https://www.buildingiot.de/veranstaltung-6815-industrial-iot-und-edge-computing-mit-apache-plc4x-und-apache-edgent-%5Bsponsored-talk%5D.html?id=6815[Industrial IoT und Edge Computing mit Apache PLC4X und Apache Edgent] diff --git a/src/site/asciidoc/developers/contributing.adoc b/src/site/asciidoc/developers/contributing.adoc index 94ff18b..a49beb9 100644 --- a/src/site/asciidoc/developers/contributing.adoc +++ b/src/site/asciidoc/developers/contributing.adoc @@ -38,7 +38,7 @@ The simplest way to submit code changes, is via a GitHub pull-request. In order to do this first create a GitHub account and sign into you account. -After that's done, please to to our https://github.com/apache/plc4x[GitHub site] and create a so-called `Fork`. +After that's done, please to to our https://github.com/apache/incubator-plc4x[GitHub site] and create a so-called `Fork`. image::contributing-github-fork.png[] @@ -46,7 +46,7 @@ What happens now, is that GitHub creates a full copy of the PLC4X repo in your a Now ideally you check-out your cloned repository: - git clone https://github.com/{your-user-id}/plc4x.git + git clone https://github.com/{your-user-id}/incubator-plc4x.git Now you have a copy of PLC4X on your computer and you can change whatever you want and as it's your copy, you can even commit these changes without any danger of breaking things. @@ -72,7 +72,7 @@ Usually you will call the second remote `upstream` but in general you can call i Add the remote on the commandline (or your git gui of choice): - git remote add upstream https://github.com/apache/plc4x.git + git remote add upstream https://github.com/apache/incubator-plc4x.git If you list all your remotes, with the following command: @@ -80,10 +80,10 @@ If you list all your remotes, with the following command: It should output something like this: - origin https://github.com/{your-user-id}/plc4x.git (fetch) - origin https://github.com/{your-user-id}/plc4x.git (push) - upstream https://github.com/apache/plc4x.git (fetch) - upstream https://github.com/apache/plc4x.git (push) + origin https://github.com/{your-user-id}/incubator-plc4x.git (fetch) + origin https://github.com/{your-user-id}/incubator-plc4x.git (push) + upstream https://github.com/apache/incubator-plc4x.git (fetch) + upstream https://github.com/apache/incubator-plc4x.git (push) If that's so, you're fine to continue, if not ... well you could ask for assistance on our dev-list. diff --git a/src/site/asciidoc/developers/maturity.adoc b/src/site/asciidoc/developers/maturity.adoc index b615aff..51ae0c9 100644 --- a/src/site/asciidoc/developers/maturity.adoc +++ b/src/site/asciidoc/developers/maturity.adoc @@ -34,9 +34,9 @@ Mentors and community members are encouraged to contribute to this page and comm |ID |Description |Status |*Code* 2+|icon:check[role=green] |CD10 |The project produces Open Source software, for distribution to the public at no charge. |icon:check[role=green] The project source code is licensed under the Apache License, version 2.0. -|CD20 |The project's code is easily discoverable and publicly accessible. |icon:check[role=green] Our sourcecode is available at https://gitbox.apache.org/repos/asf/plc4x.git[Apache GitBox] and https://github.com/apache/incubator-plc4x[GitHub] and linked to from our https://plc4x.apache.org/scm.html[website] +|CD20 |The project's code is easily discoverable and publicly accessible. |icon:check[role=green] Our sourcecode is available at https://gitbox.apache.org/repos/asf/incubator-plc4x.git[Apache GitBox] and https://github.com/apache/incubator-plc4x[GitHub] and linked to from our https://plc4x.apache.org/scm.html[website] |CD30 |The code can be built in a reproducible way using widely available standard tools. |icon:check[role=green] our https://maven.apache.org[Maven] build has been tested on Linux, MacOS and Windows and build description is available on our https://plc4x.apache.org/developers/building.html[website] -|CD40 |The full history of the project's code is available via a source code control system, in a way that allows any released version to be recreated. |icon:check[role=green] The entire commit history is available from the https://gitbox.apache.org/repos/asf?p=plc4x.git;a=commit;h=dd1fcf4649107762e91f7c494a10e55319a18785[beginning]. +|CD40 |The full history of the project's code is available via a source code control system, in a way that allows any released version to be recreated. |icon:check[role=green] The entire commit history is available from the https://gitbox.apache.org/repos/asf?p=incubator-plc4x.git;a=commit;h=dd1fcf4649107762e91f7c494a10e55319a18785[beginning]. |CD50 |The provenance of each line of code is established via the source code control system, in a reliable way based on strong authentication of the committer. When third-party contributions are committed, commit messages provide reliable information about the code provenance. |icon:check[role=green] The project uses the git repository, managed by Apache Infra, ensuring provenance of each line of code to a committer, each line committed before entering incubation was equally configured. |*Licenses and Copyright* 2+|icon:check[role=green] |LC10 |The code is released under the Apache License, version 2.0. |icon:check[role=green] Both the source distribution as well as the convenience binary artifacts clearly declare that they are licensed under the Apache 2.0 license @@ -45,9 +45,9 @@ Mentors and community members are encouraged to contribute to this page and comm |LC40 |Committers are bound by an Individual Contributor Agreement (the http://www.apache.org/licenses/icla.txt["Apache iCLA"]) that defines which code they are allowed to commit and how they need to identify code that is not their own. |icon:check[role=green] The project uses a repository managed by Apache Gitbox -- write access requires an Apache account, which requires an ICLA on file. |LC50 |The copyright ownership of everything that the project produces is clearly defined and documented. |All files in the source repository have appropriate headers which is enforced by tooling included in the build. ICLAs from all initial committers have been documented. CCLAs from all companies involved have been documented. SGA is on file for the initial contribution. |*Releases* 2+|icon:wrench[role=yellow] -|RE10 |Releases consist of source code, distributed using standard and open archive formats that are expected to stay readable in the long term. |icon:check[role=green] https://dist.apache.org/repos/dist/release/plc4x/[Current source releases] are distributed via dist.apache.org and http://archive.apache.org/dist/plc4x/[Older source releases] are available from archive.apache.org. Both are linked from the http://plc4x.apache.org/users/download.html[website]. +|RE10 |Releases consist of source code, distributed using standard and open archive formats that are expected to stay readable in the long term. |icon:check[role=green] https://dist.apache.org/repos/dist/release/incubator/plc4x/[Current source releases] are distributed via dist.apache.org and http://archive.apache.org/dist/incubator/plc4x/[Older source releases] are available from archive.apache.org. Both are linked from the http://plc4x.apache.org/users/download.html[website]. |RE20 |Releases are approved by the project's PMC (see CS10), in order to make them an act of the Foundation. |icon:check[role=green] All incubating releases have been unanimously approved by the PLC4X community and the Incubator, all with at least 3 (P)PMC votes and more +1 than -1. -|RE30 |Releases are signed and/or distributed along with digests that can be reliably used to validate the downloaded archives. |icon:check[role=green] All releases are signed, and the https://dist.apache.org/repos/dist/release/plc4x/KEYS[KEYS] file is provided on dist.apache.org +|RE30 |Releases are signed and/or distributed along with digests that can be reliably used to validate the downloaded archives. |icon:check[role=green] All releases are signed, and the https://dist.apache.org/repos/dist/release/incubator/plc4x/KEYS[KEYS] file is provided on dist.apache.org |RE40 |Convenience binaries can be distributed alongside source code but they are not Apache Releases -- they are just a convenience provided with no guarantee. |icon:wrench[role=yellow] Convenience binaries are distributed via Maven Central Repository only. Currently due to the platform-dependency of C++ libraries, these are not distributed currently. |RE50 |The release process is documented and repeatable to the extent that someone new to the project is able to independently generate the complete set of artifacts required for a release. |icon:check[role=green] We have a guide for release managers, that has been tested by multiple release managers available on our http://plc4x.apache.org/developers/release.html[website]. |*Quality* 2+|icon:check[role=green] diff --git a/src/site/asciidoc/index.adoc b/src/site/asciidoc/index.adoc index 452715e..95b9b47 100644 --- a/src/site/asciidoc/index.adoc +++ b/src/site/asciidoc/index.adoc @@ -71,7 +71,7 @@ Beyond implementing the pure adapters we have already implemented some of the pl [width=100%] |=== a|image::apache_edgent_logo.png[width=80%,link=https://edgent.apache.org] a|image::apache_camel_logo.png[width=80%,link=https://camel.apache.org] a|image::apache_kafka_logo.png[width=80%,link=https://kafka.apache.org] -|icon:check[role=green] https://edgent.apache.org[Apache Edgent™] |icon:check[role=green] https://camel.apache.org[Apache Camel™] |icon:check[role=green] https://kafka.apache.org[Apache Kafka™] +|icon:check[role=green] https://edgent.apache.org[Apache Edgent™ (Incubating)] |icon:check[role=green] https://camel.apache.org[Apache Camel™] |icon:check[role=green] https://kafka.apache.org[Apache Kafka™] a|image::apache_nifi_logo.svg[width=80%,link=https://nifi.apache.org] a|image::apache_brooklyn_logo.png[width=80%,link=https://brooklyn.apache.org] a|image::apache_mynewt_logo.png[width=80%,link=https://mynewt.apache.org] |icon:wrench[role=yellow] https://nifi.apache.org[Apache Nifi™] |icon:pause-circle[role=light-gray] https://brooklyn.apache.org[Apache Brooklyn™] |icon:pause-circle[role=light-gray] https://mynewt.apache.org[Apache Mynewt™] diff --git a/src/site/asciidoc/users/download.adoc b/src/site/asciidoc/users/download.adoc index dff070f..bbf28c6 100644 --- a/src/site/asciidoc/users/download.adoc +++ b/src/site/asciidoc/users/download.adoc @@ -17,7 +17,7 @@ == Download -Be sure to verify your downloads by these https://www.apache.org/info/verification[procedures] using these https://www.apache.org/dist/plc4x/KEYS[KEYS] for any Apache release. +Be sure to verify your downloads by these https://www.apache.org/info/verification[procedures] using these https://www.apache.org/dist/incubator/plc4x/KEYS[KEYS] for any Apache release. === Current Releases
