Skip to content

Commit

Permalink
[CI] Publish Documentation for c42db5e
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jan 2, 2025
1 parent a5d45f0 commit fc05e61
Show file tree
Hide file tree
Showing 4 changed files with 424 additions and 426 deletions.
26 changes: 12 additions & 14 deletions guide/latest/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
20 changes: 10 additions & 10 deletions guide/latest/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
20 changes: 10 additions & 10 deletions guide/latest/reference/catalog/sbom/syft.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: 1.12.2
version: 1.18.1

# Target SBOM format(s).
# If unspecified, [`SPDX_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 = "1.12.2"
version = "1.18.1"

# Target SBOM format(s).
# If unspecified, [`SPDX_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": "1.12.2",
"version": "1.18.1",

// Target SBOM format(s).
// If unspecified, [`SPDX_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;1.12.2&lt;/version&gt;
&lt;version&gt;1.18.1&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 = '1.12.2'
version = '1.18.1'

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

0 comments on commit fc05e61

Please sign in to comment.