Skip to content

Commit

Permalink
Server: Autokonfiguration-Update auf OpenJDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
undecaf committed Sep 9, 2020
1 parent 601303a commit f59661e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>vorlage</artifactId>
<version>2.11.0-RELEASE</version>
<version>2.12.0-RELEASE</version>
<packaging>jar</packaging>

<name>Vorlage</name>
Expand All @@ -13,15 +13,15 @@
<parent>
<groupId>at.rennweg.htl</groupId>
<artifactId>spring-boot</artifactId>
<version>1.7.0-RELEASE</version>
<version>1.8.0-RELEASE</version>
<relativePath/>
</parent>

<dependencies>
<dependency>
<groupId>at.rennweg.htl</groupId>
<artifactId>autoconfig</artifactId>
<version>2.10.0-RELEASE</version>
<version>2.11.0-RELEASE</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit f59661e

Please sign in to comment.