Skip to content

Commit

Permalink
chore: version 1.2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudroques committed Feb 14, 2024
1 parent ac8e785 commit cfa16d0
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 22 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions src/net/sourceforge/plantuml/version/Version.java
Expand Up @@ -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;
Expand Down Expand Up @@ -80,7 +80,7 @@ public static String turningId() {
}

public static long compileTime() {
return 1706811534365L;
return 1707932786357L;
}

public static String compileTimeString() {
Expand Down
Binary file modified stdlib/awslib14-abx.repx
Binary file not shown.
Binary file modified stdlib/azure-abx.repx
Binary file not shown.
Binary file modified stdlib/gcp-abx.repx
Binary file not shown.
Binary file modified stdlib/office-abx.repx
Binary file not shown.

0 comments on commit cfa16d0

Please sign in to comment.