Skip to content

Commit c669bbc

Browse files
author
Hendrik Winkelmann
committed
Update
1 parent 315d3b0 commit c669bbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lectures/acse/020_build_automation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ can be found [here](https://github.com/wwu-pi/adder-application/blob/master/pom.
3636
contains metadata on the project, such as the current version, a description of the project, as well
3737
as a namespace (<code>< groupId >...</ groupId ></code>). Furthermore, we can
3838
specify key-value pairs in the <code>< properties >...</ properties ></code>-section.
39-
In the given example, it is specified that Java version 8 should be used for the
39+
In the given example, it is specified that Java version 11 should be used for the
4040
project.
4141

4242
The <code>< dependencies >...</ dependencies ></code>-section contains a set of dependencies. Upon executing

lectures/acse/030_importing_sample_projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ project. Nevertheless, in the following, the simple set-up process is demonstrat
2323

2424
#### Creating a new skeleton
2525
In Spring Initializr we can create a skeleton which we can use to, e.g., build a new Web Application.
26-
For ACSE, we will let Spring Initializr generate a Maven Project using the language 'Java' version 8.
26+
For ACSE, we will let Spring Initializr generate a Maven Project using the language 'Java' version 11.
2727
We will use the default Spring Boot version and choose 'Jar' for packaging.
2828

2929
![Spring Initializr with some dependencies](images/SpringInitializr.png)

0 commit comments

Comments
 (0)