Skip to content
Snippets Groups Projects
Verified Commit 864e1172 authored by Martin Weise's avatar Martin Weise
Browse files

Updated Versions further

parent 786fe547
No related branches found
No related tags found
3 merge requests!345Updated docs and endpoints:,!341Fixed mapping problem where UK and FK share columns they are inserted,!339Fixed mapping problem where UK and FK share columns they are inserted
Showing
with 29 additions and 29 deletions
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<groupId>at.tuwien</groupId> <groupId>at.tuwien</groupId>
<artifactId>dbrepo-data-service</artifactId> <artifactId>dbrepo-data-service</artifactId>
<name>dbrepo-data-service</name> <name>dbrepo-data-service</name>
<version>1.5</version> <version>1.5.0</version>
<description>Service that manages the data</description> <description>Service that manages the data</description>
......
...@@ -6,12 +6,12 @@ ...@@ -6,12 +6,12 @@
<parent> <parent>
<groupId>at.tuwien</groupId> <groupId>at.tuwien</groupId>
<artifactId>dbrepo-data-service</artifactId> <artifactId>dbrepo-data-service</artifactId>
<version>1.4.7</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>dbrepo-data-service-querystore</artifactId> <artifactId>dbrepo-data-service-querystore</artifactId>
<name>dbrepo-data-service-querystore</name> <name>dbrepo-data-service-querystore</name>
<version>1.4.7</version> <version>1.5.0</version>
<dependencies/> <dependencies/>
......
...@@ -6,12 +6,12 @@ ...@@ -6,12 +6,12 @@
<parent> <parent>
<groupId>at.tuwien</groupId> <groupId>at.tuwien</groupId>
<artifactId>dbrepo-data-service</artifactId> <artifactId>dbrepo-data-service</artifactId>
<version>1.4.7</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>report</artifactId> <artifactId>report</artifactId>
<name>dbrepo-data-service-report</name> <name>dbrepo-data-service-report</name>
<version>1.4.7</version> <version>1.5.0</version>
<description> <description>
This module is only intended for the pipeline coverage report. See the detailed report in the This module is only intended for the pipeline coverage report. See the detailed report in the
respective modules respective modules
......
...@@ -6,18 +6,18 @@ ...@@ -6,18 +6,18 @@
<parent> <parent>
<groupId>at.tuwien</groupId> <groupId>at.tuwien</groupId>
<artifactId>dbrepo-data-service</artifactId> <artifactId>dbrepo-data-service</artifactId>
<version>1.4.7</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>rest-service</artifactId> <artifactId>rest-service</artifactId>
<name>dbrepo-data-service-rest-service</name> <name>dbrepo-data-service-rest-service</name>
<version>1.4.7</version> <version>1.5.0</version>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>at.tuwien</groupId> <groupId>at.tuwien</groupId>
<artifactId>services</artifactId> <artifactId>services</artifactId>
<version>1.4.7</version> <version>1.5.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
......
...@@ -6,18 +6,18 @@ ...@@ -6,18 +6,18 @@
<parent> <parent>
<groupId>at.tuwien</groupId> <groupId>at.tuwien</groupId>
<artifactId>dbrepo-data-service</artifactId> <artifactId>dbrepo-data-service</artifactId>
<version>1.4.7</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>services</artifactId> <artifactId>services</artifactId>
<name>dbrepo-data-service-services</name> <name>dbrepo-data-service-services</name>
<version>1.4.7</version> <version>1.5.0</version>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>at.tuwien</groupId> <groupId>at.tuwien</groupId>
<artifactId>dbrepo-data-service-querystore</artifactId> <artifactId>dbrepo-data-service-querystore</artifactId>
<version>1.4.7</version> <version>1.5.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
......
...@@ -6,18 +6,18 @@ ...@@ -6,18 +6,18 @@
<parent> <parent>
<groupId>at.tuwien</groupId> <groupId>at.tuwien</groupId>
<artifactId>dbrepo-metadata-service</artifactId> <artifactId>dbrepo-metadata-service</artifactId>
<version>1.4.7</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>dbrepo-metadata-service-api</artifactId> <artifactId>dbrepo-metadata-service-api</artifactId>
<name>dbrepo-metadata-service-api</name> <name>dbrepo-metadata-service-api</name>
<version>1.4.7</version> <version>1.5.0</version>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>at.tuwien</groupId> <groupId>at.tuwien</groupId>
<artifactId>dbrepo-metadata-service-entities</artifactId> <artifactId>dbrepo-metadata-service-entities</artifactId>
<version>1.4.7</version> <version>1.5.0</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
</dependencies> </dependencies>
......
...@@ -6,12 +6,12 @@ ...@@ -6,12 +6,12 @@
<parent> <parent>
<groupId>at.tuwien</groupId> <groupId>at.tuwien</groupId>
<artifactId>dbrepo-metadata-service</artifactId> <artifactId>dbrepo-metadata-service</artifactId>
<version>1.4.7</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>dbrepo-metadata-service-entities</artifactId> <artifactId>dbrepo-metadata-service-entities</artifactId>
<name>dbrepo-metadata-service-entity</name> <name>dbrepo-metadata-service-entity</name>
<version>1.4.7</version> <version>1.5.0</version>
<dependencies/> <dependencies/>
......
...@@ -6,12 +6,12 @@ ...@@ -6,12 +6,12 @@
<parent> <parent>
<groupId>at.tuwien</groupId> <groupId>at.tuwien</groupId>
<artifactId>dbrepo-metadata-service</artifactId> <artifactId>dbrepo-metadata-service</artifactId>
<version>1.4.7</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>dbrepo-metadata-service-oai</artifactId> <artifactId>dbrepo-metadata-service-oai</artifactId>
<name>dbrepo-metadata-service-oai</name> <name>dbrepo-metadata-service-oai</name>
<version>1.4.7</version> <version>1.5.0</version>
<dependencies/> <dependencies/>
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<groupId>at.tuwien</groupId> <groupId>at.tuwien</groupId>
<artifactId>dbrepo-metadata-service</artifactId> <artifactId>dbrepo-metadata-service</artifactId>
<name>dbrepo-metadata-service</name> <name>dbrepo-metadata-service</name>
<version>1.5</version> <version>1.5.0</version>
<description>Service that manages the metadata</description> <description>Service that manages the metadata</description>
......
...@@ -6,12 +6,12 @@ ...@@ -6,12 +6,12 @@
<parent> <parent>
<artifactId>dbrepo-metadata-service</artifactId> <artifactId>dbrepo-metadata-service</artifactId>
<groupId>at.tuwien</groupId> <groupId>at.tuwien</groupId>
<version>1.4.7</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>dbrepo-metadata-service-report</artifactId> <artifactId>dbrepo-metadata-service-report</artifactId>
<name>dbrepo-metadata-service-report</name> <name>dbrepo-metadata-service-report</name>
<version>1.4.7</version> <version>1.5.0</version>
<dependencies> <dependencies>
<dependency> <dependency>
......
...@@ -6,12 +6,12 @@ ...@@ -6,12 +6,12 @@
<parent> <parent>
<artifactId>dbrepo-metadata-service</artifactId> <artifactId>dbrepo-metadata-service</artifactId>
<groupId>at.tuwien</groupId> <groupId>at.tuwien</groupId>
<version>1.4.7</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>dbrepo-metadata-service-repositories</artifactId> <artifactId>dbrepo-metadata-service-repositories</artifactId>
<name>dbrepo-metadata-service-repositories</name> <name>dbrepo-metadata-service-repositories</name>
<version>1.4.7</version> <version>1.5.0</version>
<dependencies> <dependencies>
<dependency> <dependency>
......
...@@ -6,12 +6,12 @@ ...@@ -6,12 +6,12 @@
<parent> <parent>
<artifactId>dbrepo-metadata-service</artifactId> <artifactId>dbrepo-metadata-service</artifactId>
<groupId>at.tuwien</groupId> <groupId>at.tuwien</groupId>
<version>1.4.7</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>dbrepo-metadata-service-rest-service</artifactId> <artifactId>dbrepo-metadata-service-rest-service</artifactId>
<name>dbrepo-metadata-service-rest</name> <name>dbrepo-metadata-service-rest</name>
<version>1.4.7</version> <version>1.5.0</version>
<dependencies> <dependencies>
<dependency> <dependency>
......
...@@ -6,12 +6,12 @@ ...@@ -6,12 +6,12 @@
<parent> <parent>
<artifactId>dbrepo-metadata-service</artifactId> <artifactId>dbrepo-metadata-service</artifactId>
<groupId>at.tuwien</groupId> <groupId>at.tuwien</groupId>
<version>1.4.7</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>dbrepo-metadata-service-services</artifactId> <artifactId>dbrepo-metadata-service-services</artifactId>
<name>dbrepo-metadata-service-services</name> <name>dbrepo-metadata-service-services</name>
<version>1.4.7</version> <version>1.5.0</version>
<dependencies> <dependencies>
<dependency> <dependency>
......
...@@ -6,12 +6,12 @@ ...@@ -6,12 +6,12 @@
<parent> <parent>
<groupId>at.tuwien</groupId> <groupId>at.tuwien</groupId>
<artifactId>dbrepo-metadata-service</artifactId> <artifactId>dbrepo-metadata-service</artifactId>
<version>1.4.7</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>dbrepo-metadata-service-test</artifactId> <artifactId>dbrepo-metadata-service-test</artifactId>
<name>dbrepo-metadata-service-test</name> <name>dbrepo-metadata-service-test</name>
<version>1.4.7</version> <version>1.5.0</version>
<dependencies> <dependencies>
<dependency> <dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment