Skip to content

Commit

Permalink
5.0-beta-5 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jri committed Aug 15, 2019
1 parent e022e24 commit 93cb177
Show file tree
Hide file tree
Showing 35 changed files with 110 additions and 110 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -20,7 +20,7 @@ Company website:

Live demo:
<https://demo.dmx.systems> (latest stable release)
<https://dev.dmx.systems> (latest snapshot; login as "admin" with no password; content is regularly deleted)
<https://dev.dmx.systems> (latest snapshot; login as "admin" with no password; content is deleted regularly)

Download:
<https://download.dmx.systems> (releases)
Expand Down Expand Up @@ -59,4 +59,4 @@ DeepaMehta is under heavy development. While you can do productive work with it,


------------
Jul 22, 2019
Aug 13, 2019
8 changes: 4 additions & 4 deletions modules/dmx-accesscontrol/pom.xml
Expand Up @@ -7,26 +7,26 @@
<name>DMX Access Control</name>
<groupId>systems.dmx</groupId>
<artifactId>dmx-accesscontrol</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<packaging>bundle</packaging>

<parent>
<groupId>systems.dmx</groupId>
<artifactId>dmx-plugin</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<relativePath>../dmx-plugin/pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>systems.dmx</groupId>
<artifactId>dmx-workspaces</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
</dependency>
<dependency>
<groupId>systems.dmx</groupId>
<artifactId>dmx-files</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions modules/dmx-base/pom.xml
Expand Up @@ -7,13 +7,13 @@
<name>DMX Base</name>
<groupId>systems.dmx</groupId>
<artifactId>dmx-base</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<packaging>bundle</packaging>

<parent>
<groupId>systems.dmx</groupId>
<artifactId>dmx-plugin</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<relativePath>../dmx-plugin/pom.xml</relativePath>
</parent>
</project>
4 changes: 2 additions & 2 deletions modules/dmx-bookmarks/pom.xml
Expand Up @@ -7,13 +7,13 @@
<name>DMX Bookmarks</name>
<groupId>systems.dmx</groupId>
<artifactId>dmx-bookmarks</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<packaging>bundle</packaging>

<parent>
<groupId>systems.dmx</groupId>
<artifactId>dmx-plugin</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<relativePath>../dmx-plugin/pom.xml</relativePath>
</parent>
</project>
6 changes: 3 additions & 3 deletions modules/dmx-caching/pom.xml
Expand Up @@ -7,21 +7,21 @@
<name>DMX Caching</name>
<groupId>systems.dmx</groupId>
<artifactId>dmx-caching</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<packaging>bundle</packaging>

<parent>
<groupId>systems.dmx</groupId>
<artifactId>dmx-plugin</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<relativePath>../dmx-plugin/pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>systems.dmx</groupId>
<artifactId>dmx-timestamps</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions modules/dmx-config/pom.xml
Expand Up @@ -7,13 +7,13 @@
<name>DMX Config</name>
<groupId>systems.dmx</groupId>
<artifactId>dmx-config</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<packaging>bundle</packaging>

<parent>
<groupId>systems.dmx</groupId>
<artifactId>dmx-plugin</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<relativePath>../dmx-plugin/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions modules/dmx-contacts/pom.xml
Expand Up @@ -7,13 +7,13 @@
<name>DMX Contacts</name>
<groupId>systems.dmx</groupId>
<artifactId>dmx-contacts</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<packaging>bundle</packaging>

<parent>
<groupId>systems.dmx</groupId>
<artifactId>dmx-plugin</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<relativePath>../dmx-plugin/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions modules/dmx-core/pom.xml
Expand Up @@ -7,13 +7,13 @@
<name>DMX Core</name>
<groupId>systems.dmx</groupId>
<artifactId>dmx-core</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<packaging>bundle</packaging>

<parent>
<groupId>systems.dmx</groupId>
<artifactId>dmx-hot-deploy</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<relativePath>../dmx-hot-deploy/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions modules/dmx-datetime/pom.xml
Expand Up @@ -7,13 +7,13 @@
<name>DMX Date/Time</name>
<groupId>systems.dmx</groupId>
<artifactId>dmx-datetime</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<packaging>bundle</packaging>

<parent>
<groupId>systems.dmx</groupId>
<artifactId>dmx-plugin</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<relativePath>../dmx-plugin/pom.xml</relativePath>
</parent>
</project>
10 changes: 5 additions & 5 deletions modules/dmx-distribution/pom.xml
Expand Up @@ -7,14 +7,14 @@
<name>DMX Distribution</name>
<groupId>systems.dmx</groupId>
<artifactId>dmx-distribution</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<packaging>pom</packaging>

