This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/plc4x-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new aab26c5 Site checkin for project PLC4X: Jenkins Tools
aab26c5 is described below
commit aab26c514d7e8e2c25aa8b199dae48b593235ec8
Author: jenkins <[email protected]>
AuthorDate: Fri Sep 17 09:59:05 2021 +0000
Site checkin for project PLC4X: Jenkins Tools
---
dependency-management.html | 6 ++--
developers/release/build-tools.html | 60 ++++++++++++++++++-------------------
plugin-management.html | 2 +-
scm.html | 4 +--
4 files changed, 36 insertions(+), 36 deletions(-)
diff --git a/dependency-management.html b/dependency-management.html
index 4209597..ed064d7 100644
--- a/dependency-management.html
+++ b/dependency-management.html
@@ -377,19 +377,19 @@
<tr class="a">
<td>org.apache.plc4x.plugins</td>
<td><a class="externalLink"
href="https://www.apache.org/plc4x-code-generaton/plc4x-code-generation-language-base/">plc4x-code-generation-language-base</a></td>
-<td>1.5.0-SNAPSHOT</td>
+<td>1.5.0</td>
<td>jar</td>
<td><a class="externalLink"
href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version
2.0</a></td></tr>
<tr class="b">
<td>org.apache.plc4x.plugins</td>
<td><a class="externalLink"
href="https://www.apache.org/plc4x-code-generaton/plc4x-code-generation-protocol-base/">plc4x-code-generation-protocol-base</a></td>
-<td>1.5.0-SNAPSHOT</td>
+<td>1.5.0</td>
<td>jar</td>
<td><a class="externalLink"
href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version
2.0</a></td></tr>
<tr class="a">
<td>org.apache.plc4x.plugins</td>
<td><a class="externalLink"
href="https://www.apache.org/plc4x-code-generaton/plc4x-code-generation-types-base/">plc4x-code-generation-types-base</a></td>
-<td>1.5.0-SNAPSHOT</td>
+<td>1.5.0</td>
<td>jar</td>
<td><a class="externalLink"
href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version
2.0</a></td></tr>
<tr class="b">
diff --git a/developers/release/build-tools.html
b/developers/release/build-tools.html
index af81548..2d967df 100644
--- a/developers/release/build-tools.html
+++ b/developers/release/build-tools.html
@@ -251,7 +251,7 @@ So please check <a href="release.html">here</a> (Chapters:
<code>Preparing your
<p>For each new Major and Minor release we create a new branch at the
beginning of a code-freeze phase.</p>
</div>
<div class="paragraph">
-<p>So if currently the project version in develop is
<code>1.5.0-SNAPSHOT</code>, we create a branch <code>release/1.5</code>.</p>
+<p>So if currently the project version in develop is
<code>1.6.0-SNAPSHOT</code>, we create a branch <code>release/1.6</code>.</p>
</div>
<div class="paragraph">
<p>When creating the branch is exactly the moment in which the version in
<code>develop</code> is incremented to the next minor version.</p>
@@ -270,11 +270,11 @@ This is the version the <code>develop</code> branch will
be changed to.</p>
</div>
<div class="paragraph">
<p>Per default the plugin suggests the next bugfix version as working version,
however we want it to use the next minor version.
-So in case of preparing the release branch for <code>1.5.0</code> the command
would be the following:</p>
+So in case of preparing the release branch for <code>1.6.0</code> the command
would be the following:</p>
</div>
<div class="listingblock">
<div class="content">
-<pre> mvn release:branch -DbranchName=releases/code-generation/1.5</pre>
+<pre> mvn release:branch -DbranchName=releases/code-generation/1.6</pre>
</div>
</div>
<div class="paragraph">
@@ -282,7 +282,7 @@ So in case of preparing the release branch for
<code>1.5.0</code> the command wo
</div>
<div class="listingblock">
<div class="content">
-<pre> What is the new working copy version for "PLC4X Build Tools: Code
Generation"? (org.apache.plc4x.plugins:plc4x-code-generaton) 1.5.1-SNAPSHOT: :
1.6.0-SNAPSHOT</pre>
+<pre> What is the new working copy version for "PLC4X Build Tools: Code
Generation"? (org.apache.plc4x.plugins:plc4x-code-generaton) 1.6.1-SNAPSHOT: :
1.7.0-SNAPSHOT</pre>
</div>
</div>
<div class="paragraph">
@@ -292,7 +292,7 @@ So in case of preparing the release branch for
<code>1.5.0</code> the command wo
<p>This step now should perform quite quickly as no build and no tests are
involved.</p>
</div>
<div class="paragraph">
-<p>However in the end the versions of the <code>develop</code> branch are
updated and a new <code>releases/code-generation/1.5</code> branch is
created.</p>
+<p>However in the end the versions of the <code>develop</code> branch are
updated and a new <code>releases/code-generation/1.6</code> branch is
created.</p>
</div>
</div>
<div class="sect2">
@@ -306,7 +306,7 @@ So in case of preparing the release branch for
<code>1.5.0</code> the command wo
<div class="listingblock">
<div class="content">
<pre>==============================================================
-(Unreleased) Apache PLC4X 1.6.0-SNAPSHOT
+(Unreleased) Apache PLC4X 1.7.0-SNAPSHOT
==============================================================
New Features
@@ -406,7 +406,7 @@ Again, just in case you missed the first warning: Be sure
to ensure you have swi
<p>The version we want to release as (It will suggest the version you get by
omitting the <code>-SNAPSHOT</code> suffix, keep it as it is)</p>
</li>
<li>
-<p>The name of the tag the release commit will be tagged with in the SCM (Name
it <code>releases/code-generation/{release-version}</code>
(<code>releases/code-generation/1.5.0</code> in our case)</p>
+<p>The name of the tag the release commit will be tagged with in the SCM (Name
it <code>releases/code-generation/{release-version}</code>
(<code>releases/code-generation/1.6.0</code> in our case)</p>
</li>
<li>
<p>The next development version (The version present in the pom after the
release) (leave it as it is suggested by the plugin)</p>
@@ -434,7 +434,7 @@ Again, just in case you missed the first warning: Be sure
to ensure you have swi
<p>Run a build with all tests</p>
</li>
<li>
-<p>Commit the changes (commit message: <code>[maven-release-plugin] prepare
release releases/code-generation/1.5.0</code>)</p>
+<p>Commit the changes (commit message: <code>[maven-release-plugin] prepare
release releases/code-generation/1.6.0</code>)</p>
</li>
<li>
<p>Push the commit</p>
@@ -466,7 +466,7 @@ is in the correct state. Please select the release branch
and verify the commit
</div>
</div>
<div class="paragraph">
-<p>It is important that the commit with the message "[maven-release-plugin]
prepare release releases/code-generation/1.5.0" is tagged with the release tag
(in this case releases/code-generation/1.5.0)</p>
+<p>It is important that the commit with the message "[maven-release-plugin]
prepare release releases/code-generation/1.6.0" is tagged with the release tag
(in this case releases/code-generation/1.6.0)</p>
</div>
<div class="paragraph">
<p>If you check the commit itself, it should mainly consist of version updates
like this:</p>
@@ -488,7 +488,7 @@ is in the correct state. Please select the release branch
and verify the commit
</div>
</div>
<div class="paragraph">
-<p>This now updates the versions again, but this time from the release version
to the one we selected for the next development iteration (in this case
<code>1.5.1-SNAPSHOT</code>)</p>
+<p>This now updates the versions again, but this time from the release version
to the one we selected for the next development iteration (in this case
<code>1.6.1-SNAPSHOT</code>)</p>
</div>
<div class="admonitionblock note">
<table>
@@ -595,21 +595,21 @@ Here it automatically executes a maven build (You
don’t have to do this, i
<div class="listingblock">
<div class="content">
<pre> ./KEYS
- ./build-tools/code-generation/1.5.0
- ./build-tools/code-generation/1.5.0/rc1
- ./build-tools/code-generation/1.5.0/rc1/README
- ./build-tools/code-generation/1.5.0/rc1/RELEASE_NOTES
-
./build-tools/code-generation/1.5.0/rc1/apache-plc4x-code-generation-1.5.0-source-release.zip
-
./build-tools/code-generation/1.5.0/rc1/apache-plc4x-code-generation-1.5.0-source-release.zip.asc
-
./build-tools/code-generation/1.5.0/rc1/apache-plc4x-code-generation-1.5.0-source-release.zip.sha512</pre>
+ ./build-tools/code-generation/1.6.0
+ ./build-tools/code-generation/1.6.0/rc1
+ ./build-tools/code-generation/1.6.0/rc1/README
+ ./build-tools/code-generation/1.6.0/rc1/RELEASE_NOTES
+
./build-tools/code-generation/1.6.0/rc1/apache-plc4x-code-generation-1.6.0-source-release.zip
+
./build-tools/code-generation/1.6.0/rc1/apache-plc4x-code-generation-1.6.0-source-release.zip.asc
+
./build-tools/code-generation/1.6.0/rc1/apache-plc4x-code-generation-1.6.0-source-release.zip.sha512</pre>
</div>
</div>
<div class="paragraph">
-<p>I usually prepare exactly the same directory structure, starting with the
1.5.0 locally and then just import everything using the following command:</p>
+<p>I usually prepare exactly the same directory structure, starting with the
1.6.0 locally and then just import everything using the following command:</p>
</div>
<div class="listingblock">
<div class="content">
-<pre>svn import 1.5.0
https://dist.apache.org/repos/dist/dev/plc4x/build-tools/code-generation/1.5.0
-m"Staging of rc1 of PLC4X Build-Tools (Code-Generation) 1.5.0"</pre>
+<pre>svn import 1.6.0
https://dist.apache.org/repos/dist/dev/plc4x/build-tools/code-generation/1.6.0
-m"Staging of rc1 of PLC4X Build-Tools (Code-Generation) 1.6.0"</pre>
</div>
</div>
<div class="paragraph">
@@ -643,10 +643,10 @@ The following would be the one used to do our first TLP
release:</p>
<div class="listingblock">
<div class="content">
<pre> E-Mail Topic:
- [VOTE] Apache PLC4X Build-Tools Code-Generation 1.5.0 RC1
+ [VOTE] Apache PLC4X Build-Tools Code-Generation 1.6.0 RC1
Message:
- Apache PLC4X Build-Tools Code-Generation 1.5.0 has been staged under [2]
+ Apache PLC4X Build-Tools Code-Generation 1.6.0 has been staged under [2]
and it’s time to vote on accepting it for release.
All Maven artifacts are available under [1]. Voting will be open for 72hr.
@@ -655,7 +655,7 @@ The following would be the one used to do our first TLP
release:</p>
are required to pass.
Repository: https://gitbox.apache.org/repos/asf/plc4x-build-tools.git
- Release tag: releases/code-generation/1.5.0
+ Release tag: releases/code-generation/1.6.0
Hash for the release tag: {replacethiswiththerealgitcommittag}
Per [3] "Before voting +1 PMC members are required to download
@@ -671,7 +671,7 @@ The following would be the one used to do our first TLP
release:</p>
[1]
https://repository.apache.org/content/repositories/orgapacheplc4x-{somefourdigitnumber}
- [2]
https://dist.apache.org/repos/dist/dev/plc4x/build-tools/code-generation/1.5.0/rc1/
+ [2]
https://dist.apache.org/repos/dist/dev/plc4x/build-tools/code-generation/1.6.0/rc1/
[3] https://www.apache.org/dev/release/validation.html#approving-a-release
[4] https://plc4x.apache.org/developers/release/validation.html</pre>
</div>
@@ -682,7 +682,7 @@ The following would be the one used to do our first TLP
release:</p>
<div class="listingblock">
<div class="content">
<pre> E-Mail Topic:
- [DISCUSS] Apache PLC4X Build-Tools Code-Generation 1.5.0 RC1
+ [DISCUSS] Apache PLC4X Build-Tools Code-Generation 1.6.0 RC1
Message:
This is the discussion thread for the corresponding VOTE thread.
@@ -707,7 +707,7 @@ The following would be the one used to do our first TLP
release:</p>
<div class="listingblock">
<div class="content">
<pre> E-Mail Topic:
- [RESULT] [VOTE] Apache PLC4X Build-Tools Code-Generation 1.5.0 RC1
+ [RESULT] [VOTE] Apache PLC4X Build-Tools Code-Generation 1.6.0 RC1
Message:
So, the vote passes with 3 +1 votes by PMC members and one +1 vote by a
non PMC member.
@@ -724,9 +724,9 @@ This is done by moving them inside the Apache SVN.</p>
</div>
<div class="listingblock">
<div class="content">
-<pre> svn move -m "Release Apache PLC4X 1.5.0" \
-
https://dist.apache.org/repos/dist/dev/plc4x/build-tools/code-generation/1.5.0/rc1
\
-
https://dist.apache.org/repos/dist/release/plc4x/build-tools/code-generation/1.5.0</pre>
+<pre> svn move -m "Release Apache PLC4X 1.6.0" \
+
https://dist.apache.org/repos/dist/dev/plc4x/build-tools/code-generation/1.6.0/rc1
\
+
https://dist.apache.org/repos/dist/release/plc4x/build-tools/code-generation/1.6.0</pre>
</div>
</div>
<div class="paragraph">
@@ -777,7 +777,7 @@ This has to be done with git</p>
<div class="listingblock">
<div class="content">
<pre>git checkout release
-git merge releases/code-generation/1.5.0</pre>
+git merge releases/code-generation/1.6.0</pre>
</div>
</div>
<div class="paragraph">
@@ -785,7 +785,7 @@ git merge releases/code-generation/1.5.0</pre>
</div>
<div class="listingblock">
<div class="content">
-<pre>git merge -X theirs releases/code-generation/1.5.0</pre>
+<pre>git merge -X theirs releases/code-generation/1.6.0</pre>
</div>
</div>
<div class="paragraph">
diff --git a/plugin-management.html b/plugin-management.html
index 66e1501..a7024f3 100644
--- a/plugin-management.html
+++ b/plugin-management.html
@@ -271,7 +271,7 @@
<tr class="b">
<td>org.apache.plc4x.plugins</td>
<td><a class="externalLink"
href="https://www.apache.org/plc4x-code-generaton/plc4x-maven-plugin/">plc4x-maven-plugin</a></td>
-<td>1.5.0-SNAPSHOT</td></tr>
+<td>1.5.0</td></tr>
<tr class="a">
<td>org.apache.rat</td>
<td><a class="externalLink"
href="https://creadur.apache.org/rat/apache-rat-plugin/">apache-rat-plugin</a></td>
diff --git a/scm.html b/scm.html
index bc895dc..87d6ecf 100644
--- a/scm.html
+++ b/scm.html
@@ -127,11 +127,11 @@
<h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a
name="Anonymous_Access"></a>
<p>The source can be checked out anonymously from Git with this command (See
<a class="externalLink"
href="https://git-scm.com/docs/git-clone">https://git-scm.com/docs/git-clone</a>):</p>
<div class="source">
-<pre>$ git clone
https://gitbox.apache.org/repos/asf/plc4x.git</pre></div></section><section>
+<pre>$ git clone --branch rel/0
https://gitbox.apache.org/repos/asf/plc4x.git</pre></div></section><section>
<h2><a name="Developer_Access"></a>Developer Access</h2><a
name="Developer_Access"></a>
<p>Only project developers can access the Git tree via this method (See <a
class="externalLink"
href="https://git-scm.com/docs/git-clone">https://git-scm.com/docs/git-clone</a>).</p>
<div class="source">
-<pre>$ git clone
https://gitbox.apache.org/repos/asf/plc4x.git</pre></div></section><section>
+<pre>$ git clone --branch rel/0
https://gitbox.apache.org/repos/asf/plc4x.git</pre></div></section><section>
<h2><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a
Firewall</h2><a name="Access_from_Behind_a_Firewall"></a>
<p>Refer to the documentation of the SCM used for more information about
access behind a firewall.</p></section>
</main>