Skip to content

Commit

Permalink
2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
abstratt committed Sep 1, 2021
1 parent 38be702 commit 0e8922b
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion features/com.abstratt.eclipsegraphviz.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.abstratt.eclipsegraphviz.feature"
label="%featureName"
version="2.12.0"
version="2.13.0"
provider-name="%providerName">

<description>
Expand Down
4 changes: 2 additions & 2 deletions features/com.abstratt.eclipsegraphviz.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.abstratt.eclipsegraphviz</groupId>
<artifactId>com.abstratt.eclipsegraphviz.feature</artifactId>
<version>2.12.0</version>
<version>2.13.0</version>
<packaging>eclipse-feature</packaging>
<parent>
<artifactId>com.abstratt.eclipsegraphviz.parent</artifactId>
<groupId>com.abstratt.eclipsegraphviz</groupId>
<version>2.12.0</version>
<version>2.13.0</version>
<relativePath>../..</relativePath>
</parent>
<build>
Expand Down
2 changes: 1 addition & 1 deletion plugins/com.abstratt.content/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: Content Plug-in
Bundle-SymbolicName: com.abstratt.content;singleton:=true
Bundle-Version: 2.12.0
Bundle-Version: 2.13.0
Bundle-Vendor: Abstratt Technologies
Require-Bundle: com.abstratt.pluginutils,
org.eclipse.core.contenttype,
Expand Down
4 changes: 2 additions & 2 deletions plugins/com.abstratt.content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.abstratt.eclipsegraphviz</groupId>
<artifactId>com.abstratt.content</artifactId>
<version>2.12.0</version>
<version>2.13.0</version>
<packaging>eclipse-plugin</packaging>
<parent>
<artifactId>com.abstratt.eclipsegraphviz.parent</artifactId>
<groupId>com.abstratt.eclipsegraphviz</groupId>
<version>2.12.0</version>
<version>2.13.0</version>
<relativePath>../..</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion plugins/com.abstratt.graphviz.ui/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: Graphviz DOT Viewer
Bundle-SymbolicName: com.abstratt.graphviz.ui;singleton:=true
Bundle-Version: 2.12.0
Bundle-Version: 2.13.0
Bundle-Activator: com.abstratt.graphviz.ui.Activator
Bundle-Vendor: Abstratt Technologies
Require-Bundle: org.eclipse.ui,
Expand Down
4 changes: 2 additions & 2 deletions plugins/com.abstratt.graphviz.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.abstratt.eclipsegraphviz</groupId>
<artifactId>com.abstratt.graphviz.ui</artifactId>
<version>2.12.0</version>
<version>2.13.0</version>
<packaging>eclipse-plugin</packaging>
<parent>
<artifactId>com.abstratt.eclipsegraphviz.parent</artifactId>
<groupId>com.abstratt.eclipsegraphviz</groupId>
<version>2.12.0</version>
<version>2.13.0</version>
<relativePath>../..</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion plugins/com.abstratt.graphviz/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: Graphviz Plug-in
Bundle-SymbolicName: com.abstratt.graphviz;singleton:=true
Bundle-Version: 2.12.0
Bundle-Version: 2.13.0
Bundle-Vendor: Abstratt Technologies (Eclipse integration)
Bundle-Activator: com.abstratt.graphviz.GraphVizActivator
Require-Bundle: org.eclipse.osgi,
Expand Down
4 changes: 2 additions & 2 deletions plugins/com.abstratt.graphviz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.abstratt.eclipsegraphviz</groupId>
<artifactId>com.abstratt.graphviz</artifactId>
<version>2.12.0</version>
<version>2.13.0</version>
<packaging>eclipse-plugin</packaging>
<parent>
<artifactId>com.abstratt.eclipsegraphviz.parent</artifactId>
<groupId>com.abstratt.eclipsegraphviz</groupId>
<version>2.12.0</version>
<version>2.13.0</version>
<relativePath>../..</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion plugins/com.abstratt.imageviewer/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: Generic Image Viewer Plug-in
Bundle-SymbolicName: com.abstratt.imageviewer;singleton:=true
Bundle-Version: 2.12.0
Bundle-Version: 2.13.0
Bundle-Activator: com.abstratt.imageviewer.Activator
Bundle-Vendor: Abstratt Technologies
Require-Bundle: org.eclipse.core.runtime,
Expand Down
4 changes: 2 additions & 2 deletions plugins/com.abstratt.imageviewer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.abstratt.eclipsegraphviz</groupId>
<artifactId>com.abstratt.imageviewer</artifactId>
<version>2.12.0</version>
<version>2.13.0</version>
<packaging>eclipse-plugin</packaging>
<parent>
<artifactId>com.abstratt.eclipsegraphviz.parent</artifactId>
<groupId>com.abstratt.eclipsegraphviz</groupId>
<version>2.12.0</version>
<version>2.13.0</version>
<relativePath>../..</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion plugins/com.abstratt.pluginutils/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: Plug-in Utils
Bundle-SymbolicName: com.abstratt.pluginutils
Bundle-Version: 2.12.0
Bundle-Version: 2.13.0
Bundle-Vendor: Abstratt Technologies
Require-Bundle: org.eclipse.core.runtime
Export-Package: com.abstratt.pluginutils
Expand Down
4 changes: 2 additions & 2 deletions plugins/com.abstratt.pluginutils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.abstratt.eclipsegraphviz</groupId>
<artifactId>com.abstratt.pluginutils</artifactId>
<version>2.12.0</version>
<version>2.13.0</version>
<packaging>eclipse-plugin</packaging>
<parent>
<artifactId>com.abstratt.eclipsegraphviz.parent</artifactId>
<groupId>com.abstratt.eclipsegraphviz</groupId>
<version>2.12.0</version>
<version>2.13.0</version>
<relativePath>../..</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.abstratt.eclipsegraphviz</groupId>
<artifactId>com.abstratt.eclipsegraphviz.parent</artifactId>
<version>2.12.0</version>
<version>2.13.0</version>
<packaging>pom</packaging>
<parent>
<artifactId>master</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions repositories/com.abstratt.eclipsegraphviz.p2site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.abstratt.eclipsegraphviz</groupId>
<artifactId>com.abstratt.eclipsegraphviz.p2site</artifactId>
<version>2.12.0</version>
<version>2.13.0</version>
<packaging>pom</packaging>
<parent>
<artifactId>com.abstratt.eclipsegraphviz.parent</artifactId>
<groupId>com.abstratt.eclipsegraphviz</groupId>
<version>2.12.0</version>
<version>2.13.0</version>
<relativePath>../..</relativePath>
</parent>
<build>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/com.abstratt.eclipsegraphviz.feature_2.12.0.jar" id="com.abstratt.eclipsegraphviz.feature" version="2.12.0">
<feature url="features/com.abstratt.eclipsegraphviz.feature_2.13.0.jar" id="com.abstratt.eclipsegraphviz.feature" version="2.13.0">
<category name="com.abstratt.mdd.category"/>
</feature>
<category-def name="com.abstratt.mdd.category" label="Modeling"/>
Expand Down
4 changes: 2 additions & 2 deletions repositories/com.abstratt.eclipsegraphviz.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.abstratt.eclipsegraphviz</groupId>
<artifactId>com.abstratt.eclipsegraphviz.repository</artifactId>
<version>2.12.0</version>
<version>2.13.0</version>
<packaging>eclipse-repository</packaging>
<parent>
<artifactId>com.abstratt.eclipsegraphviz.parent</artifactId>
<groupId>com.abstratt.eclipsegraphviz</groupId>
<version>2.12.0</version>
<version>2.13.0</version>
<relativePath>../..</relativePath>
</parent>
</project>

0 comments on commit 0e8922b

Please sign in to comment.