<!-- Inherit properties -->
<parent>
<groupId>systems.dmx</groupId>
<artifactId>dmx</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -29,19 +29,19 @@
<dependency>
<groupId>systems.dmx</groupId>
<artifactId>dmx-bundles</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>systems.dmx</groupId>
<artifactId>3rd-party-bundles</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>systems.dmx</groupId>
<artifactId>felix-bundles</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<type>pom</type>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions modules/dmx-events/pom.xml
Expand Up @@ -7,21 +7,21 @@
<name>DMX Events</name>
<groupId>systems.dmx</groupId>
<artifactId>dmx-events</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<packaging>bundle</packaging>

<parent>
<groupId>systems.dmx</groupId>
<artifactId>dmx-plugin</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<relativePath>../dmx-plugin/pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>systems.dmx</groupId>
<artifactId>dmx-timestamps</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions modules/dmx-facets/pom.xml
Expand Up @@ -7,13 +7,13 @@
<name>DMX Facets</name>
<groupId>systems.dmx</groupId>
<artifactId>dmx-facets</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<packaging>bundle</packaging>

<parent>
<groupId>systems.dmx</groupId>
<artifactId>dmx-plugin</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<relativePath>../dmx-plugin/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions modules/dmx-features/pom.xml
Expand Up @@ -6,13 +6,13 @@
<name>DMX Features</name>
<groupId>systems.dmx</groupId>
<artifactId>dmx-features</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<packaging>pom</packaging>

<parent>
<groupId>systems.dmx</groupId>
<artifactId>dmx</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions modules/dmx-files/pom.xml
Expand Up @@ -7,21 +7,21 @@
<name>DMX Files</name>
<groupId>systems.dmx</groupId>
<artifactId>dmx-files</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<packaging>bundle</packaging>

<parent>
<groupId>systems.dmx</groupId>
<artifactId>dmx-plugin</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<relativePath>../dmx-plugin/pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>systems.dmx</groupId>
<artifactId>dmx-config</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
Expand Down
8 changes: 4 additions & 4 deletions modules/dmx-geomaps/pom.xml
Expand Up @@ -7,26 +7,26 @@
<name>DMX Geomaps</name>
<groupId>systems.dmx</groupId>
<artifactId>dmx-geomaps</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<packaging>bundle</packaging>

<parent>
<groupId>systems.dmx</groupId>
<artifactId>dmx-plugin</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<relativePath>../dmx-plugin/pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>systems.dmx</groupId>
<artifactId>dmx-topicmaps</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
</dependency>
<dependency>
<groupId>systems.dmx</groupId>
<artifactId>dmx-facets</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
</dependency>
</dependencies>

Expand Down
Expand Up @@ -4,11 +4,11 @@
<div>
<div class="field">
<div class="field-label">Version</div>
5.0-beta-5-SNAPSHOT
5.0-beta-5
</div>
<div class="field">
<div class="field-label">Released</div>
Aug 14, 2019
Aug 16, 2019
</div>
<div class="field">
<div class="field-label">License</div>
Expand Down
4 changes: 2 additions & 2 deletions modules/dmx-hot-deploy/pom.xml
Expand Up @@ -7,7 +7,7 @@
<name>DMX Hot Deploy</name>
<groupId>systems.dmx</groupId>
<artifactId>dmx-hot-deploy</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<packaging>pom</packaging>

<description>
Expand All @@ -18,7 +18,7 @@
<parent>
<groupId>systems.dmx</groupId>
<artifactId>dmx</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions modules/dmx-notes/pom.xml
Expand Up @@ -7,13 +7,13 @@
<name>DMX Notes</name>
<groupId>systems.dmx</groupId>
<artifactId>dmx-notes</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<packaging>bundle</packaging>

<parent>
<groupId>systems.dmx</groupId>
<artifactId>dmx-plugin</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<relativePath>../dmx-plugin/pom.xml</relativePath>
</parent>
</project>
6 changes: 3 additions & 3 deletions modules/dmx-plugin/pom.xml
Expand Up @@ -7,7 +7,7 @@
<name>DMX Plugin</name>
<groupId>systems.dmx</groupId>
<artifactId>dmx-plugin</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<packaging>pom</packaging>

<description>
Expand All @@ -20,15 +20,15 @@
<parent>
<groupId>systems.dmx</groupId>
<artifactId>dmx-hot-deploy</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
<relativePath>../dmx-hot-deploy/pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>systems.dmx</groupId>
<artifactId>dmx-core</artifactId>
<version>5.0-beta-5-SNAPSHOT</version>
<version>5.0-beta-5</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 93cb177

Please sign in to comment.