Skip to content

Commit 4239406

Browse files
committed
Update getting started pages
1 parent 0f08681 commit 4239406

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

docs/modules/quick-start/pages/ant.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ project:
3636
license: Apache-2
3737
links:
3838
homepage: pass:[https://acme.com/app]
39-
java:
40-
groupId: com.acme
41-
version: 8
39+
languages:
40+
java:
41+
groupId: com.acme
42+
version: 8
4243
inceptionYear: 2021
4344
4445
release:

docs/modules/quick-start/pages/cli.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ project:
2727
license: Apache-2
2828
links:
2929
homepage: pass:[https://acme.com/app]
30-
java:
31-
groupId: com.acme
32-
version: 8
30+
languages:
31+
java:
32+
groupId: com.acme
33+
version: 8
3334
inceptionYear: 2021
3435
3536
release:

docs/modules/quick-start/pages/maven.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,20 @@ You also have to configure the xref:tools:jreleaser-maven.adoc[jreleaser-maven-p
5656
<plugin>
5757
<groupId>org.codehaus.mojo</groupId>
5858
<artifactId>exec-maven-plugin</artifactId>
59-
<version>1.6.0</version>
59+
<version>3.5.0</version>
6060
<configuration>
6161
<mainClass>${app.main.class}</mainClass>
6262
</configuration>
6363
</plugin>
6464
<plugin>
6565
<groupId>org.apache.maven.plugins</groupId>
6666
<artifactId>maven-compiler-plugin</artifactId>
67-
<version>3.8.1</version>
67+
<version>3.13.0</version>
6868
</plugin>
6969
<plugin>
7070
<groupId>org.apache.maven.plugins</groupId>
7171
<artifactId>maven-jar-plugin</artifactId>
72-
<version>3.2.0</version>
72+
<version>3.4.2</version>
7373
<configuration>
7474
<archive>
7575
<manifest>
@@ -106,7 +106,7 @@ You also have to configure the xref:tools:jreleaser-maven.adoc[jreleaser-maven-p
106106
<plugin>
107107
<groupId>org.apache.maven.plugins</groupId>
108108
<artifactId>maven-assembly-plugin</artifactId>
109-
<version>3.2.0</version>
109+
<version>3.7.1</version>
110110
<configuration>
111111
<attach>false</attach>
112112
<appendAssemblyId>false</appendAssemblyId>
@@ -191,27 +191,27 @@ $ mvn jreleaser:full-release
191191
[INFO] Using 'UTF-8' encoding to copy filtered resources.
192192
[INFO] skip non existing resourceDirectory /Home/duke/app/src/main/resources
193193
[INFO]
194-
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ app ---
194+
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ app ---
195195
[INFO] Changes detected - recompiling the module!
196196
[INFO] Compiling 1 source file to /Home/duke/app/target/classes
197197
[INFO]
198198
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ app ---
199199
[INFO] Using 'UTF-8' encoding to copy filtered resources.
200200
[INFO] skip non existing resourceDirectory /Home/duke/app/src/test/resources
201201
[INFO]
202-
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ app ---
202+
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ app ---
203203
[INFO] No sources to compile
204204
[INFO]
205205
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ app ---
206206
[INFO] No tests to run.
207207
[INFO]
208-
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ app ---
208+
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ app ---
209209
[INFO] Building jar: /Home/duke/app/target/app-1.0.0.jar
210210
[INFO]
211211
[INFO] --- appassembler-maven-plugin:2.1.0:assemble (make-distribution) @ app ---
212212
[INFO] Installing artifact /Home/duke/app/target/app-1.0.0.jar to /Home/duke/app/target/binary/lib/app-1.0.0.jar
213213
[INFO]
214-
[INFO] --- maven-assembly-plugin:3.2.0:single (make-distribution) @ app ---
214+
[INFO] --- maven-assembly-plugin:3.7.1:single (make-distribution) @ app ---
215215
[INFO] Reading assembly descriptor: src/main/assembly/assembly.xml
216216
[INFO] Building tar: /Home/duke/app/target/distributions/app/app-1.0.0.tar.gz
217217
[INFO] Building zip: /Home/duke/app/target/distributions/app/app-1.0.0.zip

0 commit comments

Comments
 (0)