From 369748195f78006b7c33d9cb8205eb50b264d519 Mon Sep 17 00:00:00 2001 From: Rafael Chaves Date: Wed, 1 Sep 2021 15:03:26 -0300 Subject: [PATCH] 2.12.0 --- features/com.abstratt.eclipsegraphviz.feature/feature.xml | 2 +- features/com.abstratt.eclipsegraphviz.feature/pom.xml | 4 ++-- plugins/com.abstratt.content/META-INF/MANIFEST.MF | 2 +- plugins/com.abstratt.content/pom.xml | 4 ++-- plugins/com.abstratt.graphviz.ui/META-INF/MANIFEST.MF | 2 +- plugins/com.abstratt.graphviz.ui/pom.xml | 4 ++-- plugins/com.abstratt.graphviz/META-INF/MANIFEST.MF | 2 +- plugins/com.abstratt.graphviz/pom.xml | 4 ++-- plugins/com.abstratt.imageviewer/META-INF/MANIFEST.MF | 2 +- plugins/com.abstratt.imageviewer/pom.xml | 4 ++-- plugins/com.abstratt.pluginutils/META-INF/MANIFEST.MF | 2 +- plugins/com.abstratt.pluginutils/pom.xml | 4 ++-- pom.xml | 2 +- repositories/com.abstratt.eclipsegraphviz.p2site/pom.xml | 4 ++-- .../com.abstratt.eclipsegraphviz.repository/category.xml | 2 +- repositories/com.abstratt.eclipsegraphviz.repository/pom.xml | 4 ++-- 16 files changed, 24 insertions(+), 24 deletions(-) diff --git a/features/com.abstratt.eclipsegraphviz.feature/feature.xml b/features/com.abstratt.eclipsegraphviz.feature/feature.xml index e30080a..1b693d3 100755 --- a/features/com.abstratt.eclipsegraphviz.feature/feature.xml +++ b/features/com.abstratt.eclipsegraphviz.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/features/com.abstratt.eclipsegraphviz.feature/pom.xml b/features/com.abstratt.eclipsegraphviz.feature/pom.xml index 5428bde..46d2bb2 100755 --- a/features/com.abstratt.eclipsegraphviz.feature/pom.xml +++ b/features/com.abstratt.eclipsegraphviz.feature/pom.xml @@ -4,12 +4,12 @@ 4.0.0 com.abstratt.eclipsegraphviz com.abstratt.eclipsegraphviz.feature - 2.11.0-SNAPSHOT + 2.12.0 eclipse-feature com.abstratt.eclipsegraphviz.parent com.abstratt.eclipsegraphviz - 2.11.0-SNAPSHOT + 2.12.0 ../.. diff --git a/plugins/com.abstratt.content/META-INF/MANIFEST.MF b/plugins/com.abstratt.content/META-INF/MANIFEST.MF index 0b57eef..764f7af 100755 --- a/plugins/com.abstratt.content/META-INF/MANIFEST.MF +++ b/plugins/com.abstratt.content/META-INF/MANIFEST.MF @@ -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.11.0.qualifier +Bundle-Version: 2.12.0 Bundle-Vendor: Abstratt Technologies Require-Bundle: com.abstratt.pluginutils, org.eclipse.core.contenttype, diff --git a/plugins/com.abstratt.content/pom.xml b/plugins/com.abstratt.content/pom.xml index e2c49fd..464bc6b 100755 --- a/plugins/com.abstratt.content/pom.xml +++ b/plugins/com.abstratt.content/pom.xml @@ -4,12 +4,12 @@ 4.0.0 com.abstratt.eclipsegraphviz com.abstratt.content - 2.11.0-SNAPSHOT + 2.12.0 eclipse-plugin com.abstratt.eclipsegraphviz.parent com.abstratt.eclipsegraphviz - 2.11.0-SNAPSHOT + 2.12.0 ../.. diff --git a/plugins/com.abstratt.graphviz.ui/META-INF/MANIFEST.MF b/plugins/com.abstratt.graphviz.ui/META-INF/MANIFEST.MF index 042fd8b..00037cd 100755 --- a/plugins/com.abstratt.graphviz.ui/META-INF/MANIFEST.MF +++ b/plugins/com.abstratt.graphviz.ui/META-INF/MANIFEST.MF @@ -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.11.0.qualifier +Bundle-Version: 2.12.0 Bundle-Activator: com.abstratt.graphviz.ui.Activator Bundle-Vendor: Abstratt Technologies Require-Bundle: org.eclipse.ui, diff --git a/plugins/com.abstratt.graphviz.ui/pom.xml b/plugins/com.abstratt.graphviz.ui/pom.xml index 395c193..d4f2de4 100755 --- a/plugins/com.abstratt.graphviz.ui/pom.xml +++ b/plugins/com.abstratt.graphviz.ui/pom.xml @@ -4,12 +4,12 @@ 4.0.0 com.abstratt.eclipsegraphviz com.abstratt.graphviz.ui - 2.11.0-SNAPSHOT + 2.12.0 eclipse-plugin com.abstratt.eclipsegraphviz.parent com.abstratt.eclipsegraphviz - 2.11.0-SNAPSHOT + 2.12.0 ../.. diff --git a/plugins/com.abstratt.graphviz/META-INF/MANIFEST.MF b/plugins/com.abstratt.graphviz/META-INF/MANIFEST.MF index 0280e28..415ed0e 100755 --- a/plugins/com.abstratt.graphviz/META-INF/MANIFEST.MF +++ b/plugins/com.abstratt.graphviz/META-INF/MANIFEST.MF @@ -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.11.0.qualifier +Bundle-Version: 2.12.0 Bundle-Vendor: Abstratt Technologies (Eclipse integration) Bundle-Activator: com.abstratt.graphviz.GraphVizActivator Require-Bundle: org.eclipse.osgi, diff --git a/plugins/com.abstratt.graphviz/pom.xml b/plugins/com.abstratt.graphviz/pom.xml index 28307f5..148aaa0 100755 --- a/plugins/com.abstratt.graphviz/pom.xml +++ b/plugins/com.abstratt.graphviz/pom.xml @@ -4,12 +4,12 @@ 4.0.0 com.abstratt.eclipsegraphviz com.abstratt.graphviz - 2.11.0-SNAPSHOT + 2.12.0 eclipse-plugin com.abstratt.eclipsegraphviz.parent com.abstratt.eclipsegraphviz - 2.11.0-SNAPSHOT + 2.12.0 ../.. diff --git a/plugins/com.abstratt.imageviewer/META-INF/MANIFEST.MF b/plugins/com.abstratt.imageviewer/META-INF/MANIFEST.MF index 3a8e1ee..3b9d082 100755 --- a/plugins/com.abstratt.imageviewer/META-INF/MANIFEST.MF +++ b/plugins/com.abstratt.imageviewer/META-INF/MANIFEST.MF @@ -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.11.0.qualifier +Bundle-Version: 2.12.0 Bundle-Activator: com.abstratt.imageviewer.Activator Bundle-Vendor: Abstratt Technologies Require-Bundle: org.eclipse.core.runtime, diff --git a/plugins/com.abstratt.imageviewer/pom.xml b/plugins/com.abstratt.imageviewer/pom.xml index 1bde002..f6b6cd3 100755 --- a/plugins/com.abstratt.imageviewer/pom.xml +++ b/plugins/com.abstratt.imageviewer/pom.xml @@ -4,12 +4,12 @@ 4.0.0 com.abstratt.eclipsegraphviz com.abstratt.imageviewer - 2.11.0-SNAPSHOT + 2.12.0 eclipse-plugin com.abstratt.eclipsegraphviz.parent com.abstratt.eclipsegraphviz - 2.11.0-SNAPSHOT + 2.12.0 ../.. diff --git a/plugins/com.abstratt.pluginutils/META-INF/MANIFEST.MF b/plugins/com.abstratt.pluginutils/META-INF/MANIFEST.MF index 5b35b7b..a1b9830 100755 --- a/plugins/com.abstratt.pluginutils/META-INF/MANIFEST.MF +++ b/plugins/com.abstratt.pluginutils/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Plug-in Utils Bundle-SymbolicName: com.abstratt.pluginutils -Bundle-Version: 2.11.0.qualifier +Bundle-Version: 2.12.0 Bundle-Vendor: Abstratt Technologies Require-Bundle: org.eclipse.core.runtime Export-Package: com.abstratt.pluginutils diff --git a/plugins/com.abstratt.pluginutils/pom.xml b/plugins/com.abstratt.pluginutils/pom.xml index c1c7ad3..9d4613b 100755 --- a/plugins/com.abstratt.pluginutils/pom.xml +++ b/plugins/com.abstratt.pluginutils/pom.xml @@ -4,12 +4,12 @@ 4.0.0 com.abstratt.eclipsegraphviz com.abstratt.pluginutils - 2.11.0-SNAPSHOT + 2.12.0 eclipse-plugin com.abstratt.eclipsegraphviz.parent com.abstratt.eclipsegraphviz - 2.11.0-SNAPSHOT + 2.12.0 ../.. diff --git a/pom.xml b/pom.xml index 4aac667..7a14e46 100755 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.abstratt.eclipsegraphviz com.abstratt.eclipsegraphviz.parent - 2.11.0-SNAPSHOT + 2.12.0 pom master diff --git a/repositories/com.abstratt.eclipsegraphviz.p2site/pom.xml b/repositories/com.abstratt.eclipsegraphviz.p2site/pom.xml index 8f20ab8..270ba70 100644 --- a/repositories/com.abstratt.eclipsegraphviz.p2site/pom.xml +++ b/repositories/com.abstratt.eclipsegraphviz.p2site/pom.xml @@ -5,12 +5,12 @@ 4.0.0 com.abstratt.eclipsegraphviz com.abstratt.eclipsegraphviz.p2site - 2.11.0-SNAPSHOT + 2.12.0 pom com.abstratt.eclipsegraphviz.parent com.abstratt.eclipsegraphviz - 2.11.0-SNAPSHOT + 2.12.0 ../.. diff --git a/repositories/com.abstratt.eclipsegraphviz.repository/category.xml b/repositories/com.abstratt.eclipsegraphviz.repository/category.xml index 83aeb64..d2bf5a8 100755 --- a/repositories/com.abstratt.eclipsegraphviz.repository/category.xml +++ b/repositories/com.abstratt.eclipsegraphviz.repository/category.xml @@ -1,6 +1,6 @@ - + diff --git a/repositories/com.abstratt.eclipsegraphviz.repository/pom.xml b/repositories/com.abstratt.eclipsegraphviz.repository/pom.xml index a0e4ea8..947270c 100755 --- a/repositories/com.abstratt.eclipsegraphviz.repository/pom.xml +++ b/repositories/com.abstratt.eclipsegraphviz.repository/pom.xml @@ -5,12 +5,12 @@ 4.0.0 com.abstratt.eclipsegraphviz com.abstratt.eclipsegraphviz.repository - 2.11.0-SNAPSHOT + 2.12.0 eclipse-repository com.abstratt.eclipsegraphviz.parent com.abstratt.eclipsegraphviz - 2.11.0-SNAPSHOT + 2.12.0 ../..