Skip to content

Commit

Permalink
Autoconfig -> v3.1.0, anderes Parent-Interface von UserInfoRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
undecaf committed Sep 2, 2021
1 parent 9063ead commit faf40d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.

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>3.0.1-RELEASE</version>
<version>3.1.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>3.0.1-RELEASE</version>
<version>3.1.0-RELEASE</version>
<relativePath/>
</parent>

<dependencies>
<dependency>
<groupId>at.rennweg.htl</groupId>
<artifactId>autoconfig</artifactId>
<version>3.0.1-RELEASE</version>
<version>3.1.0-RELEASE</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion spring-boot-template.iml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: at.rennweg.htl:autoconfig:3.0.1-RELEASE" level="project" />
<orderEntry type="library" name="Maven: at.rennweg.htl:autoconfig:3.1.0-RELEASE" level="project" />
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-web:2.5.3" level="project" />
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter:2.5.3" level="project" />
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot:2.5.3" level="project" />
Expand Down

0 comments on commit faf40d4

Please sign in to comment.