diff --git a/gradle.properties b/gradle.properties index faafaa448..42657a6f1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ # Warning, "version" should be the same in gradle.properties and Version.java # Any idea anyone how to magically synchronize those :-) ? -version = 1.2024.2beta1 +version = 1.2024.2 org.gradle.workers.max = 3 \ No newline at end of file diff --git a/src/net/sourceforge/plantuml/klimt/drawing/g2d/ExtendedGeneralPath.java b/src/net/sourceforge/plantuml/klimt/drawing/g2d/ExtendedGeneralPath.java index 37bfe9b7b..1ff88279b 100644 --- a/src/net/sourceforge/plantuml/klimt/drawing/g2d/ExtendedGeneralPath.java +++ b/src/net/sourceforge/plantuml/klimt/drawing/g2d/ExtendedGeneralPath.java @@ -35,25 +35,6 @@ */ package net.sourceforge.plantuml.klimt.drawing.g2d; -/* - - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - */ - import java.awt.Rectangle; import java.awt.Shape; import java.awt.geom.AffineTransform; diff --git a/src/net/sourceforge/plantuml/version/Version.java b/src/net/sourceforge/plantuml/version/Version.java index 9dc1f8365..c4fd81c82 100644 --- a/src/net/sourceforge/plantuml/version/Version.java +++ b/src/net/sourceforge/plantuml/version/Version.java @@ -46,7 +46,7 @@ public class Version { // Warning, "version" should be the same in gradle.properties and Version.java // Any idea anyone how to magically synchronize those :-) ? - private static final String version = "1.2024.2beta1"; + private static final String version = "1.2024.2"; public static String versionString() { return version; @@ -80,7 +80,7 @@ public class Version { } public static long compileTime() { - return 1706811534365L; + return 1707932786357L; } public static String compileTimeString() { diff --git a/stdlib/awslib14-abx.repx b/stdlib/awslib14-abx.repx index df02cc142..515704a87 100644 Binary files a/stdlib/awslib14-abx.repx and b/stdlib/awslib14-abx.repx differ diff --git a/stdlib/azure-abx.repx b/stdlib/azure-abx.repx index ec8a89f67..d765e254e 100644 Binary files a/stdlib/azure-abx.repx and b/stdlib/azure-abx.repx differ diff --git a/stdlib/gcp-abx.repx b/stdlib/gcp-abx.repx index 259b440cb..df8f296e8 100644 Binary files a/stdlib/gcp-abx.repx and b/stdlib/gcp-abx.repx differ diff --git a/stdlib/office-abx.repx b/stdlib/office-abx.repx index f0069b29f..7a4ee4f97 100644 Binary files a/stdlib/office-abx.repx and b/stdlib/office-abx.repx differ