Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dmx-platform
dmx-platform
Commits
55eb6ce7
Commit
55eb6ce7
authored
Dec 30, 2020
by
Jörg Richter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
5.1 Release
parent
f0ea71ea
Pipeline
#12263
passed with stages
in 10 minutes and 18 seconds
Changes
34
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
34 changed files
with
120 additions
and
119 deletions
+120
-119
README.md
README.md
+3
-2
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
+4
-4
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-files/pom.xml
modules/dmx-files/pom.xml
+3
-3
modules/dmx-help-menu/src/main/js/components/dmx-about-box.vue
...es/dmx-help-menu/src/main/js/components/dmx-about-box.vue
+2
-2
modules/dmx-hot-deploy/pom.xml
modules/dmx-hot-deploy/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/dmx-bundles/pom.xml
modules/dmx-provision/dmx-bundles/pom.xml
+21
-21
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
+3
-3
modules/dmx-tags/pom.xml
modules/dmx-tags/pom.xml
+2
-2
modules/dmx-test/pom.xml
modules/dmx-test/pom.xml
+8
-8
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/js/main.js
modules/dmx-webclient/src/main/js/main.js
+1
-1
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
+16
-16
pom.xml
pom.xml
+1
-1
No files found.
README.md
View file @
55eb6ce7
> Since version 5 DeepaMehta is named "DMX". The main project is [`dmx-systems/dmx-platform`](https://github.com/dmx-systems/dmx-platform).
> Since version 5 the "DeepaMehta" project is named "DMX".
> The main project is [`dmx-systems/dmx-platform`](https://github.com/dmx-systems/dmx-platform).
DMX
...
...
@@ -50,4 +51,4 @@ All third party components incorporated into the DMX Software are licensed under
-----------
Dec
16
, 2020
Dec
30
, 2020
modules/dmx-accesscontrol/pom.xml
View file @
55eb6ce7
...
...
@@ -7,13 +7,13 @@
<name>
DMX Access Control
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-accesscontrol
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
...
...
@@ -21,12 +21,12 @@
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-workspaces
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-files
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
</dependency>
</dependencies>
...
...
modules/dmx-base/pom.xml
View file @
55eb6ce7
...
...
@@ -7,13 +7,13 @@
<name>
DMX Base
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-base
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
</project>
modules/dmx-bookmarks/pom.xml
View file @
55eb6ce7
...
...
@@ -7,13 +7,13 @@
<name>
DMX Bookmarks
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-bookmarks
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
</project>
modules/dmx-caching/pom.xml
View file @
55eb6ce7
...
...
@@ -7,13 +7,13 @@
<name>
DMX Caching
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-caching
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
...
...
@@ -21,7 +21,7 @@
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-timestamps
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
</dependency>
</dependencies>
...
...
modules/dmx-config/pom.xml
View file @
55eb6ce7
...
...
@@ -7,13 +7,13 @@
<name>
DMX Config
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-config
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
...
...
modules/dmx-contacts/pom.xml
View file @
55eb6ce7
...
...
@@ -7,13 +7,13 @@
<name>
DMX Contacts
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-contacts
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
...
...
modules/dmx-core/pom.xml
View file @
55eb6ce7
...
...
@@ -7,13 +7,13 @@
<name>
DMX Core
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-core
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-hot-deploy
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<relativePath>
../dmx-hot-deploy/pom.xml
</relativePath>
</parent>
...
...
modules/dmx-datetime/pom.xml
View file @
55eb6ce7
...
...
@@ -7,13 +7,13 @@
<name>
DMX Date/Time
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-datetime
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
</project>
modules/dmx-distribution/pom.xml
View file @
55eb6ce7
...
...
@@ -7,14 +7,14 @@
<name>
DMX Distribution
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-distribution
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<packaging>
pom
</packaging>
<!-- Inherit properties -->
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
@@ -29,19 +29,19 @@
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-bundles
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<type>
pom
</type>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
3rd-party-bundles
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<type>
pom
</type>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
felix-bundles
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<type>
pom
</type>
</dependency>
<dependency>
...
...
modules/dmx-events/pom.xml
View file @
55eb6ce7
...
...
@@ -7,13 +7,13 @@
<name>
DMX Events
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-events
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
...
...
@@ -21,12 +21,12 @@
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-contacts
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-timestamps
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
</dependency>
</dependencies>
...
...
modules/dmx-facets/pom.xml
View file @
55eb6ce7
...
...
@@ -7,13 +7,13 @@
<name>
DMX Facets
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-facets
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
...
...
modules/dmx-features/pom.xml
View file @
55eb6ce7
...
...
@@ -6,13 +6,13 @@
<name>
DMX Features
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-features
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<packaging>
pom
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
modules/dmx-files/pom.xml
View file @
55eb6ce7
...
...
@@ -7,13 +7,13 @@
<name>
DMX Files
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-files
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
...
...
@@ -21,7 +21,7 @@
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-config
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
</dependency>
<dependency>
<groupId>
commons-fileupload
</groupId>
...
...
modules/dmx-help-menu/src/main/js/components/dmx-about-box.vue
View file @
55eb6ce7
...
...
@@ -5,11 +5,11 @@
<div>
<div
class=
"field"
>
<div
class=
"field-label"
>
Version
</div>
5.1
-SNAPSHOT
5.1
</div>
<div
class=
"field"
>
<div
class=
"field-label"
>
Released
</div>
Dec
27
, 2020
Dec
30
, 2020
</div>
<div
class=
"field"
>
<div
class=
"field-label"
>
License
</div>
...
...
modules/dmx-hot-deploy/pom.xml
View file @
55eb6ce7
...
...
@@ -7,7 +7,7 @@
<name>
DMX Hot Deploy
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-hot-deploy
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<packaging>
pom
</packaging>
<description>
...
...
@@ -18,7 +18,7 @@
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
modules/dmx-notes/pom.xml
View file @
55eb6ce7
...
...
@@ -7,13 +7,13 @@
<name>
DMX Notes
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-notes
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
</project>
modules/dmx-plugin/pom.xml
View file @
55eb6ce7
...
...
@@ -7,7 +7,7 @@
<name>
DMX Plugin
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<packaging>
pom
</packaging>
<description>
...
...
@@ -20,7 +20,7 @@
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-hot-deploy
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<relativePath>
../dmx-hot-deploy/pom.xml
</relativePath>
</parent>
...
...
@@ -28,7 +28,7 @@
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-core
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
</dependency>
</dependencies>
...
...
modules/dmx-provision/3rd-party-bundles/pom.xml
View file @
55eb6ce7
...
...
@@ -6,14 +6,14 @@
<name>
3rd Party Bundles
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
3rd-party-bundles
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<packaging>
pom
</packaging>
<description>
3rd-party (= non-DMX) libraries to be provisioned in the OSGi runtime.
</description>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-provision
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
@@ -24,7 +24,7 @@
<!--dependency>
<groupId>systems.dmx</groupId>
<artifactId>dmx-storage-neo4j</artifactId>
<version>5.1
-SNAPSHOT
</version>
<version>5.1</version>
</dependency-->
<!-- Jersey -->
<!--dependency> - needed by Jersey 1.19
...
...
modules/dmx-provision/dmx-bundles/pom.xml
View file @
55eb6ce7
...
...
@@ -6,7 +6,7 @@
<name>
DMX Bundles
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-bundles
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<packaging>
pom
</packaging>
<description>
List of DMX bundles that make up the DMX distribution.
...
...
@@ -16,7 +16,7 @@
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-provision
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
@@ -24,97 +24,97 @@
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-core
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-webservice
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-webclient
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-base
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-notes
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-bookmarks
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-contacts
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-events
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-tags
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-datetime
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-workspaces
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-topicmaps
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-files
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-accesscontrol
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-facets
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-timestamps
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-caching
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-config
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
</dependency>
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-storage-neo4j
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
</dependency>
</dependencies>
</project>
modules/dmx-provision/felix-bundles/pom.xml
View file @
55eb6ce7
...
...
@@ -6,14 +6,14 @@
<name>
Felix Bundles
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
felix-bundles
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<packaging>
pom
</packaging>
<description>
Apache Felix bundles that belong to the DMX distribution.
</description>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-provision
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
modules/dmx-provision/pom.xml
View file @
55eb6ce7
...
...
@@ -7,13 +7,13 @@
<name>
DMX Provision
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-provision
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<packaging>
pom
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<!--
...
...
modules/dmx-storage-neo4j/pom.xml
View file @
55eb6ce7
...
...
@@ -7,13 +7,13 @@
<name>
DMX Storage - Neo4j
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-storage-neo4j
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-hot-deploy
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<relativePath>
../dmx-hot-deploy/pom.xml
</relativePath>
</parent>
...
...
@@ -22,7 +22,7 @@
<dependency>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-core
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<scope>
provided
</scope>
</dependency>
<!-- Neo4j -->
...
...
modules/dmx-tags/pom.xml
View file @
55eb6ce7
...
...
@@ -7,13 +7,13 @@
<name>
DMX Tags
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-tags
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<packaging>
bundle
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-plugin
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<relativePath>
../dmx-plugin/pom.xml
</relativePath>
</parent>
</project>
modules/dmx-test/pom.xml
View file @
55eb6ce7
...
...
@@ -7,13 +7,13 @@
<name>
DMX Test
</name>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx-test
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<packaging>
jar
</packaging>
<parent>
<groupId>
systems.dmx
</groupId>
<artifactId>
dmx
</artifactId>
<version>
5.1
-SNAPSHOT
</version>