Skip to content

Commit

Permalink
New release (1.1.28)
Browse files Browse the repository at this point in the history
  • Loading branch information
travkin79 committed May 30, 2023
1 parent b1e26f4 commit 586dec8
Show file tree
Hide file tree
Showing 35 changed files with 19 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ We use github pages @ http://hallvard.github.io/plantuml as the update site URL,
Notable features in recent releases, details are found in [releases](https://github.com/hallvard/plantuml/releases).
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.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).

## [1.1.27](https://github.com/hallvard/plantuml/releases/tag/1.1.27)
- Support for injecting code into diagrams, based on regular expressions on the diagram text, e.g. custom styles can be inserted all state diagrams. See section about custom properties.
- Updated to use PlantUML library version 1.2022.7 ([issue #145](https://github.com/hallvard/plantuml/issues/145)), see [changes](https://plantuml.com/changes).
Expand Down
4 changes: 3 additions & 1 deletion compositeArtifacts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@
<property name='p2.atomic.composite.loading' value='true' />
-->
</properties>
<children size='15'>
<children size='17'>
<child location='plantuml.lib/1.2018.9' />
<child location='plantuml.lib/1.2018.12' />
<child location='plantuml.lib/1.2019.0' />
<child location='plantuml.lib/1.2019.11' />
<child location='plantuml.lib/1.2021.3' />
<child location='plantuml.lib/1.2021.5' />
<child location='plantuml.lib/1.2022.7' />
<child location='plantuml.lib/1.2023.5' />
<child location='plantuml.eclipse/1.1.20' />
<child location='plantuml.eclipse/1.1.21' />
<child location='plantuml.eclipse/1.1.22' />
Expand All @@ -25,5 +26,6 @@
<child location='plantuml.eclipse/1.1.25' />
<child location='plantuml.eclipse/1.1.26' />
<child location='plantuml.eclipse/1.1.27' />
<child location='plantuml.eclipse/1.1.28' />
</children>
</repository>
4 changes: 3 additions & 1 deletion compositeContent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@
<property name='p2.atomic.composite.loading' value='true' />
-->
</properties>
<children size='15'>
<children size='17'>
<child location='plantuml.lib/1.2018.9' />
<child location='plantuml.lib/1.2018.12' />
<child location='plantuml.lib/1.2019.0' />
<child location='plantuml.lib/1.2019.11' />
<child location='plantuml.lib/1.2021.3' />
<child location='plantuml.lib/1.2021.5' />
<child location='plantuml.lib/1.2022.7' />
<child location='plantuml.lib/1.2023.5' />
<child location='plantuml.eclipse/1.1.20' />
<child location='plantuml.eclipse/1.1.21' />
<child location='plantuml.eclipse/1.1.22' />
Expand All @@ -25,5 +26,6 @@
<child location='plantuml.eclipse/1.1.25' />
<child location='plantuml.eclipse/1.1.26' />
<child location='plantuml.eclipse/1.1.27' />
<child location='plantuml.eclipse/1.1.28' />
</children>
</repository>
Binary file added plantuml.eclipse/1.1.28/artifacts.jar
Binary file not shown.
Binary file added plantuml.eclipse/1.1.28/artifacts.xml.xz
Binary file not shown.
Binary file added plantuml.eclipse/1.1.28/content.jar
Binary file not shown.
Binary file added plantuml.eclipse/1.1.28/content.xml.xz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions plantuml.eclipse/1.1.28/p2.index
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Tue May 30 16:30:39 CEST 2023
artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\!
version=1
metadata.repository.factory.order=content.xml.xz,content.xml,\!
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added plantuml.lib/1.2023.5/artifacts.jar
Binary file not shown.
Binary file added plantuml.lib/1.2023.5/artifacts.xml.xz
Binary file not shown.
Binary file added plantuml.lib/1.2023.5/content.jar
Binary file not shown.
Binary file added plantuml.lib/1.2023.5/content.xml.xz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions plantuml.lib/1.2023.5/p2.index
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Tue May 30 16:30:40 CEST 2023
artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\!
version=1
metadata.repository.factory.order=content.xml.xz,content.xml,\!
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 586dec8

Please sign in to comment.