Author: desruisseaux
Date: Fri Dec 9 14:37:48 2022
New Revision: 1905888
URL: http://svn.apache.org/viewvc?rev=1905888&view=rev
Log:
Update dependencies of integration tests.
Modified:
sis/release-test/integration/pom.xml
sis/release-test/maven/pom.xml
Modified: sis/release-test/integration/pom.xml
URL:
http://svn.apache.org/viewvc/sis/release-test/integration/pom.xml?rev=1905888&r1=1905887&r2=1905888&view=diff
==============================================================================
--- sis/release-test/integration/pom.xml (original)
+++ sis/release-test/integration/pom.xml Fri Dec 9 14:37:48 2022
@@ -27,11 +27,11 @@
<groupId>org.apache.sis.test</groupId>
<artifactId>integration</artifactId>
- <version>1.2</version>
+ <version>1.3</version>
<packaging>jar</packaging>
- <name>Release candidate test</name>
- <url>http://sis.apache.org</url>
+ <name>Integration tests</name>
+ <url>https://sis.apache.org</url>
<description>
Test the execution of all SIS tests in a single project.
</description>
@@ -43,9 +43,9 @@
</properties>
<scm>
- <url>http://svn.apache.org/viewvc/sis/release-test/maven</url>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/sis/release-test/maven</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sis/release-test/maven</developerConnection>
+ <url>http://svn.apache.org/viewvc/sis/release-test/integration</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/sis/release-test/integration</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sis/release-test/integration</developerConnection>
</scm>
<repositories>
@@ -57,7 +57,7 @@
<repository>
<id>UCAR</id>
<name>UCAR repository</name>
-
<url>https://artifacts.unidata.ucar.edu/content/repositories/unidata-releases</url>
+ <url>https://artifacts.unidata.ucar.edu/repository/unidata-releases</url>
</repository>
</repositories>
@@ -262,6 +262,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>com.h2database</groupId>
+ <artifactId>h2</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>gov.nist.math</groupId>
<artifactId>jama</artifactId>
<scope>test</scope>
@@ -288,7 +293,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.8.1</version>
+ <version>3.10.1</version>
<configuration>
<release>8</release>
</configuration>
@@ -296,7 +301,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>3.0.0-M5</version>
+ <version>3.0.0-M7</version>
<configuration>
<systemProperties>
<property>
Modified: sis/release-test/maven/pom.xml
URL:
http://svn.apache.org/viewvc/sis/release-test/maven/pom.xml?rev=1905888&r1=1905887&r2=1905888&view=diff
==============================================================================
--- sis/release-test/maven/pom.xml (original)
+++ sis/release-test/maven/pom.xml Fri Dec 9 14:37:48 2022
@@ -27,11 +27,11 @@
<groupId>org.apache.sis.test</groupId>
<artifactId>maven</artifactId>
- <version>1.2</version>
+ <version>1.3</version>
<packaging>jar</packaging>
- <name>Release candidate test</name>
- <url>http://sis.apache.org</url>
+ <name>Test of Maven dependencies</name>
+ <url>https://sis.apache.org</url>
<description>
Test the Apache SIS release candidate on the staging repository.
Testers need to edit the URL of the 'sis.staging' repository below.
@@ -211,7 +211,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.8.1</version>
+ <version>3.10.1</version>
<configuration>
<release>8</release>
</configuration>
@@ -219,7 +219,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>3.0.0-M5</version>
+ <version>3.0.0-M7</version>
<configuration>
<systemProperties>
<property>