[PATCH] Mit 3.2.x zusammenführen

Wald Commits scm-commit at wald.intevation.org
Wed Jul 15 11:55:17 CEST 2020


# HG changeset patch
# User Gernot Belger <g.belger at bjoernsen.de>
# Date 1594806807 -7200
#      Wed Jul 15 11:53:27 2020 +0200
# Node ID 8d11d6a17f3b4c22eceae96342f19c4c07b8800b
# Parent  05caf2e731d03f82944167421a4041afe8e39c62
# Parent  e4dd898063a2ea4de91b5e5b1a7581af1bd1ec4d
Mit 3.2.x zusammenführen

diff -r 05caf2e731d0 -r 8d11d6a17f3b .hgtags
--- a/.hgtags	Wed Oct 10 20:07:58 2018 +0200
+++ b/.hgtags	Wed Jul 15 11:53:27 2020 +0200
@@ -74,3 +74,4 @@
 0e3ecf7cd461d69e83c1a777ac368d9d4b7217ae 3.2.0
 266b599a481911cc7428a5a8904a7d47170aac88 3.2.1
 e781b847fdca562185fc23e5444b25dfbb50dfc1 3.2.2
+ccd029fbc084990f54c0c5a8beefb96d4771126c 3.2.3
diff -r 05caf2e731d0 -r 8d11d6a17f3b artifacts-common/pom.xml
--- a/artifacts-common/pom.xml	Wed Oct 10 20:07:58 2018 +0200
+++ b/artifacts-common/pom.xml	Wed Jul 15 11:53:27 2020 +0200
@@ -50,7 +50,7 @@
       <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-compiler-plugin</artifactId>
-         <version>2.0.2</version>         
+         <version>2.0.2</version>
          <configuration>
             <source>1.6</source>
             <target>1.6</target>
diff -r 05caf2e731d0 -r 8d11d6a17f3b pom.xml
--- a/pom.xml	Wed Oct 10 20:07:58 2018 +0200
+++ b/pom.xml	Wed Jul 15 11:53:27 2020 +0200
@@ -32,12 +32,12 @@
     <repository>
       <id>maven-restlet</id>
       <name>Public online Restlet repository</name>
-      <url>http://maven.restlet.org</url>
+      <url>https://maven.restlet.org</url>
     </repository>
     <repository>
       <id>maven-jetty</id>
       <name>Public jetty repository</name>
-      <url>http://oss.sonatype.org/content/groups/jetty</url>
+      <url>https://oss.sonatype.org/content/groups/jetty</url>
     </repository>
   </repositories>
   <modules>


More information about the Dive4Elements-commits mailing list