@@ -1,4 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
@@ -142,7 +143,7 @@
|
|||||||
<webbeans>4.0.2</webbeans>
|
<webbeans>4.0.2</webbeans>
|
||||||
|
|
||||||
<!-- Used in asciidoc reference documentation -->
|
<!-- Used in asciidoc reference documentation -->
|
||||||
<releasetrain>2024.0.5-SNAPSHOT</releasetrain>
|
<releasetrain>2024.0.5</releasetrain>
|
||||||
|
|
||||||
<!-- To be overridden by individual modules -->
|
<!-- To be overridden by individual modules -->
|
||||||
<java-module-name/>
|
<java-module-name/>
|
||||||
@@ -413,7 +414,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.data.build</groupId>
|
<groupId>org.springframework.data.build</groupId>
|
||||||
<artifactId>spring-data-build-resources</artifactId>
|
<artifactId>spring-data-build-resources</artifactId>
|
||||||
<version>3.3.5-SNAPSHOT</version>
|
<version>3.3.5</version>
|
||||||
<type>zip</type>
|
<type>zip</type>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
@@ -1440,20 +1441,8 @@
|
|||||||
</build>
|
</build>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
|
||||||
<id>spring-snapshot</id>
|
|
||||||
<url>https://repo.spring.io/snapshot</url>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
</snapshots>
|
|
||||||
<releases>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
</releases>
|
|
||||||
</repository>
|
|
||||||
<repository>
|
|
||||||
<id>spring-milestone</id>
|
|
||||||
<url>https://repo.spring.io/milestone</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user