Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dmx-platform
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
68
Issues
68
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dmx-platform
dmx-platform
Commits
469939a4
Commit
469939a4
authored
May 29, 2019
by
Jörg Richter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
5.0-beta-3 Release
parent
c873bf62
Pipeline
#6663
passed with stage
in 3 minutes and 14 seconds
Changes
35
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
35 changed files
with
106 additions
and
106 deletions
+106
-106
modules/dmx-accesscontrol/pom.xml
modules/dmx-accesscontrol/pom.xml
+4
-4
modules/dmx-base/pom.xml
modules/dmx-base/pom.xml
+2
-2
modules/dmx-bookmarks/pom.xml
modules/dmx-bookmarks/pom.xml
+2
-2
modules/dmx-caching/pom.xml
modules/dmx-caching/pom.xml
+3
-3
modules/dmx-config/pom.xml
modules/dmx-config/pom.xml
+2
-2
modules/dmx-contacts/pom.xml
modules/dmx-contacts/pom.xml
+2
-2
modules/dmx-core/pom.xml
modules/dmx-core/pom.xml
+2
-2
modules/dmx-datetime/pom.xml
modules/dmx-datetime/pom.xml
+2
-2
modules/dmx-distribution/pom.xml
modules/dmx-distribution/pom.xml
+5
-5
modules/dmx-events/pom.xml
modules/dmx-events/pom.xml
+3
-3
modules/dmx-facets/pom.xml
modules/dmx-facets/pom.xml
+2
-2
modules/dmx-features/pom.xml
modules/dmx-features/pom.xml
+2
-2
modules/dmx-filemanager/pom.xml
modules/dmx-filemanager/pom.xml
+2
-2
modules/dmx-files/pom.xml
modules/dmx-files/pom.xml
+3
-3
modules/dmx-geomaps/pom.xml
modules/dmx-geomaps/pom.xml
+4
-4
modules/dmx-help/pom.xml
modules/dmx-help/pom.xml
+2
-2
modules/dmx-module/pom.xml
modules/dmx-module/pom.xml
+2
-2
modules/dmx-notes/pom.xml
modules/dmx-notes/pom.xml
+2
-2
modules/dmx-plugin/pom.xml
modules/dmx-plugin/pom.xml
+3
-3
modules/dmx-provision/3rd-party-bundles/pom.xml
modules/dmx-provision/3rd-party-bundles/pom.xml
+3
-3
modules/dmx-provision/deepamehta-bundles/pom.xml
modules/dmx-provision/deepamehta-bundles/pom.xml
+24
-24
modules/dmx-provision/felix-bundles/pom.xml
modules/dmx-provision/felix-bundles/pom.xml
+2
-2
modules/dmx-provision/pom.xml
modules/dmx-provision/pom.xml
+2
-2
modules/dmx-storage-neo4j/pom.xml
modules/dmx-storage-neo4j/pom.xml
+2
-2
modules/dmx-storage-neo4j/src/test/java/systems/dmx/storage/neo4j/Neo4jStorageTest.java
...test/java/systems/dmx/storage/neo4j/Neo4jStorageTest.java
+1
-1
modules/dmx-tags/pom.xml
modules/dmx-tags/pom.xml
+2
-2
modules/dmx-test/pom.xml
modules/dmx-test/pom.xml
+4
-4
modules/dmx-timestamps/pom.xml
modules/dmx-timestamps/pom.xml
+2
-2
modules/dmx-topicmaps/pom.xml
modules/dmx-topicmaps/pom.xml
+2
-2
modules/dmx-webclient/pom.xml
modules/dmx-webclient/pom.xml
+2
-2
modules/dmx-webclient/src/main/resources/index.html
modules/dmx-webclient/src/main/resources/index.html
+1
-1
modules/dmx-webservice/pom.xml
modules/dmx-webservice/pom.xml
+2
-2
modules/dmx-workspaces/pom.xml
modules/dmx-workspaces/pom.xml
+5
-5
package.json
package.json
+1
-1
pom.xml
pom.xml
+2
-2
No files found.
modules/dmx-accesscontrol/pom.xml
View file @
469939a4
...
...
@@ -7,13 +7,13 @@
<name>
DMX Access Control
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-accesscontrol
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
...
...
@@ -21,12 +21,12 @@
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-workspaces
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-files
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
</dependencies>
...
...
modules/dmx-base/pom.xml
View file @
469939a4
...
...
@@ -7,13 +7,13 @@
<name>
DMX Base
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-base
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
</project>
modules/dmx-bookmarks/pom.xml
View file @
469939a4
...
...
@@ -7,13 +7,13 @@
<name>
DMX Bookmarks
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-bookmarks
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
</project>
modules/dmx-caching/pom.xml
View file @
469939a4
...
...
@@ -7,13 +7,13 @@
<name>
DMX Caching
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-caching
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
...
...
@@ -21,7 +21,7 @@
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-timestamps
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
</dependencies>
...
...
modules/dmx-config/pom.xml
View file @
469939a4
...
...
@@ -7,13 +7,13 @@
<name>
DMX Config
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-config
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
...
...
modules/dmx-contacts/pom.xml
View file @
469939a4
...
...
@@ -7,13 +7,13 @@
<name>
DMX Contacts
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-contacts
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
...
...
modules/dmx-core/pom.xml
View file @
469939a4
...
...
@@ -7,13 +7,13 @@
<name>
DMX Core
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-core
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-module
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../dmx-module/pom.xml
</relativePath>
</parent>
...
...
modules/dmx-datetime/pom.xml
View file @
469939a4
...
...
@@ -7,13 +7,13 @@
<name>
DMX Date/Time
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-datetime
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
</project>
modules/dmx-distribution/pom.xml
View file @
469939a4
...
...
@@ -7,14 +7,14 @@
<name>
DMX Distribution
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-distribution
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
pom
</packaging>
<!-- Inherit properties -->
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
@@ -29,19 +29,19 @@
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-bundles
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<type>
pom
</type>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
3rd-party-bundles
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<type>
pom
</type>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
felix-bundles
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<type>
pom
</type>
</dependency>
<dependency>
...
...
modules/dmx-events/pom.xml
View file @
469939a4
...
...
@@ -7,13 +7,13 @@
<name>
DMX Events
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-events
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
...
...
@@ -21,7 +21,7 @@
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-timestamps
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
</dependencies>
...
...
modules/dmx-facets/pom.xml
View file @
469939a4
...
...
@@ -7,13 +7,13 @@
<name>
DMX Facets
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-facets
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
...
...
modules/dmx-features/pom.xml
View file @
469939a4
...
...
@@ -6,13 +6,13 @@
<name>
DMX Features
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-features
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
pom
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
modules/dmx-filemanager/pom.xml
View file @
469939a4
...
...
@@ -7,13 +7,13 @@
<name>
DMX File Manager
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-filemanager
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
</project>
modules/dmx-files/pom.xml
View file @
469939a4
...
...
@@ -7,13 +7,13 @@
<name>
DMX Files
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-files
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
...
...
@@ -21,7 +21,7 @@
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-config
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
<dependency>
<groupId>
commons-fileupload
</groupId>
...
...
modules/dmx-geomaps/pom.xml
View file @
469939a4
...
...
@@ -7,13 +7,13 @@
<name>
DMX Geomaps
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-geomaps
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
...
...
@@ -21,12 +21,12 @@
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-topicmaps
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-facets
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
</dependencies>
...
...
modules/dmx-help/pom.xml
View file @
469939a4
...
...
@@ -7,13 +7,13 @@
<name>
DMX Help
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-help
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
...
...
modules/dmx-module/pom.xml
View file @
469939a4
...
...
@@ -7,7 +7,7 @@
<name>
DMX Module
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-module
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
pom
</packaging>
<description>
...
...
@@ -25,7 +25,7 @@
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
modules/dmx-notes/pom.xml
View file @
469939a4
...
...
@@ -7,13 +7,13 @@
<name>
DMX Notes
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-notes
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
</project>
modules/dmx-plugin/pom.xml
View file @
469939a4
...
...
@@ -7,7 +7,7 @@
<name>
DMX Plugin
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
pom
</packaging>
<description>
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-module
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../dmx-module/pom.xml
</relativePath>
</parent>
...
...
@@ -30,7 +30,7 @@
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-core
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
</dependencies>
</project>
modules/dmx-provision/3rd-party-bundles/pom.xml
View file @
469939a4
...
...
@@ -6,14 +6,14 @@
<name>
3rd Party Bundles
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
3rd-party-bundles
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
pom
</packaging>
<description>
3rd-party (= non-DeepaMehta) libraries to be provisioned in the OSGi runtime.
</description>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-provision
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
@@ -24,7 +24,7 @@
<!--dependency>
<groupId>systems.dmx</groupId>
<artifactId>dmx-storage-neo4j</artifactId>
<version>5.0-beta-3
-SNAPSHOT
</version>
<version>5.0-beta-3</version>
</dependency-->
<!-- Jersey -->
<!--dependency> - needed by Jersey 1.19
...
...
modules/dmx-provision/deepamehta-bundles/pom.xml
View file @
469939a4
...
...
@@ -6,7 +6,7 @@
<name>
DMX Bundles
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-bundles
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
pom
</packaging>
<description>
List of DMX bundles that make up the DMX Standard Distribution.
...
...
@@ -16,7 +16,7 @@
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-provision
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
@@ -24,112 +24,112 @@
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-core
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-webservice
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-webclient
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-base
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-notes
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-bookmarks
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-contacts
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-events
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-tags
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-datetime
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-workspaces
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-topicmaps
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-files
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-filemanager
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-help
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-accesscontrol
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-facets
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-geomaps
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-timestamps
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-caching
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-config
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-storage-neo4j
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
</dependencies>
</project>
modules/dmx-provision/felix-bundles/pom.xml
View file @
469939a4
...
...
@@ -6,14 +6,14 @@
<name>
Felix Bundles
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
felix-bundles
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
pom
</packaging>
<description>
Apache Felix bundles that belong to the DMX standard distribution.
</description>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-provision
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
modules/dmx-provision/pom.xml
View file @
469939a4
...
...
@@ -7,13 +7,13 @@
<name>
DMX Provision
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-provision
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
pom
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<!--
...
...
modules/dmx-storage-neo4j/pom.xml
View file @
469939a4
...
...
@@ -7,13 +7,13 @@
<name>
DMX Storage - Neo4j
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-storage-neo4j
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
...
...
modules/dmx-storage-neo4j/src/test/java/systems/dmx/storage/neo4j/Neo4jStorageTest.java
View file @
469939a4
...
...
@@ -246,7 +246,7 @@ public class Neo4jStorageTest {
//
// Fulltext indexing
//
createTopic
(
"note-1"
,
"dmx.notes.note"
,
"DMX is a platform for
collaboration and knowledge management
"
);
createTopic
(
"note-1"
,
"dmx.notes.note"
,
"DMX is a platform for
knowledge management and collaboration
"
);
createTopic
(
"note-2"
,
"dmx.notes.note"
,
"Lead developer of DMX is Jörg Richter"
);
//
// Fulltext HTML indexing
...
...
modules/dmx-tags/pom.xml
View file @
469939a4
...
...
@@ -7,13 +7,13 @@
<name>
DMX Tags
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-tags
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
</project>
modules/dmx-test/pom.xml
View file @
469939a4
...
...
@@ -7,13 +7,13 @@
<name>
DMX Test
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-test
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
jar
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
@@ -21,12 +21,12 @@
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-core
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-storage-neo4j
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
</dependency>
</dependencies>
</project>
modules/dmx-timestamps/pom.xml
View file @
469939a4
...
...
@@ -7,13 +7,13 @@
<name>
DMX Timestamps
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-timestamps
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
...
...
modules/dmx-topicmaps/pom.xml
View file @
469939a4
...
...
@@ -7,13 +7,13 @@
<name>
DMX Topicmaps
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-topicmaps
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
...
...
modules/dmx-webclient/pom.xml
View file @
469939a4
...
...
@@ -7,13 +7,13 @@
<name>
DMX Webclient
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-webclient
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.0-beta-3
-SNAPSHOT
</version>
<version>
5.0-beta-3
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
...
...
modules/dmx-webclient/src/main/resources/index.html
View file @
469939a4
...
...
@@ -2,7 +2,7 @@
<html>
<head>
<meta
charset=
"utf-8"
>
<title>
DMX 5.0-beta-3
-SNAPSHOT
</title>