Fix bundle name in .bnd file. Use latest SNAPSHOTs
authorbsinou <bsinou@argeo.org>
Sun, 12 Mar 2017 20:02:26 +0000 (21:02 +0100)
committerbsinou <bsinou@argeo.org>
Sun, 12 Mar 2017 20:02:26 +0000 (21:02 +0100)
org.argeo.suite.apps/bnd.bnd
pom.xml

index 3e3b54ab30e438f130ebda89fb095dcaf3910058..9b62a3f29177ffcae6bd71c0ef35d0ee2de84e92 100644 (file)
@@ -3,7 +3,7 @@ cms.datamodel; filter:="(name=documents)",\
 cms.datamodel; filter:="(name=tracker)"
 
 Bundle-Activator: org.argeo.suite.workbench.AsUiPlugin
-Bundle-SymbolicName: org.argeo.suite.app;singleton:=true
+Bundle-SymbolicName: org.argeo.suite.apps;singleton:=true
 Require-Bundle: org.eclipse.core.runtime,\
  org.eclipse.rap.ui,\
  org.eclipse.rap.ui.workbench
diff --git a/pom.xml b/pom.xml
index 7b02e85025644c73e9510322929693783b964705..6d1dbd44c5c672befa07d254d1ba8615bb45aece 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.63</version>
+               <version>2.1.64-SNAPSHOT</version>
        </parent>
        <groupId>org.argeo.suite</groupId>
        <artifactId>argeo-suite</artifactId>