Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

Commit

Permalink
Merge pull request #8 from abadurczyk/master
Browse files Browse the repository at this point in the history
update ehcache to version 3
  • Loading branch information
dupps authored Dec 19, 2019
2 parents 6ac95b7 + 5b6461b commit f742483
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions MAINTAINERS
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Fabian Buch <[email protected]>
Daniel Fuchs <[email protected]>
Andreas Badurczyk <[email protected]>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

* [Documentation PDF](generated-docs/index.pdf)

Copyright (c) 2018 dm-drogerie markt GmbH & Co. KG, https://dm.de
Copyright (c) 2018-2019 dm-drogerie markt GmbH & Co. KG, https://dm.de

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>de.dm.auth</groupId>
<artifactId>activedirectory-spring-boot-starter</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Activedirectory Spring Boot Starter</name>
Expand All @@ -26,8 +26,8 @@
<developer>
<organization>dm-drogerie markt GmbH &amp; Co. KG</organization>
<organizationUrl>https://dm.de</organizationUrl>
<name>Fabian Buch</name>
<email>fabian.buch@dm.de</email>
<name>Andreas Badurczyk</name>
<email>andreas.badurczyk@dm.de</email>
</developer>
<developer>
<organization>dm-drogerie markt GmbH &amp; Co. KG</organization>
Expand All @@ -40,7 +40,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.7.RELEASE</version>
<version>2.2.2.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand All @@ -53,7 +53,7 @@
<asciidoctor.maven.plugin.version>1.5.7.1</asciidoctor.maven.plugin.version>
<asciidoctorj.pdf.version>1.5.0-alpha.16</asciidoctorj.pdf.version>
<asciidoctorj.version>1.5.7</asciidoctorj.version>
<spring-boot.version>2.0.7.RELEASE</spring-boot.version>
<spring-boot.version>2.2.2.RELEASE</spring-boot.version>
<assertj-core.version>3.9.1</assertj-core.version>

<sonar.exclusions>**/*Config*,**/*Properties*,**/Hotfix*</sonar.exclusions>
Expand All @@ -65,7 +65,7 @@
<artifactId>spring-boot-starter-cache</artifactId>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
<groupId>org.ehcache</groupId>
<artifactId>ehcache</artifactId>
</dependency>
<dependency>
Expand Down

0 comments on commit f742483

Please sign in to comment.