diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index 3c6fda8c6e434e5a7ad4925cffa1fdbd3f1e638d..334dc92b6b24b8fcaceca12959319133f16c3ecd 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -14,5 +14,5 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.2/apache-maven-3.9.2-bin.zip -wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip +wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar \ No newline at end of file diff --git a/pom.xml b/pom.xml index ca9ef7be9a7230fbb1109ee7e057b9f3c0b3b145..31f4a09c3fd78fc33fda5f6e23d74ded1d4e121d 100644 --- a/pom.xml +++ b/pom.xml @@ -12,6 +12,13 @@ <artifactId>FinnCerealModels</artifactId> <version>1.1.12-SNAPSHOT</version> + <repositories> + <repository> + <id>gitlab-maven</id> + <url>https://gitlab.nibio.no/api/v4/projects/401/packages/maven</url> + </repository> + </repositories> + <build> <sourceDirectory>src/main/java</sourceDirectory> <resources> @@ -25,7 +32,7 @@ <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> - <version>3.12.1</version> + <version>3.13.0</version> <configuration> <source>1.8</source> <target>1.8</target>