Skip to content

Commit

Permalink
Bumped version and updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
hallvard committed Apr 6, 2017
1 parent 9fd49ed commit 591cfe7
Show file tree
Hide file tree
Showing 26 changed files with 46 additions and 38 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,20 @@ Use http://files.idi.ntnu.no/publish/plantuml/repository/ as the update site URL

# Releases

The version number is a bit special, since it includes the version of the included plantuml.jar
Notable features in recent releases, details are found in [https://github.com/hallvard/plantuml/releases].
Note that the version numbers are a bit special, since they include the version of the included plantuml.jar

## [1.1.17.8059](../../releases/tag/1.1.17.8059)
- Hyperlinks that are just paths or use the platform scheme are opened in the default Eclipse editor ([issue #25](../../issues/25)). Class diagrams generated from Java code utilize this feature by including navigatable path links.

## [1.1.16.8059](../../releases/tag/1.1.16.8059)
- Open several PlantUML views and pin them to a specific resource ([issue #21](../../issues/21)). Please comment on the behaviour.
- Support for hyperlinks, see http://plantuml.com/link ([issue #24](../../issues/24))

## [1.1.14.8059](../../releases/tag/v1.1.14.8059)
- Experimental support for generating a class diagram for a set of Java files ([issue #18](../../issues/18)). Open the PlantUML Project Class Diagram and drag a Java project or package into the view (suggest improvements by adding a comment to the issue).
- support for generating class diagram for .class files shown in the Class File editor

## 1.1.13.8054
- includes EPL-ed version of plantuml.jar
- Includes EPL-ed version of plantuml.jar
- Fix for [issue #13](../../issues/13) - recompute diagram on activate not just broughtOnTop
2 changes: 1 addition & 1 deletion net.sourceforge.plantuml.eclipse.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Plantuml Plug-in test
Bundle-SymbolicName: net.sourceforge.plantuml.eclipse.test
Bundle-Version: 1.1.16.qualifier
Bundle-Version: 1.1.17.qualifier
Bundle-Vendor: PlantUML Team
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.3.1",
org.eclipse.core.resources;bundle-version="3.3.1",
Expand Down
4 changes: 2 additions & 2 deletions net.sourceforge.plantuml.eclipse.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>net.sourceforge.plantuml.parent</artifactId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.17-SNAPSHOT</version>
<relativePath>../net.sourceforge.plantuml.parent</relativePath>
</parent>

Expand All @@ -24,5 +24,5 @@
</plugin>
</plugins>
</build>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.17-SNAPSHOT</version>
</project>
2 changes: 1 addition & 1 deletion net.sourceforge.plantuml.eclipse/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Plantuml Plug-in
Bundle-SymbolicName: net.sourceforge.plantuml.eclipse; singleton:=true
Bundle-Version: 1.1.16.qualifier
Bundle-Version: 1.1.17.qualifier
Bundle-Activator: net.sourceforge.plantuml.eclipse.Activator
Bundle-Vendor: PlantUML Team
Require-Bundle: org.eclipse.ui.ide;bundle-version="3.10.2",
Expand Down
2 changes: 1 addition & 1 deletion net.sourceforge.plantuml.eclipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>net.sourceforge.plantuml.parent</artifactId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.17-SNAPSHOT</version>
<relativePath>../net.sourceforge.plantuml.parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions net.sourceforge.plantuml.ecore.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="net.sourceforge.plantuml.ecore.feature"
label="%featureName"
version="1.1.16.qualifier"
version="1.1.17.qualifier"
provider-name="PlantUML Team">

<description url="http://plantuml.sourceforge.net/">
Expand All @@ -25,7 +25,7 @@
id="net.sourceforge.plantuml.ecore"
download-size="0"
install-size="0"
version="1.1.16.qualifier"
version="1.1.17.qualifier"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion net.sourceforge.plantuml.ecore.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>net.sourceforge.plantuml.parent</artifactId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.17-SNAPSHOT</version>
<relativePath>../net.sourceforge.plantuml.parent</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion net.sourceforge.plantuml.ecore/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Ecore PlantUML mapping
Bundle-SymbolicName: net.sourceforge.plantuml.ecore; singleton:=true
Bundle-Version: 1.1.16.qualifier
Bundle-Version: 1.1.17.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: net.sourceforge.plantuml.ecore
Import-Package: net.sourceforge.plantuml.eclipse.utils,
Expand Down
2 changes: 1 addition & 1 deletion net.sourceforge.plantuml.ecore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>net.sourceforge.plantuml.parent</artifactId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.17-SNAPSHOT</version>
<relativePath>../net.sourceforge.plantuml.parent</relativePath>
</parent>

Expand Down
10 changes: 5 additions & 5 deletions net.sourceforge.plantuml.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="net.sourceforge.plantuml.feature"
label="%featureName"
version="1.1.16.qualifier"
version="1.1.17.qualifier"
provider-name="PlantUML Team">

<description url="http://plantuml.sourceforge.net/">
Expand All @@ -18,28 +18,28 @@
</license>

<requires>
<import feature="net.sourceforge.plantuml.lib.feature" version="1.1.16.8059"/>
<import feature="net.sourceforge.plantuml.lib.feature" version="1.1.17.8059"/>
</requires>

<plugin
id="net.sourceforge.plantuml.eclipse"
download-size="0"
install-size="0"
version="1.1.16.qualifier"
version="1.1.17.qualifier"
unpack="false"/>

<plugin
id="net.sourceforge.plantuml.jdt"
download-size="0"
install-size="0"
version="1.1.16.qualifier"
version="1.1.17.qualifier"
unpack="false"/>

<plugin
id="net.sourceforge.plantuml.text"
download-size="0"
install-size="0"
version="1.1.16.qualifier"
version="1.1.17.qualifier"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion net.sourceforge.plantuml.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>net.sourceforge.plantuml.parent</artifactId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.17-SNAPSHOT</version>
<relativePath>../net.sourceforge.plantuml.parent</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion net.sourceforge.plantuml.jdt.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Plantuml Java Support Test
Bundle-SymbolicName: net.sourceforge.plantuml.jdt.test
Bundle-Version: 1.1.16.qualifier
Bundle-Version: 1.1.17.qualifier
Bundle-Vendor: PlantUML Team
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.3.1",
org.eclipse.core.resources;bundle-version="3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion net.sourceforge.plantuml.jdt.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>net.sourceforge.plantuml.parent</artifactId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.17-SNAPSHOT</version>
<relativePath>../net.sourceforge.plantuml.parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion net.sourceforge.plantuml.jdt/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: PlantUML Java Support
Bundle-SymbolicName: net.sourceforge.plantuml.jdt;singleton:=true
Bundle-Version: 1.1.16.qualifier
Bundle-Version: 1.1.17.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: net.sourceforge.plantuml.eclipse;bundle-version="1.1.13",
org.eclipse.ui;bundle-version="3.106.1"
Expand Down
2 changes: 1 addition & 1 deletion net.sourceforge.plantuml.jdt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>net.sourceforge.plantuml.parent</artifactId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.17-SNAPSHOT</version>
<relativePath>../net.sourceforge.plantuml.parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions net.sourceforge.plantuml.lib.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="net.sourceforge.plantuml.lib.feature"
label="%featureName"
version="1.1.16.8059"
version="1.1.17.8059"
provider-name="PlantUML Team">

<description url="http://plantuml.sourceforge.net/">
Expand All @@ -21,6 +21,6 @@
id="net.sourceforge.plantuml.lib"
download-size="0"
install-size="0"
version="1.1.16.8059"/>
version="1.1.17.8059"/>

</feature>
4 changes: 2 additions & 2 deletions net.sourceforge.plantuml.lib.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>net.sourceforge.plantuml.lib.feature</artifactId>
<packaging>eclipse-feature</packaging>
<version>1.1.16.8059</version>
<version>1.1.17.8059</version>

<parent>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>net.sourceforge.plantuml.parent</artifactId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.17-SNAPSHOT</version>
<relativePath>../net.sourceforge.plantuml.parent</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion net.sourceforge.plantuml.lib/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Plantuml library plug-in
Bundle-SymbolicName: net.sourceforge.plantuml.lib
Bundle-Version: 1.1.16.8059
Bundle-Version: 1.1.17.8059
Bundle-Vendor: PlantUML Team
Bundle-ClassPath: lib/plantuml-epl-8059.jar
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Expand Down
4 changes: 2 additions & 2 deletions net.sourceforge.plantuml.lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>net.sourceforge.plantuml.lib</artifactId>
<packaging>eclipse-plugin</packaging>
<version>1.1.16.8059</version>
<version>1.1.17.8059</version>

<parent>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>net.sourceforge.plantuml.parent</artifactId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.17-SNAPSHOT</version>
<relativePath>../net.sourceforge.plantuml.parent</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion net.sourceforge.plantuml.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>net.sourceforge.plantuml.parent</artifactId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.17-SNAPSHOT</version>
<packaging>pom</packaging>
<name>net.sourceforge.plantuml maven parent project</name>

Expand Down
6 changes: 3 additions & 3 deletions net.sourceforge.plantuml.repository/category.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/net.sourceforge.plantuml.ecore.feature_1.1.16.qualifier.jar" id="net.sourceforge.plantuml.ecore.feature" version="1.1.16.qualifier">
<feature url="features/net.sourceforge.plantuml.ecore.feature_1.1.17.qualifier.jar" id="net.sourceforge.plantuml.ecore.feature" version="1.1.17.qualifier">
<category name="net.sourceforge.plantuml.feature"/>
</feature>
<feature url="features/net.sourceforge.plantuml.lib.feature_1.1.16.8059.jar" id="net.sourceforge.plantuml.lib.feature" version="1.1.16.8059">
<feature url="features/net.sourceforge.plantuml.lib.feature_1.1.17.8059.jar" id="net.sourceforge.plantuml.lib.feature" version="1.1.17.8059">
<category name="net.sourceforge.plantuml.feature"/>
</feature>
<feature url="features/net.sourceforge.plantuml.feature_1.1.16.qualifier.jar" id="net.sourceforge.plantuml.feature" version="1.1.16.qualifier">
<feature url="features/net.sourceforge.plantuml.feature_1.1.17.qualifier.jar" id="net.sourceforge.plantuml.feature" version="1.1.17.qualifier">
<category name="net.sourceforge.plantuml.feature"/>
</feature>
<category-def name="net.sourceforge.plantuml.feature" label="PlantUML Eclipse support"/>
Expand Down
2 changes: 1 addition & 1 deletion net.sourceforge.plantuml.target/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>net.sourceforge.plantuml.parent</artifactId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.17-SNAPSHOT</version>
<relativePath>../net.sourceforge.plantuml.parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion net.sourceforge.plantuml.text.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Plantuml Text Editor Support Test
Bundle-SymbolicName: net.sourceforge.plantuml.text.test
Bundle-Version: 1.1.16.qualifier
Bundle-Version: 1.1.17.qualifier
Bundle-Vendor: PlantUML Team
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.3.1",
org.eclipse.core.resources;bundle-version="3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion net.sourceforge.plantuml.text.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>net.sourceforge.plantuml.parent</artifactId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.17-SNAPSHOT</version>
<relativePath>../net.sourceforge.plantuml.parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion net.sourceforge.plantuml.text/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: PlantUML Text Editor Support
Bundle-SymbolicName: net.sourceforge.plantuml.text;singleton:=true
Bundle-Version: 1.1.16.qualifier
Bundle-Version: 1.1.17.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: net.sourceforge.plantuml.text
Import-Package: net.sourceforge.plantuml.eclipse.utils,
Expand Down
2 changes: 1 addition & 1 deletion net.sourceforge.plantuml.text/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>net.sourceforge.plantuml.parent</artifactId>
<version>1.1.16-SNAPSHOT</version>
<version>1.1.17-SNAPSHOT</version>
<relativePath>../net.sourceforge.plantuml.parent</relativePath>
</parent>

Expand Down

0 comments on commit 591cfe7

Please sign in to comment.