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/11/17 15:22:21 UTC

[incubator-plc4x] branch develop updated: - Minor update of the release.adoc to use a different tag name as the original version was causing problems during the release. - Manually added a mention of the MqttExampleOptions.java being copyrighted by Google to the main LICENSE file.

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new e3f3936  - Minor update of the release.adoc to use a different tag name as the original version was causing problems during the release. - Manually added a mention of the MqttExampleOptions.java being copyrighted by Google to the main LICENSE file.
e3f3936 is described below

commit e3f3936e8130c087fa0b009641b718c9e025f7bc
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Sat Nov 17 16:22:15 2018 +0100

    - Minor update of the release.adoc to use a different tag name as the original version was causing problems during the release.
    - Manually added a mention of the MqttExampleOptions.java being copyrighted by Google to the main LICENSE file.
---
 LICENSE                                                      |  8 +++++++-
 .../hello-cloud-google/src/remote-resources/META-INF/LICENSE |  1 +
 src/site/asciidoc/developers/release.adoc                    | 12 ++++++------
 3 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/LICENSE b/LICENSE
index 7a4a3ea..a26d2c3 100644
--- a/LICENSE
+++ b/LICENSE
@@ -199,4 +199,10 @@
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
-   limitations under the License.
\ No newline at end of file
+   limitations under the License.
+
+===============================================================
+
+The File:
+examples/hello-cloud-google/src/main/java/org/apache/plc4x/java/examples/google/iotcore/MqttExampleOptions.java
+Is copyright by Google and is distributed under the Apache 2.0 License
\ No newline at end of file
diff --git a/examples/hello-cloud-google/src/remote-resources/META-INF/LICENSE b/examples/hello-cloud-google/src/remote-resources/META-INF/LICENSE
index 942dc88..1411398 100644
--- a/examples/hello-cloud-google/src/remote-resources/META-INF/LICENSE
+++ b/examples/hello-cloud-google/src/remote-resources/META-INF/LICENSE
@@ -1,3 +1,4 @@
+
 ===============================================================
 
 The File:
diff --git a/src/site/asciidoc/developers/release.adoc b/src/site/asciidoc/developers/release.adoc
index 08198e9..7f3b882 100644
--- a/src/site/asciidoc/developers/release.adoc
+++ b/src/site/asciidoc/developers/release.adoc
@@ -129,7 +129,7 @@ After that, the following command will to all preparation steps for the release:
 In general the plugin will now ask you 3 questions:
 
 1. The version we want to release as (It will suggest the version you get by omitting the `-SNAPSHOT` suffix)
-2. The name of the tag the release commit will be tagged with in the SCM (Name it `rel/{release-version}`
+2. The name of the tag the release commit will be tagged with in the SCM (Name it `release/{release-version}`
 3. The next development version (The version present in the pom after the release)
 
 Usually for 1 and 3 the defaults are just fine, make sure the tag name is correct as this usually is different.
@@ -169,7 +169,7 @@ This executes automatically as all information it requires is located in the `re
 The first step is that the `perform` goal checks out the previously tagged revision into the root modules `target/checkout` directory.
 Here it automatically executes a maven build (You don't have to do this, it's just that you know what's happening):
 
-   mvn clean deploy -P apache release
+   mvn clean deploy -P apache-release
 
 This builds and tests the project as well as creates the JavaDocs, Source packages and signs each of these with your PGP key.
 
@@ -221,7 +221,7 @@ It should contain all the information needed.
 Be sure to stage exactly the `README` and `RELEASE_NOTES` files contained in the root of your project.
 Ideally you just copy them there from there.
 
-All of the four `*-source-relese.zip*` artifacts should be located in the directory: `target/checkout/target`
+All of the three `*-source-relese.zip*` artifacts should be located in the directory: `target/checkout/target`
 
 So after committing these files to SVN you are ready to start the vote.
 
@@ -245,7 +245,7 @@ The following is the one used to do our first release:
    A minimum of 3 binding +1 votes and more binding +1 than binding -1
    are required to pass.
 
-   Release tag: rel/0.1.0
+   Release tag: release/0.1.0
    Hash for the release tag: 8c1e0c1b85ce15814f2c08e0eec5d593951d168d
 
    Per [3] "Before voting +1 [P]PMC members are required to download
@@ -260,8 +260,8 @@ The following is the one used to do our first release:
    [ ]  -1 reject (explanation required)
 
 
-   [1] https://repository.apache.org/content/repositories/orgapacheplc4x-1000
-   [2] https://dist.apache.org/repos/dist/dev/incubator/plc4x/0.1.0-incubating/rc1
+   [1] https://repository.apache.org/content/repositories/orgapacheplc4x-1003
+   [2] https://dist.apache.org/repos/dist/dev/incubator/plc4x/0.2.0-incubating/rc1
    [3] https://www.apache.org/dev/release.html#approving-a-release
    [4] https://cwiki.apache.org/confluence/display/PLC4X/Validating+a+staged+Release
 ```