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 6e9fb4ace Site checkin for project PLC4X: Jenkins Tools 6e9fb4ace is described below commit 6e9fb4ace7e0d7daa7aeb55225c1f90b7ec51c54 Author: jenkins <bui...@apache.org> AuthorDate: Fri Feb 16 10:32:58 2024 +0000 Site checkin for project PLC4X: Jenkins Tools --- dependency-info.html | 12 ++++---- developers/release/release.html | 60 +++++++++++++++++++------------------- developers/release/validation.html | 6 ++-- summary.html | 2 +- 4 files changed, 40 insertions(+), 40 deletions(-) diff --git a/dependency-info.html b/dependency-info.html index 993bfd946..a8dfa67f7 100644 --- a/dependency-info.html +++ b/dependency-info.html @@ -130,28 +130,28 @@ <pre><dependency> <groupId>org.apache.plc4x</groupId> <artifactId>plc4x-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.12.0-SNAPSHOT</version> <type>pom</type> </dependency></pre></div></section><section> <h3><a name="Apache_Ivy"></a>Apache Ivy</h3><a name="Apache_Ivy"></a> <div> -<pre><dependency org="org.apache.plc4x" name="plc4x-parent" rev="0.13.0-SNAPSHOT"> +<pre><dependency org="org.apache.plc4x" name="plc4x-parent" rev="0.12.0-SNAPSHOT"> <artifact name="plc4x-parent" type="pom" /> </dependency></pre></div></section><section> <h3><a name="Groovy_Grape"></a>Groovy Grape</h3><a name="Groovy_Grape"></a> <div> <pre>@Grapes( -@Grab(group='org.apache.plc4x', module='plc4x-parent', version='0.13.0-SNAPSHOT') +@Grab(group='org.apache.plc4x', module='plc4x-parent', version='0.12.0-SNAPSHOT') )</pre></div></section><section> <h3><a name="Gradle.2FGrails"></a>Gradle/Grails</h3><a name="Gradle.2FGrails"></a> <div> -<pre>implementation 'org.apache.plc4x:plc4x-parent:0.13.0-SNAPSHOT'</pre></div></section><section> +<pre>implementation 'org.apache.plc4x:plc4x-parent:0.12.0-SNAPSHOT'</pre></div></section><section> <h3><a name="Scala_SBT"></a>Scala SBT</h3><a name="Scala_SBT"></a> <div> -<pre>libraryDependencies += "org.apache.plc4x" % "plc4x-parent" % "0.13.0-SNAPSHOT"</pre></div></section><section> +<pre>libraryDependencies += "org.apache.plc4x" % "plc4x-parent" % "0.12.0-SNAPSHOT"</pre></div></section><section> <h3><a name="Leiningen"></a>Leiningen</h3><a name="Leiningen"></a> <div> -<pre>[org.apache.plc4x/plc4x-parent "0.13.0-SNAPSHOT"]</pre></div></section></section> +<pre>[org.apache.plc4x/plc4x-parent "0.12.0-SNAPSHOT"]</pre></div></section></section> </main> <footer class="pt-4 my-md-5 pt-md-5 w-100 border-top"> <div class="row justify-content-md-center" style="font-size: 13px"> diff --git a/developers/release/release.html b/developers/release/release.html index 04ddad366..c2b86f5c0 100644 --- a/developers/release/release.html +++ b/developers/release/release.html @@ -485,7 +485,7 @@ Usually the <code>NOTICE</code> file has to be adjusted.</p> <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>0.13.0-SNAPSHOT</code>, we create a branch <code>rel/0.13</code>.</p> +<p>So if currently the project version in develop is <code>0.12.0-SNAPSHOT</code>, we create a branch <code>rel/0.12</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> @@ -508,11 +508,11 @@ Otherwise, the non-default modules on develop will reference the old version whi </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>0.13.0-SNAPSHOT</code> the command would be the following:</p> +So in case of preparing the release branch for <code>0.12.0-SNAPSHOT</code> the command would be the following:</p> </div> <div class="listingblock"> <div class="content"> -<pre> mvn release:branch -P with-c,with-dotnet,with-go,with-java,with-python,with-sandbox,enable-all-checks -DbranchName=rel/0.13</pre> +<pre> mvn release:branch -P with-c,with-dotnet,with-go,with-java,with-python,with-sandbox,enable-all-checks -DbranchName=rel/0.12</pre> </div> </div> <div class="paragraph"> @@ -520,7 +520,7 @@ So in case of preparing the release branch for <code>0.13.0-SNAPSHOT</code> the </div> <div class="listingblock"> <div class="content"> -<pre> What is the new working copy version for "PLC4X"? (org.apache.plc4x:plc4x-parent) 0.13.1-SNAPSHOT: : 0.14.0-SNAPSHOT</pre> +<pre> What is the new working copy version for "PLC4X"? (org.apache.plc4x:plc4x-parent) 0.12.1-SNAPSHOT: : 0.13.0-SNAPSHOT</pre> </div> </div> <div class="paragraph"> @@ -530,7 +530,7 @@ So in case of preparing the release branch for <code>0.13.0-SNAPSHOT</code> the <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>rel/0.13</code> branch is created.</p> +<p>However, in the end the versions of the <code>develop</code> branch are updated and a new <code>rel/0.12</code> branch is created.</p> </div> </div> <div class="sect2"> @@ -544,7 +544,7 @@ So in case of preparing the release branch for <code>0.13.0-SNAPSHOT</code> the <div class="listingblock"> <div class="content"> <pre>============================================================== -(Unreleased) Apache PLC4X 0.14.0-SNAPSHOT +(Unreleased) Apache PLC4X 0.13.0-SNAPSHOT ============================================================== New Features @@ -617,7 +617,7 @@ In general the plugin will now ask you 3 questions:</p> <p>The version we want to release as (It will suggest the version you get by omitting the <code>-SNAPSHOT</code> suffix)</p> </li> <li> -<p>The name of the tag the release commit will be tagged with in the SCM (Name it <code>v{release-version}</code> (<code>v0.13.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>v{release-version}</code> (<code>v0.12.0</code> in our case)</p> </li> <li> <p>The next development version (The version present in the pom after the release) (<code>{current-next-bugfix-version}</code> in our case)</p> @@ -642,7 +642,7 @@ In general the plugin will now ask you 3 questions:</p> <p>Run a build with all tests</p> </li> <li> -<p>Commit the changes (commit message: <code>[maven-release-plugin] prepare release v0.13.0</code>)</p> +<p>Commit the changes (commit message: <code>[maven-release-plugin] prepare release v0.12.0</code>)</p> </li> <li> <p>Push the commit</p> @@ -674,7 +674,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 v{release-version}" is tagged with the release tag (in this case v0.13.0)</p> +<p>It is important that the commit with the message "[maven-release-plugin] prepare release v{release-version}" is tagged with the release tag (in this case v0.12.0)</p> </div> <div class="paragraph"> <p>If you check the commit itself, it should mainly consist of version updates like this:</p> @@ -821,13 +821,13 @@ Here it automatically executes a maven build (You don’t have to do this, i <div class="listingblock"> <div class="content"> <pre> ./KEYS - ./0.13.0/ - ./0.13.0/rc1 - ./0.13.0/rc1/README - ./0.13.0/rc1/RELEASE_NOTES - ./0.13.0/rc1/apache-plc4x-0.13.0-source-release.zip - ./0.13.0/rc1/apache-plc4x-0.13.0-source-release.zip.asc - ./0.13.0/rc1/apache-plc4x-0.13.0-source-release.zip.sha512</pre> + ./0.12.0/ + ./0.12.0/rc1 + ./0.12.0/rc1/README + ./0.12.0/rc1/RELEASE_NOTES + ./0.12.0/rc1/apache-plc4x-0.12.0-source-release.zip + ./0.12.0/rc1/apache-plc4x-0.12.0-source-release.zip.asc + ./0.12.0/rc1/apache-plc4x-0.12.0-source-release.zip.sha512</pre> </div> </div> <div class="paragraph"> @@ -870,17 +870,17 @@ 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 0.13.0 RC1 +[VOTE] Apache PLC4X 0.12.0 RC1 Message: -Apache PLC4X 0.13.0 has been staged under [2] and it’s time to vote +Apache PLC4X 0.12.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. A minimum of 3 binding +1 votes and more binding +1 than binding -1 are required to pass. -Release tag: v0.13.0 +Release tag: v0.12.0 Hash for the release tag: {replacethiswiththerealgitcommittag} Per [3] "Before voting +1 PMC members are required to download @@ -896,7 +896,7 @@ You can achieve the above by following [4]. [1] https://repository.apache.org/content/repositories/orgapacheplc4x-{somefourdigitnumber} -[2] https://dist.apache.org/repos/dist/dev/plc4x/0.13.0/rc1 +[2] https://dist.apache.org/repos/dist/dev/plc4x/0.12.0/rc1 [3] https://www.apache.org/dev/release.html#approving-a-release [4] https://cwiki.apache.org/confluence/display/PLC4X/Validating+a+staged+Release</pre> </div> @@ -907,7 +907,7 @@ You can achieve the above by following [4]. <div class="listingblock"> <div class="content"> <pre>E-Mail Topic: -[DISCUSS] Apache PLC4X 0.13.0 RC1 +[DISCUSS] Apache PLC4X 0.12.0 RC1 Message: This is the discussion thread for the corresponding VOTE thread. @@ -932,7 +932,7 @@ If you have to vote -1 please mention a brief description on why and then take t <div class="listingblock"> <div class="content"> <pre>E-Mail Topic: -[RESULT] [VOTE] Apache PLC4X 0.13.0 RC1 +[RESULT] [VOTE] Apache PLC4X 0.12.0 RC1 Message: So, the vote passes with {number of +1 votes} +1 votes by PMC members {number of +1 votes from non-pmc members} +1 vote by a non PMC member.</pre> @@ -947,9 +947,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 0.13.0" \ - https://dist.apache.org/repos/dist/dev/plc4x/0.13.0/rc1 \ - https://dist.apache.org/repos/dist/release/plc4x/0.13.0</pre> +<pre> svn move -m "Release Apache PLC4X 0.12.0" \ + https://dist.apache.org/repos/dist/dev/plc4x/0.12.0/rc1 \ + https://dist.apache.org/repos/dist/release/plc4x/0.12.0</pre> </div> </div> <div class="paragraph"> @@ -1074,7 +1074,7 @@ This has to be done with git</p> <div class="listingblock"> <div class="content"> <pre>git checkout release -git merge v0.13.0</pre> +git merge v0.12.0</pre> </div> </div> <div class="paragraph"> @@ -1082,7 +1082,7 @@ git merge v0.13.0</pre> </div> <div class="listingblock"> <div class="content"> -<pre>git merge -X theirs v0.13.0</pre> +<pre>git merge -X theirs v0.12.0</pre> </div> </div> <div class="paragraph"> @@ -1115,7 +1115,7 @@ This is done by changing the <code>download.adoc</code> under <code>src/site/use <p>Copy the last release down to <em>Previous Releases</em></p> </li> <li> -<p>Point the download links of the last release to archive, e.g. <code><a href="http://archive.apache.org/dist/plc4x/0.13.0/apache-plc4x-0.13.0-source-release.zip" class="bare">http://archive.apache.org/dist/plc4x/0.13.0/apache-plc4x-0.13.0-source-release.zip</a></code></p> +<p>Point the download links of the last release to archive, e.g. <code><a href="http://archive.apache.org/dist/plc4x/0.12.0/apache-plc4x-0.12.0-source-release.zip" class="bare">http://archive.apache.org/dist/plc4x/0.12.0/apache-plc4x-0.12.0-source-release.zip</a></code></p> </li> <li> <p>Add the new Release under <em>Current Releases</em> and change all links. @@ -1148,10 +1148,10 @@ CC: d...@plc4x.apache.org E-Mail Topic: -[ANNOUNCE] Apache PLC4X 0.13.0 released +[ANNOUNCE] Apache PLC4X 0.12.0 released Message: -The Apache PLC4X team is pleased to announce the release of Apache PLC4X 0.13.0 +The Apache PLC4X team is pleased to announce the release of Apache PLC4X 0.12.0 PLC4X is a set of libraries for communicating with industrial programmable logic controllers (PLCs) using a variety of protocols but with a shared API. diff --git a/developers/release/validation.html b/developers/release/validation.html index fae9795bd..487567d9b 100644 --- a/developers/release/validation.html +++ b/developers/release/validation.html @@ -393,7 +393,7 @@ Especially in the <code>sandbox</code> there may be parts that are not formally </div> <div class="listingblock"> <div class="content"> -<pre>java -jar apache-rat-0.13.jar apache-plc4x-0.13.0-source-release.zip > rat.log</pre> +<pre>java -jar apache-rat-0.13.jar apache-plc4x-0.12.0-source-release.zip > rat.log</pre> </div> </div> <div class="paragraph"> @@ -410,11 +410,11 @@ Especially in the <code>sandbox</code> there may be parts that are not formally </div> <div class="listingblock"> <div class="content"> -<pre>tools/download_staged_release.sh 0.13.0 1</pre> +<pre>tools/download_staged_release.sh 0.12.0 1</pre> </div> </div> <div class="paragraph"> -<p>This will download all the files into a directory: <code>downloaded-plc4x-0.13.01</code>.</p> +<p>This will download all the files into a directory: <code>downloaded-plc4x-0.12.01</code>.</p> </div> <div class="paragraph"> <p>After that it will calculate the SHA512 hash and compare it with the staged hash.</p> diff --git a/summary.html b/summary.html index dab956653..fb2220cb8 100644 --- a/summary.html +++ b/summary.html @@ -164,7 +164,7 @@ <td>plc4x-parent</td></tr> <tr class="b"> <td align="left">Version</td> -<td>0.13.0-SNAPSHOT</td></tr> +<td>0.12.0-SNAPSHOT</td></tr> <tr class="a"> <td align="left">Type</td> <td>pom</td></tr></table></section></section>