This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch refactoring/325-Update-dependencies in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
commit 233ccce42187e3ebed9a9f182232fa7ef6b71536 Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Thu Oct 12 11:27:26 2023 +0200 Issue #325: Update dependencies - UIMA Parent POM 17-SNAPSHOT -> 17 - Comment out SNAPSHOT repo --- uimaj-parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uimaj-parent/pom.xml b/uimaj-parent/pom.xml index d3fd6aa49..133022142 100644 --- a/uimaj-parent/pom.xml +++ b/uimaj-parent/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.uima</groupId> <artifactId>parent-pom</artifactId> - <version>17-SNAPSHOT</version> + <version>17</version> <relativePath /> </parent> @@ -85,7 +85,6 @@ - The Eclipse Plugin modules use version ranges for their dependencies. These could resolve to - SNAPSHOT versions if we have a SNAPSHOT repo declaration here. Thus, this repo should only - be enabled when really needed. - --> <repository> <id>apache.snapshots</id> <name>Apache Snapshot Repository</name> @@ -97,6 +96,7 @@ <enabled>true</enabled> </snapshots> </repository> + --> <repository> <id>${eclipseP2RepoId}</id>
