This is an automated email from the ASF dual-hosted git repository. cdutz pushed a commit to branch fix/release-issues in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
commit 01bc64db2ab2f25bc2b1550afaf90bb11a063159 Author: Christofer Dutz <[email protected]> AuthorDate: Mon Jul 29 15:29:34 2024 +0200 fix: Updated to the latest apache parent pom and removed duplicate snapshot repo definitions in the root pom (they are re-defined in the apache parent) --- pom.xml | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/pom.xml b/pom.xml index ae4088a0..0aa63c58 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>25</version> + <version>32</version> </parent> <groupId>org.apache.wayang</groupId> @@ -134,36 +134,6 @@ <code.coverage.overall.data.folder>${basedir}/target/aggregate.exec</code.coverage.overall.data.folder> </properties> - <!-- Make Snapshots of Apache projects available --> - <repositories> - <repository> - <id>apache-snapshots</id> - <url>https://repository.apache.org/content/repositories/snapshots</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - </repositories> - - <!-- Make Snapshots of Apache plugins available --> - <pluginRepositories> - <pluginRepository> - <id>apache-snapshots</id> - <url>https://repository.apache.org/content/repositories/snapshots</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </pluginRepository> - </pluginRepositories> - - - <profiles> <profile> <!-- Include the external platforms in the build. -->
