Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dwh-import
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
AKTIN
dwh-import
Commits
a2e63a40
Commit
a2e63a40
authored
Jul 24, 2019
by
Raphael
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[maven-release-plugin] prepare release v0.13
parent
93702882
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
21 additions
and
21 deletions
+21
-21
cda-import/pom.xml
cda-import/pom.xml
+4
-4
cda-ontology/pom.xml
cda-ontology/pom.xml
+2
-2
cda-server/pom.xml
cda-server/pom.xml
+4
-4
cda-validation/pom.xml
cda-validation/pom.xml
+2
-2
demo-distribution/pom.xml
demo-distribution/pom.xml
+3
-3
demo-server/pom.xml
demo-server/pom.xml
+4
-4
pom.xml
pom.xml
+2
-2
No files found.
cda-import/pom.xml
View file @
a2e63a40
...
...
@@ -5,7 +5,7 @@
<groupId>
org.aktin
</groupId>
<artifactId>
cda-import
</artifactId>
<version>
0.13
-SNAPSHOT
</version>
<version>
0.13
</version>
<description>
The CDA import module transforms received
...
...
@@ -18,7 +18,7 @@
<parent>
<groupId>
org.aktin
</groupId>
<artifactId>
dwh-import
</artifactId>
<version>
0.13
-SNAPSHOT
</version>
<version>
0.13
</version>
</parent>
<properties>
...
...
@@ -61,12 +61,12 @@
<dependency>
<groupId>
org.aktin
</groupId>
<artifactId>
cda-server
</artifactId>
<version>
0.13
-SNAPSHOT
</version>
<version>
0.13
</version>
</dependency>
<dependency>
<groupId>
org.aktin
</groupId>
<artifactId>
dwh-api
</artifactId>
<version>
0.5
-SNAPSHOT
</version>
<version>
0.5
</version>
</dependency>
...
...
cda-ontology/pom.xml
View file @
a2e63a40
...
...
@@ -4,14 +4,14 @@
<groupId>
org.aktin
</groupId>
<artifactId>
cda-ontology
</artifactId>
<version>
0.13
-SNAPSHOT
</version>
<version>
0.13
</version>
<description>
CDA Ontology definitions
</description>
<parent>
<groupId>
org.aktin
</groupId>
<artifactId>
dwh-import
</artifactId>
<version>
0.13
-SNAPSHOT
</version>
<version>
0.13
</version>
</parent>
<build>
<resources>
...
...
cda-server/pom.xml
View file @
a2e63a40
...
...
@@ -4,7 +4,7 @@
<groupId>
org.aktin
</groupId>
<artifactId>
cda-server
</artifactId>
<version>
0.13
-SNAPSHOT
</version>
<version>
0.13
</version>
<description>
The CDA server provides web service interfaces
...
...
@@ -16,7 +16,7 @@
<parent>
<groupId>
org.aktin
</groupId>
<artifactId>
dwh-import
</artifactId>
<version>
0.13
-SNAPSHOT
</version>
<version>
0.13
</version>
</parent>
<properties>
...
...
@@ -77,7 +77,7 @@
<dependency>
<groupId>
org.aktin
</groupId>
<artifactId>
dwh-api
</artifactId>
<version>
0.5
-SNAPSHOT
</version>
<version>
0.5
</version>
</dependency>
<!-- dependency injection -->
...
...
@@ -98,7 +98,7 @@
<dependency>
<groupId>
org.aktin
</groupId>
<artifactId>
cda-validation
</artifactId>
<version>
0.13
-SNAPSHOT
</version>
<version>
0.13
</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
cda-validation/pom.xml
View file @
a2e63a40
...
...
@@ -4,12 +4,12 @@
<groupId>
org.aktin
</groupId>
<artifactId>
cda-validation
</artifactId>
<version>
0.13
-SNAPSHOT
</version>
<version>
0.13
</version>
<parent>
<groupId>
org.aktin
</groupId>
<artifactId>
dwh-import
</artifactId>
<version>
0.13
-SNAPSHOT
</version>
<version>
0.13
</version>
</parent>
<properties>
<schematronVersion>
20180323T201638
</schematronVersion>
...
...
demo-distribution/pom.xml
View file @
a2e63a40
...
...
@@ -6,19 +6,19 @@
<groupId>
org.aktin
</groupId>
<artifactId>
demo-distribution
</artifactId>
<version>
0.13
-SNAPSHOT
</version>
<version>
0.13
</version>
<parent>
<groupId>
org.aktin
</groupId>
<artifactId>
dwh-import
</artifactId>
<version>
0.13
-SNAPSHOT
</version>
<version>
0.13
</version>
</parent>
<dependencies>
<dependency>
<groupId>
org.aktin
</groupId>
<artifactId>
demo-server
</artifactId>
<version>
0.13
-SNAPSHOT
</version>
<version>
0.13
</version>
</dependency>
</dependencies>
...
...
demo-server/pom.xml
View file @
a2e63a40
...
...
@@ -4,7 +4,7 @@
<groupId>
org.aktin
</groupId>
<artifactId>
demo-server
</artifactId>
<version>
0.13
-SNAPSHOT
</version>
<version>
0.13
</version>
<description>
Demo server application. The demo server can receive
...
...
@@ -15,7 +15,7 @@
<parent>
<groupId>
org.aktin
</groupId>
<artifactId>
dwh-import
</artifactId>
<version>
0.13
-SNAPSHOT
</version>
<version>
0.13
</version>
</parent>
<properties>
...
...
@@ -52,12 +52,12 @@
<dependency>
<groupId>
org.aktin
</groupId>
<artifactId>
cda-validation
</artifactId>
<version>
0.13
-SNAPSHOT
</version>
<version>
0.13
</version>
</dependency>
<dependency>
<groupId>
org.aktin
</groupId>
<artifactId>
cda-server
</artifactId>
<version>
0.13
-SNAPSHOT
</version>
<version>
0.13
</version>
</dependency>
<!-- dependencies accounting for java12 removal of javax.activation and jaxb -->
<dependency>
...
...
pom.xml
View file @
a2e63a40
...
...
@@ -4,7 +4,7 @@
<groupId>
org.aktin
</groupId>
<artifactId>
dwh-import
</artifactId>
<version>
0.13
-SNAPSHOT
</version>
<version>
0.13
</version>
<name>
AKTIN : DWH Import
</name>
<description>
AKTIN Software
</description>
...
...
@@ -25,7 +25,7 @@
<scm>
<developerConnection>
scm:git:git@gitlab.uni-oldenburg.de:AKTIN/dwh-import.git
</developerConnection>
<tag>
HEAD
</tag>
<tag>
v0.13
</tag>
</scm>
<repositories>
<repository>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment