Skip to content

Commit

Permalink
[CI] Publish Documentation for b171d09
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jan 2, 2025
1 parent fc05e61 commit 08ab73c
Show file tree
Hide file tree
Showing 23 changed files with 479 additions and 471 deletions.
6 changes: 3 additions & 3 deletions guide/early-access/concepts/artifacts.html
Original file line number Diff line number Diff line change
Expand Up @@ -1395,16 +1395,16 @@ <h2 id="_examples"><a class="anchor" href="#_examples"></a>Examples</h2>
│ ├── jreleaser
│ │ └── build
│ │ └── distributions
│ │ └── jreleaser-1.16.0-SNAPSHOT.zip
│ │ └── jreleaser-1.17.0-SNAPSHOT.zip
│ └── jreleaser-tool-provider
│ └── build
│ └── libs
│ └── jreleaser-tool-provider-1.16.0-SNAPSHOT.jar
│ └── jreleaser-tool-provider-1.17.0-SNAPSHOT.jar
└── plugins
└── jreleaser-ant-tasks
└── build
└── distributions
└── jreleaser-ant-tasks-1.16.0-SNAPSHOT.zip</code></pre>
└── jreleaser-ant-tasks-1.17.0-SNAPSHOT.zip</code></pre>
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions guide/early-access/examples/jlink/cross-platform-jlink.html
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ <h1 class="page">Cross Platform Jlink</h1>
&lt;plugin&gt;
&lt;groupId&gt;org.jreleaser&lt;/groupId&gt;
&lt;artifactId&gt;jreleaser-maven-plugin&lt;/artifactId&gt;
&lt;version&gt;1.16.0-SNAPSHOT&lt;/version&gt;
&lt;version&gt;1.17.0-SNAPSHOT&lt;/version&gt;
&lt;configuration&gt;
&lt;jreleaser&gt;
&lt;project&gt;
Expand Down Expand Up @@ -1204,7 +1204,7 @@ <h1 class="page">Cross Platform Jlink</h1>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-sh hljs" data-lang="sh">$ jreleaser assemble
[INFO] JReleaser 1.16.0-SNAPSHOT
[INFO] JReleaser 1.17.0-SNAPSHOT
[INFO] Configuring with jreleaser.yml
[INFO] - basedir set to /Users/duke/tmp/app
[INFO] Reading configuration
Expand Down Expand Up @@ -1233,7 +1233,7 @@ <h1 class="page">Cross Platform Jlink</h1>
<div class="content">
<pre class="highlightjs highlight"><code class="language-sh hljs" data-lang="sh">$ jreleaser full-release

[INFO] JReleaser 1.16.0-SNAPSHOT
[INFO] JReleaser 1.17.0-SNAPSHOT
[INFO] Configuring with jreleaser.yml
[INFO] - basedir set to /Users/duke/tmp/app
[INFO] Reading configuration
Expand Down
26 changes: 12 additions & 14 deletions guide/early-access/examples/jreleaser.html
Original file line number Diff line number Diff line change
Expand Up @@ -843,9 +843,9 @@ <h1 class="page">JReleaser&#8217;s Release</h1>
<pre class="highlightjs highlight"><code class="language-yaml hljs" data-lang="yaml"># Define properties we'll use later in this file
environment:
properties:
jdkPathPrefix: 'apps/jreleaser/build/jdks'
jdkFilePrefix: 'zulu17.50.19-ca-jdk17.0.11'
graalFilePrefix: 'graalvm-community-openjdk-22.0.1+8.1'
jdkPathPrefix: 'plugins/jreleaser/build/jdks'
jdkFilePrefix: 'zulu21.38.21-ca-jdk21.0.5'
graalFilePrefix: 'graalvm-community-openjdk-23.0.1+11.1'
nativeImageDir: out/jreleaser/assemble/jreleaser-native/native-image
jpackageDir: out/jreleaser/assemble/jreleaser-installer/jpackage
javaArchiveDir: out/jreleaser/assemble/jreleaser/java-archive
Expand Down Expand Up @@ -881,11 +881,12 @@ <h1 class="page">JReleaser&#8217;s Release</h1>
- url: https://raw.githubusercontent.com/jreleaser/jreleaser/main/src/media/icon_256x256.png
width: 256
height: 256
java:
groupId: org.jreleaser
version: 8
multiProject: true
mainClass: org.jreleaser.cli.Main
languages:
java:
groupId: org.jreleaser
version: 8
multiProject: true
mainClass: org.jreleaser.cli.Main
tags:
- 'jreleaser'
- 'release'
Expand Down Expand Up @@ -1036,7 +1037,7 @@ <h1 class="page">JReleaser&#8217;s Release</h1>
jreleaser-standalone:
active: ALWAYS
java:
version: 17
version: 21
imageName: '{{distributionName}}-{{projectEffectiveVersion}}'
executable: jreleaser
fileSets:
Expand Down Expand Up @@ -1115,7 +1116,7 @@ <h1 class="page">JReleaser&#8217;s Release</h1>
jreleaser-native:
active: ALWAYS
java:
version: 17
version: 21
imageName: '{{distributionName}}-{{projectEffectiveVersion}}'
executable: jreleaser
fileSets:
Expand All @@ -1139,9 +1140,6 @@ <h1 class="page">JReleaser&#8217;s Release</h1>
platform: 'linux-x86_64'
- path: '{{jdkPathPrefix}}/graal22Windows/{{graalFilePrefix}}'
platform: 'windows-x86_64'
upx:
active: ALWAYS
version: '3.96'
args:
- '-Duser.language=en'
- '-H:IncludeLocales=en,ca,de,es,fr,hi,it,ja,nl,pt_BR,zh_TW,ru'
Expand Down Expand Up @@ -1326,7 +1324,7 @@ <h1 class="page">JReleaser&#8217;s Release</h1>
- path: '{{jpackageDir}}/JReleaser-{{projectVersionNumber}}-osx-aarch64.pkg'
transform: '{{distributionName}}/{{distributionName}}-{{projectEffectiveVersion}}-osx-aarch64.pkg'
platform: 'osx-aarch_64'
- path: '{{jpackageDir}}/jreleaser_{{projectVersionNumber}}-1_amd64.deb'
- path: '{{jpackageDir}}/jreleaser_{{projectVersionNumber}}_amd64.deb'
transform: '{{distributionName}}/{{distributionName}}_{{projectEffectiveVersion}}-1_amd64.deb'
platform: 'linux-x86_64'
- path: '{{jpackageDir}}/jreleaser-{{projectVersionNumber}}-1.x86_64.rpm'
Expand Down
4 changes: 2 additions & 2 deletions guide/early-access/examples/maven/maven-central.html
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,7 @@ <h2 id="_maven"><a class="anchor" href="#_maven"></a>Maven</h2>
&lt;plugin&gt;
&lt;groupId&gt;org.jreleaser&lt;/groupId&gt;
&lt;artifactId&gt;jreleaser-maven-plugin&lt;/artifactId&gt;
&lt;version&gt;1.16.0-SNAPSHOT&lt;/version&gt;
&lt;version&gt;1.17.0-SNAPSHOT&lt;/version&gt;
&lt;/plugin&gt;
&lt;/plugins&gt;
&lt;/pluginManagement&gt;
Expand Down Expand Up @@ -1544,7 +1544,7 @@ <h2 id="_gradle"><a class="anchor" href="#_gradle"></a>Gradle</h2>
<pre class="highlightjs highlight"><code class="language-groovy hljs" data-lang="groovy">plugins {
id 'java-library'
id 'maven-publish'
id 'org.jreleaser' version '1.16.0-SNAPSHOT'
id 'org.jreleaser' version '1.17.0-SNAPSHOT'
}

