Skip to content

Commit

Permalink
test spring snapshot repo setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pcalouche committed Aug 12, 2024
1 parent 70b4833 commit 03c8ca0
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
29 changes: 29 additions & 0 deletions .mvn/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,33 @@
</server>
</servers>

<profiles>
<profile>
<id>spring-snapshot-repositories</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>

</settings>
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.2</version>
<version>3.4.0-M1</version>
<relativePath/>
</parent>

<groupId>dev.pcalouche.springforge.spring33x</groupId>
<artifactId>spring-forge-starter-parent</artifactId>
<version>${revision}</version>
<packaging>pom</packaging>
<url>https://github.com/pcalouche/spring-forge</url>

<modules>
<module>autoconfigure</module>
Expand Down

0 comments on commit 03c8ca0

Please sign in to comment.