Skip to content

Commit

Permalink
support for multiple spring versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pcalouche committed Aug 25, 2024
1 parent 53cb4e0 commit f468b5c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,17 @@ updates:
directory: "/"
schedule:
interval: "weekly"
target-branch: "main"
target-branch: "main"
- package-ecosystem: "maven"
directory: "/"
registries:
- central
- github-pcalouche-spring-forge
schedule:
interval: "weekly"
target-branch: "spring33x-release"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: "spring33x-release"
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>

<parent>
<groupId>dev.pcalouche.springforge.spring33x</groupId>
<groupId>dev.pcalouche.springforge.spring34x</groupId>
<artifactId>spring-forge-starter-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath/>
Expand All @@ -26,7 +26,7 @@

<dependencies>
<dependency>
<groupId>dev.pcalouche.springforge.spring33x</groupId>
<groupId>dev.pcalouche.springforge.spring34x</groupId>
<artifactId>pcalouche-spring-boot-starter-app</artifactId>
</dependency>
<dependency>
Expand All @@ -46,7 +46,7 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>dev.pcalouche.springforge.spring33x</groupId>
<groupId>dev.pcalouche.springforge.spring34x</groupId>
<artifactId>pcalouche-spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit f468b5c

Please sign in to comment.