java {
Expand Down
2 changes: 1 addition & 1 deletion guide/early-access/examples/maven/staging-artifacts.html
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ <h2 id="_gradle"><a class="anchor" href="#_gradle"></a>Gradle</h2>
<pre class="highlightjs highlight"><code class="language-groovy hljs" data-lang="groovy">plugins {
id 'java-library'
id 'maven-publish'
id 'org.jreleaser' version '1.16.0-SNAPSHOT'
id 'org.jreleaser' version '1.17.0-SNAPSHOT'
}

java {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ <h1 class="page">AutoConfig Release</h1>
--file=file1.txt \
--file=file2.txt

[INFO] JReleaser 1.16.0-SNAPSHOT
[INFO] JReleaser 1.17.0-SNAPSHOT
[INFO] Auto configure is ON
[INFO] - basedir set to /Home/duke/app
[INFO] - project.name: app
Expand Down
4 changes: 2 additions & 2 deletions guide/early-access/examples/miscellaneous/simple-release.html
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ <h1 class="page">Simple Release</h1>
&lt;plugin&gt;
&lt;groupId&gt;org.jreleaser&lt;/groupId&gt;
&lt;artifactId&gt;jreleaser-maven-plugin&lt;/artifactId&gt;
&lt;version&gt;1.16.0-SNAPSHOT&lt;/version&gt;
&lt;version&gt;1.17.0-SNAPSHOT&lt;/version&gt;
&lt;/plugin&gt;
&lt;/plugins&gt;
&lt;/build&gt;
Expand All @@ -938,7 +938,7 @@ <h1 class="page">Simple Release</h1>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-groovy hljs" data-lang="groovy">plugins {
id 'org.jreleaser' version '1.16.0-SNAPSHOT'
id 'org.jreleaser' version '1.17.0-SNAPSHOT'
}

version = '1.0.0'
Expand Down
4 changes: 2 additions & 2 deletions guide/early-access/extensions/authoring-extensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ <h2 id="_1_build_tool"><a class="anchor" href="#_1_build_tool"></a>1. Build Tool
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;dependency&gt;
&lt;groupId&gt;org.jreleaser&lt;/groupId&gt;
&lt;artifactId&gt;jreleaser-model-api&lt;/artifactId&gt;
&lt;version&gt;1.16.0-SNAPSHOT&lt;/version&gt;
&lt;version&gt;1.17.0-SNAPSHOT&lt;/version&gt;
&lt;scope&gt;provided&lt;/scope&gt;
&lt;optional&gt;true&lt;/optional&gt;
&lt;/dependency&gt;</code></pre>
Expand All @@ -874,7 +874,7 @@ <h2 id="_1_build_tool"><a class="anchor" href="#_1_build_tool"></a>1. Build Tool
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-groovy hljs" data-lang="groovy">dependencies {
compileOnly 'org.jreleaser:jreleaser-model-api:1.16.0-SNAPSHOT'
compileOnly 'org.jreleaser:jreleaser-model-api:1.17.0-SNAPSHOT'
}</code></pre>
</div>
</div>
Expand Down
24 changes: 12 additions & 12 deletions guide/early-access/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -1085,9 +1085,9 @@ <h3 id="_stable"><a class="anchor" href="#_stable"></a>Stable</h3>
<i class="fa icon-note" title="Note"></i>
</td>
<td class="content">
Be mindful that <code>jreleaser-1.16.0-SNAPSHOT.zip</code> requires Java 8 to be installed while
<code>jreleaser-standalone-1.16.0-SNAPSHOT-windows-*.zip</code> can be used without a previous installation of Java as
it includes its own Java Runtime. <code>jreleaser-native-1.16.0-SNAPSHOT-windows-*.zip</code> does not require Java.
Be mindful that <code>jreleaser-1.17.0-SNAPSHOT.zip</code> requires Java 8 to be installed while
<code>jreleaser-standalone-1.17.0-SNAPSHOT-windows-*.zip</code> can be used without a previous installation of Java as
it includes its own Java Runtime. <code>jreleaser-native-1.17.0-SNAPSHOT-windows-*.zip</code> does not require Java.
</td>
</tr>
</table>
Expand Down Expand Up @@ -1240,9 +1240,9 @@ <h3 id="_stable"><a class="anchor" href="#_stable"></a>Stable</h3>
<i class="fa icon-note" title="Note"></i>
</td>
<td class="content">
Be mindful that <code>jreleaser-1.16.0-SNAPSHOT.zip</code> requires Java 8 to be installed while
<code>jreleaser-standalone-1.16.0-SNAPSHOT-linux-*.zip</code> can be used without a previous installation of Java as
it includes its own Java Runtime. <code>jreleaser-native-1.16.0-SNAPSHOT-linux-*.zip</code> does not require Java.
Be mindful that <code>jreleaser-1.17.0-SNAPSHOT.zip</code> requires Java 8 to be installed while
<code>jreleaser-standalone-1.17.0-SNAPSHOT-linux-*.zip</code> can be used without a previous installation of Java as
it includes its own Java Runtime. <code>jreleaser-native-1.17.0-SNAPSHOT-linux-*.zip</code> does not require Java.
</td>
</tr>
</table>
Expand Down Expand Up @@ -1354,9 +1354,9 @@ <h3 id="_stable"><a class="anchor" href="#_stable"></a>Stable</h3>
<i class="fa icon-note" title="Note"></i>
</td>
<td class="content">
Be mindful that <code>jreleaser-1.16.0-SNAPSHOT.zip</code> requires Java 8 to be installed while
<code>jreleaser-standalone-1.16.0-SNAPSHOT-osx-*.zip</code> can be used without a previous installation of Java as
it includes its own Java Runtime. <code>jreleaser-native-1.16.0-SNAPSHOT-osx-*.zip</code> does not require Java.
Be mindful that <code>jreleaser-1.17.0-SNAPSHOT.zip</code> requires Java 8 to be installed while
<code>jreleaser-standalone-1.17.0-SNAPSHOT-osx-*.zip</code> can be used without a previous installation of Java as
it includes its own Java Runtime. <code>jreleaser-native-1.17.0-SNAPSHOT-osx-*.zip</code> does not require Java.
</td>
</tr>
</table>
Expand Down Expand Up @@ -1416,7 +1416,7 @@ <h2 id="_apache_maven"><a class="anchor" href="#_apache_maven"></a>Apache Maven<
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;plugin&gt;
&lt;groupId&gt;org.jreleaser&lt;/groupId&gt;
&lt;artifactId&gt;jreleaser-maven-plugin&lt;/artifactId&gt;
&lt;version&gt;1.16.0-SNAPSHOT&lt;/version&gt;
&lt;version&gt;1.17.0-SNAPSHOT&lt;/version&gt;
&lt;/plugin&gt;</code></pre>
</div>
</div>
Expand All @@ -1432,7 +1432,7 @@ <h2 id="_gradle"><a class="anchor" href="#_gradle"></a>Gradle</h2>
<div class="title">build.gradle</div>
<div class="content">
<pre class="highlightjs highlight"><code class="language-groovy hljs" data-lang="groovy">plugins {
id 'org.jreleaser' version '1.16.0-SNAPSHOT'
id 'org.jreleaser' version '1.17.0-SNAPSHOT'
}</code></pre>
</div>
</div>
Expand All @@ -1451,7 +1451,7 @@ <h2 id="_apache_ant"><a class="anchor" href="#_apache_ant"></a>Apache Ant</h2>
<div class="content">
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;path id="jreleaser.classpath"&gt;
&lt;fileset dir="lib"&gt;
&lt;include name="jreleaser-ant-tasks-1.16.0-SNAPSHOT/*.jar"/&gt;
&lt;include name="jreleaser-ant-tasks-1.17.0-SNAPSHOT/*.jar"/&gt;
&lt;/fileset&gt;
&lt;/path&gt;

Expand Down
2 changes: 1 addition & 1 deletion guide/early-access/quick-start/ant.html
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ <h1 class="page">Apache Ant</h1>
Buildfile: /Home/duke/app/build.xml

jreleaser-full-release:
[INFO] JReleaser 1.16.0-SNAPSHOT
[INFO] JReleaser 1.17.0-SNAPSHOT
[INFO] Configuring with jreleaser.yml
[INFO] - basedir set to /Home/duke/app
[INFO] Reading configuration
Expand Down
2 changes: 1 addition & 1 deletion guide/early-access/quick-start/cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ <h1 class="page">Command Line</h1>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-none hljs">$ jreleaser full-release
[INFO] JReleaser 1.16.0-SNAPSHOT
[INFO] JReleaser 1.17.0-SNAPSHOT
[INFO] Configuring with jreleaser.yml
[INFO] - basedir set to /Home/duke/app
[INFO] Reading configuration
Expand Down
6 changes: 3 additions & 3 deletions guide/early-access/quick-start/gradle.html
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ <h1 class="page">Gradle</h1>
<pre class="highlightjs highlight"><code class="language-groovy hljs" data-lang="groovy">plugins {
id 'java-library'
id 'application'
id 'org.jreleaser' version '1.16.0-SNAPSHOT'
id 'org.jreleaser' version '1.17.0-SNAPSHOT'
}

application {
Expand Down Expand Up @@ -892,7 +892,7 @@ <h1 class="page">Gradle</h1>
id 'java-library'
id 'application'
id 'org.kordamp.gradle.java-project' version '0.47.0'
id 'org.jreleaser' version '1.16.0-SNAPSHOT'
id 'org.jreleaser' version '1.17.0-SNAPSHOT'
}

application {
Expand Down Expand Up @@ -1016,7 +1016,7 @@ <h1 class="page">Gradle</h1>
&gt; Task :assembleDist

&gt; Task :jreleaserFullRelease
[INFO] JReleaser 1.16.0-SNAPSHOT
[INFO] JReleaser 1.17.0-SNAPSHOT
[INFO] - basedir set to /Home/duke/app
[INFO] git-root-search set to false
[INFO] Loading properties from /Home/duke/.jreleaser/config.properties
Expand Down
6 changes: 3 additions & 3 deletions guide/early-access/quick-start/maven.html
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ <h1 class="page">Apache Maven</h1>
&lt;plugin&gt;
&lt;groupId&gt;org.jreleaser&lt;/groupId&gt;
&lt;artifactId&gt;jreleaser-maven-plugin&lt;/artifactId&gt;
&lt;version&gt;1.16.0-SNAPSHOT&lt;/version&gt;
&lt;version&gt;1.17.0-SNAPSHOT&lt;/version&gt;
&lt;inherited&gt;false&lt;/inherited&gt;
&lt;configuration&gt;
&lt;jreleaser&gt;
Expand Down Expand Up @@ -1060,8 +1060,8 @@ <h1 class="page">Apache Maven</h1>
[INFO] Building zip: /Home/duke/app/target/distributions/app/app-1.0.0.zip
[INFO] Copying files to /Home/duke/app/target/distributions/app/app-1.0.0
[INFO]
[INFO] --- jreleaser-maven-plugin:1.16.0-SNAPSHOT:full-release (default-cli) @ app ---
[INFO] JReleaser 1.16.0-SNAPSHOT
[INFO] --- jreleaser-maven-plugin:1.17.0-SNAPSHOT:full-release (default-cli) @ app ---
[INFO] JReleaser 1.17.0-SNAPSHOT
[INFO] - basedir set to /Home/duke/app
[INFO] git-root-search set to false
[INFO] Loading properties from /Home/duke/.jreleaser/config.properties
Expand Down
20 changes: 10 additions & 10 deletions guide/early-access/reference/catalog/sbom/cyclonedx.html
Original file line number Diff line number Diff line change
Expand Up @@ -948,9 +948,9 @@ <h2 id="_configuration"><a class="anchor" href="#_configuration"></a>Configurati
name: '{{projectName}}-{{projectVersion}}-sboms'

# Version of tool to use.
# If unspecified, will use 1.12.2.
# If unspecified, will use 1.18.1.
# <span class="icon"><i class="fa fa-dot-circle"></i></span>
version: 0.27.1
version: 0.27.2

# Target SBOM format(s).
# If unspecified, [`JSON`].
Expand Down Expand Up @@ -1002,9 +1002,9 @@ <h2 id="_configuration"><a class="anchor" href="#_configuration"></a>Configurati
pack.name = "{{projectName}}-{{projectVersion}}-sboms"

# Version of tool to use.
# If unspecified, will use 1.12.2.
# If unspecified, will use 1.18.1.
# <span class="icon"><i class="fa fa-dot-circle"></i></span>
version = "0.27.1"
version = "0.27.2"

# Target SBOM format(s).
# If unspecified, [`JSON`].
Expand Down Expand Up @@ -1060,9 +1060,9 @@ <h2 id="_configuration"><a class="anchor" href="#_configuration"></a>Configurati
},

// Version of tool to use.
// If unspecified, will use 1.12.2.
// If unspecified, will use 1.18.1.
// <span class="icon"><i class="fa fa-dot-circle"></i></span>
"version": "0.27.1",
"version": "0.27.2",

// Target SBOM format(s).
// If unspecified, [`JSON`].
Expand Down Expand Up @@ -1145,10 +1145,10 @@ <h2 id="_configuration"><a class="anchor" href="#_configuration"></a>Configurati

&lt;!--
Version of tool to use.
If unspecified, will use 1.12.2.
If unspecified, will use 1.18.1.
<span class="icon"><i class="fa fa-dot-circle"></i></span>
--&gt;
&lt;version&gt;0.27.1&lt;/version&gt;
&lt;version&gt;0.27.2&lt;/version&gt;

&lt;!--
Target SBOM format(s).
Expand Down Expand Up @@ -1211,9 +1211,9 @@ <h2 id="_configuration"><a class="anchor" href="#_configuration"></a>Configurati
}

// Version of tool to use.
// If unspecified, will use 1.12.2.
// If unspecified, will use 1.18.1.
// <span class="icon"><i class="fa fa-dot-circle"></i></span>
version = '0.27.1'
version = '0.27.2'

// Target SBOM format(s).
// If unspecified, [`JSON`].
Expand Down
Loading

0 comments on commit 08ab73c

Please sign in to comment.