Skip to content

Commit

Permalink
Merge pull request #455 from apache/fix/release-issues
Browse files Browse the repository at this point in the history
Tried to help getting the releases working again
  • Loading branch information
kamir authored Aug 12, 2024
2 parents 3fa3c38 + 01bc64d commit 7e952ff
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>25</version>
<version>32</version>
</parent>

<groupId>org.apache.wayang</groupId>
Expand Down Expand Up @@ -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. -->
Expand Down

0 comments on commit 7e952ff

Please sign in to comment.