Added pom files to the committed plugins and updated everything accordingly
diff --git a/we-plugins/jwt-we-view-bpmn/META-INF/MANIFEST.MF b/we-plugins/jwt-we-view-bpmn/META-INF/MANIFEST.MF
index 77aef1b..fdf89b9 100644
--- a/we-plugins/jwt-we-view-bpmn/META-INF/MANIFEST.MF
+++ b/we-plugins/jwt-we-view-bpmn/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Jwt-we-view-bpmn
-Bundle-SymbolicName: jwt.we.view.bpmn;singleton:=true
+Bundle-SymbolicName: org.eclipse.jwt.we.plugins.viewbpmn;singleton:=true
Bundle-Version: 1.3.0.qualifier
Bundle-Activator: org.eclipse.jwt.we.plugins.viewbpmn.Activator
Require-Bundle: org.eclipse.core.runtime,
diff --git a/we-plugins/jwt-we-view-bpmn/pom.xml b/we-plugins/jwt-we-view-bpmn/pom.xml
index 5ff455e..ae4bab6 100644
--- a/we-plugins/jwt-we-view-bpmn/pom.xml
+++ b/we-plugins/jwt-we-view-bpmn/pom.xml
@@ -9,6 +9,6 @@
<version>1.3.0.qualifier</version>
</parent>
- <artifactId>jwt.we.view.bpmn</artifactId>
+ <artifactId>org.eclipse.jwt.we.plugins.viewbpmn</artifactId>
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file