File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+
3
+ Copyright (c) 2021-2025, C. Amengual.
4
+
5
+ Licensed under a BSD-style License. You can find the license here:
6
+ https://css4j.github.io/LICENSE.txt
7
+
8
+ */
9
+
10
+ // SPDX-License-Identifier: BSD-3-Clause
11
+
1
12
plugins {
2
13
id ' web-apis.java-conventions'
3
14
}
Original file line number Diff line number Diff line change
1
+ /*
2
+
3
+ Copyright (c) 2021-2025, C. Amengual.
4
+
5
+ Licensed under a BSD-style License. You can find the license here:
6
+ https://css4j.github.io/LICENSE.txt
7
+
8
+ */
9
+
10
+ // SPDX-License-Identifier: BSD-3-Clause
11
+
1
12
plugins {
2
13
id ' web-apis.java-conventions'
3
14
}
@@ -9,7 +20,7 @@ dependencies {
9
20
10
21
description = ' io.sf.carte:svgom-api'
11
22
12
- version = ' 1.1.3 '
23
+ version = ' 1.1.4-SNAPSHOT '
13
24
14
25
publishing. publications. maven(MavenPublication ). pom {
15
26
description = " SVGOM 1.1 API Java binding"
You can’t perform that action at this time.
0 commit comments