diff --git a/README.md b/README.md index e114361c9..8103c39fe 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,10 @@ Notable features in recent releases, details are found in [releases](https://git Note that the version numbers of the plantuml.lib plugin are a bit special, since they use the version of the included plantuml.jar +## [1.1.29](https://github.com/hallvard/plantuml/releases/tag/1.1.29) +- Updated PlantUML library version to 1.2023.10 ([issue #145](https://github.com/hallvard/plantuml/issues/145)), see [changes](https://plantuml.com/changes). +- Fixed duplicated Java type members entries in diagrams created from Java packages. + ## [1.1.28](https://github.com/hallvard/plantuml/releases/tag/1.1.28) - Updated to use PlantUML library version 1.2023.5 ([issue #145](https://github.com/hallvard/plantuml/issues/145)), see [changes](https://plantuml.com/changes). - Updated target platform to Eclipse 2022-09 and JRE 11 (JavaSE-11). diff --git a/compositeArtifacts.xml b/compositeArtifacts.xml index 9bcd6b38e..3e269ff37 100644 --- a/compositeArtifacts.xml +++ b/compositeArtifacts.xml @@ -9,7 +9,7 @@ --> - + @@ -18,6 +18,7 @@ + @@ -27,5 +28,6 @@ + diff --git a/compositeContent.xml b/compositeContent.xml index be04efddd..9aafe217f 100644 --- a/compositeContent.xml +++ b/compositeContent.xml @@ -9,7 +9,7 @@ --> - + @@ -18,6 +18,7 @@ + @@ -27,5 +28,6 @@ + diff --git a/plantuml.eclipse/1.1.29/artifacts.jar b/plantuml.eclipse/1.1.29/artifacts.jar new file mode 100644 index 000000000..fb09d1a08 Binary files /dev/null and b/plantuml.eclipse/1.1.29/artifacts.jar differ diff --git a/plantuml.eclipse/1.1.29/artifacts.xml.xz b/plantuml.eclipse/1.1.29/artifacts.xml.xz new file mode 100644 index 000000000..ae47ace09 Binary files /dev/null and b/plantuml.eclipse/1.1.29/artifacts.xml.xz differ diff --git a/plantuml.eclipse/1.1.29/content.jar b/plantuml.eclipse/1.1.29/content.jar new file mode 100644 index 000000000..f6d9df06f Binary files /dev/null and b/plantuml.eclipse/1.1.29/content.jar differ diff --git a/plantuml.eclipse/1.1.29/content.xml.xz b/plantuml.eclipse/1.1.29/content.xml.xz new file mode 100644 index 000000000..4497ab13b Binary files /dev/null and b/plantuml.eclipse/1.1.29/content.xml.xz differ diff --git a/plantuml.eclipse/1.1.29/features/net.sourceforge.plantuml.ecore.feature.source_1.1.29.jar b/plantuml.eclipse/1.1.29/features/net.sourceforge.plantuml.ecore.feature.source_1.1.29.jar new file mode 100644 index 000000000..34c72a072 Binary files /dev/null and b/plantuml.eclipse/1.1.29/features/net.sourceforge.plantuml.ecore.feature.source_1.1.29.jar differ diff --git a/plantuml.eclipse/1.1.29/features/net.sourceforge.plantuml.ecore.feature_1.1.29.jar b/plantuml.eclipse/1.1.29/features/net.sourceforge.plantuml.ecore.feature_1.1.29.jar new file mode 100644 index 000000000..95bdd542d Binary files /dev/null and b/plantuml.eclipse/1.1.29/features/net.sourceforge.plantuml.ecore.feature_1.1.29.jar differ diff --git a/plantuml.eclipse/1.1.29/features/net.sourceforge.plantuml.feature.source_1.1.29.jar b/plantuml.eclipse/1.1.29/features/net.sourceforge.plantuml.feature.source_1.1.29.jar new file mode 100644 index 000000000..147469402 Binary files /dev/null and b/plantuml.eclipse/1.1.29/features/net.sourceforge.plantuml.feature.source_1.1.29.jar differ diff --git a/plantuml.eclipse/1.1.29/features/net.sourceforge.plantuml.feature_1.1.29.jar b/plantuml.eclipse/1.1.29/features/net.sourceforge.plantuml.feature_1.1.29.jar new file mode 100644 index 000000000..18954e579 Binary files /dev/null and b/plantuml.eclipse/1.1.29/features/net.sourceforge.plantuml.feature_1.1.29.jar differ diff --git a/plantuml.eclipse/1.1.29/p2.index b/plantuml.eclipse/1.1.29/p2.index new file mode 100644 index 000000000..6dec3f1d7 --- /dev/null +++ b/plantuml.eclipse/1.1.29/p2.index @@ -0,0 +1,4 @@ +#Thu Jul 13 15:33:01 CEST 2023 +artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\! +version=1 +metadata.repository.factory.order=content.xml.xz,content.xml,\! diff --git a/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.eclipse.imagecontrol.source_1.1.29.jar b/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.eclipse.imagecontrol.source_1.1.29.jar new file mode 100644 index 000000000..5566e28b9 Binary files /dev/null and b/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.eclipse.imagecontrol.source_1.1.29.jar differ diff --git a/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.eclipse.imagecontrol_1.1.29.jar b/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.eclipse.imagecontrol_1.1.29.jar new file mode 100644 index 000000000..a98cb6317 Binary files /dev/null and b/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.eclipse.imagecontrol_1.1.29.jar differ diff --git a/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.eclipse.source_1.1.29.jar b/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.eclipse.source_1.1.29.jar new file mode 100644 index 000000000..b58f54d20 Binary files /dev/null and b/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.eclipse.source_1.1.29.jar differ diff --git a/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.eclipse_1.1.29.jar b/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.eclipse_1.1.29.jar new file mode 100644 index 000000000..5504cef6b Binary files /dev/null and b/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.eclipse_1.1.29.jar differ diff --git a/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.ecore.source_1.1.29.jar b/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.ecore.source_1.1.29.jar new file mode 100644 index 000000000..6fac1e311 Binary files /dev/null and b/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.ecore.source_1.1.29.jar differ diff --git a/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.ecore_1.1.29.jar b/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.ecore_1.1.29.jar new file mode 100644 index 000000000..9839c3e67 Binary files /dev/null and b/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.ecore_1.1.29.jar differ diff --git a/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.jdt.source_1.1.29.jar b/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.jdt.source_1.1.29.jar new file mode 100644 index 000000000..3e6ee7489 Binary files /dev/null and b/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.jdt.source_1.1.29.jar differ diff --git a/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.jdt_1.1.29.jar b/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.jdt_1.1.29.jar new file mode 100644 index 000000000..91a591129 Binary files /dev/null and b/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.jdt_1.1.29.jar differ diff --git a/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.svg.source_1.1.29.jar b/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.svg.source_1.1.29.jar new file mode 100644 index 000000000..38af2a19c Binary files /dev/null and b/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.svg.source_1.1.29.jar differ diff --git a/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.svg_1.1.29.jar b/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.svg_1.1.29.jar new file mode 100644 index 000000000..07eb12834 Binary files /dev/null and b/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.svg_1.1.29.jar differ diff --git a/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.text.source_1.1.29.jar b/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.text.source_1.1.29.jar new file mode 100644 index 000000000..741ed6059 Binary files /dev/null and b/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.text.source_1.1.29.jar differ diff --git a/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.text_1.1.29.jar b/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.text_1.1.29.jar new file mode 100644 index 000000000..d5f4a590a Binary files /dev/null and b/plantuml.eclipse/1.1.29/plugins/net.sourceforge.plantuml.text_1.1.29.jar differ diff --git a/plantuml.lib/1.2023.10/artifacts.jar b/plantuml.lib/1.2023.10/artifacts.jar new file mode 100644 index 000000000..81b58efda Binary files /dev/null and b/plantuml.lib/1.2023.10/artifacts.jar differ diff --git a/plantuml.lib/1.2023.10/artifacts.xml.xz b/plantuml.lib/1.2023.10/artifacts.xml.xz new file mode 100644 index 000000000..b3c519cd7 Binary files /dev/null and b/plantuml.lib/1.2023.10/artifacts.xml.xz differ diff --git a/plantuml.lib/1.2023.10/content.jar b/plantuml.lib/1.2023.10/content.jar new file mode 100644 index 000000000..a2cfe5f48 Binary files /dev/null and b/plantuml.lib/1.2023.10/content.jar differ diff --git a/plantuml.lib/1.2023.10/content.xml.xz b/plantuml.lib/1.2023.10/content.xml.xz new file mode 100644 index 000000000..d4453e774 Binary files /dev/null and b/plantuml.lib/1.2023.10/content.xml.xz differ diff --git a/plantuml.lib/1.2023.10/features/net.sourceforge.plantuml.lib.elk.feature_0.7.1.jar b/plantuml.lib/1.2023.10/features/net.sourceforge.plantuml.lib.elk.feature_0.7.1.jar new file mode 100644 index 000000000..bc6690d4c Binary files /dev/null and b/plantuml.lib/1.2023.10/features/net.sourceforge.plantuml.lib.elk.feature_0.7.1.jar differ diff --git a/plantuml.lib/1.2023.10/features/net.sourceforge.plantuml.lib.feature_1.2023.10.jar b/plantuml.lib/1.2023.10/features/net.sourceforge.plantuml.lib.feature_1.2023.10.jar new file mode 100644 index 000000000..88db96017 Binary files /dev/null and b/plantuml.lib/1.2023.10/features/net.sourceforge.plantuml.lib.feature_1.2023.10.jar differ diff --git a/plantuml.lib/1.2023.10/features/net.sourceforge.plantuml.lib.jlatexmath.feature_1.0.7.jar b/plantuml.lib/1.2023.10/features/net.sourceforge.plantuml.lib.jlatexmath.feature_1.0.7.jar new file mode 100644 index 000000000..cd5344c3b Binary files /dev/null and b/plantuml.lib/1.2023.10/features/net.sourceforge.plantuml.lib.jlatexmath.feature_1.0.7.jar differ diff --git a/plantuml.lib/1.2023.10/p2.index b/plantuml.lib/1.2023.10/p2.index new file mode 100644 index 000000000..b6983a6c0 --- /dev/null +++ b/plantuml.lib/1.2023.10/p2.index @@ -0,0 +1,4 @@ +#Thu Jul 13 15:33:02 CEST 2023 +artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\! +version=1 +metadata.repository.factory.order=content.xml.xz,content.xml,\! diff --git a/plantuml.lib/1.2023.10/plugins/net.sourceforge.plantuml.lib.elk_0.7.1.jar b/plantuml.lib/1.2023.10/plugins/net.sourceforge.plantuml.lib.elk_0.7.1.jar new file mode 100644 index 000000000..7a426adb9 Binary files /dev/null and b/plantuml.lib/1.2023.10/plugins/net.sourceforge.plantuml.lib.elk_0.7.1.jar differ diff --git a/plantuml.lib/1.2023.10/plugins/net.sourceforge.plantuml.lib.jlatexmath_1.0.7.jar b/plantuml.lib/1.2023.10/plugins/net.sourceforge.plantuml.lib.jlatexmath_1.0.7.jar new file mode 100644 index 000000000..cd2b75561 Binary files /dev/null and b/plantuml.lib/1.2023.10/plugins/net.sourceforge.plantuml.lib.jlatexmath_1.0.7.jar differ diff --git a/plantuml.lib/1.2023.10/plugins/net.sourceforge.plantuml.lib_1.2023.10.jar b/plantuml.lib/1.2023.10/plugins/net.sourceforge.plantuml.lib_1.2023.10.jar new file mode 100644 index 000000000..14bab8a6c Binary files /dev/null and b/plantuml.lib/1.2023.10/plugins/net.sourceforge.plantuml.lib_1.2023.10.jar differ