Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AKTIN
dwh-import
Commits
069ef001
Commit
069ef001
authored
Feb 16, 2018
by
R.W.Majeed
Browse files
[maven-release-plugin] prepare for next development iteration
parent
b5dc1ef2
Changes
7
Hide whitespace changes
Inline
Side-by-side
cda-import/pom.xml
View file @
069ef001
...
...
@@ -5,7 +5,7 @@
<groupId>
org.aktin
</groupId>
<artifactId>
cda-import
</artifactId>
<version>
0.
9
</version>
<version>
0.
10-SNAPSHOT
</version>
<description>
The CDA import module transforms received
...
...
@@ -18,7 +18,7 @@
<parent>
<groupId>
org.aktin
</groupId>
<artifactId>
dwh-import
</artifactId>
<version>
0.
9
</version>
<version>
0.
10-SNAPSHOT
</version>
</parent>
<properties>
...
...
@@ -61,7 +61,7 @@
<dependency>
<groupId>
org.aktin
</groupId>
<artifactId>
cda-server
</artifactId>
<version>
0.
9
</version>
<version>
0.
10-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.aktin
</groupId>
...
...
cda-ontology/pom.xml
View file @
069ef001
...
...
@@ -4,14 +4,14 @@
<groupId>
org.aktin
</groupId>
<artifactId>
cda-ontology
</artifactId>
<version>
0.
9
</version>
<version>
0.
10-SNAPSHOT
</version>
<description>
CDA Ontology definitions
</description>
<parent>
<groupId>
org.aktin
</groupId>
<artifactId>
dwh-import
</artifactId>
<version>
0.
9
</version>
<version>
0.
10-SNAPSHOT
</version>
</parent>
<build>
<resources>
...
...
cda-server/pom.xml
View file @
069ef001
...
...
@@ -4,7 +4,7 @@
<groupId>
org.aktin
</groupId>
<artifactId>
cda-server
</artifactId>
<version>
0.
9
</version>
<version>
0.
10-SNAPSHOT
</version>
<description>
The CDA server provides web service interfaces
...
...
@@ -16,7 +16,7 @@
<parent>
<groupId>
org.aktin
</groupId>
<artifactId>
dwh-import
</artifactId>
<version>
0.
9
</version>
<version>
0.
10-SNAPSHOT
</version>
</parent>
<properties>
...
...
@@ -98,7 +98,7 @@
<dependency>
<groupId>
org.aktin
</groupId>
<artifactId>
cda-validation
</artifactId>
<version>
0.
9
</version>
<version>
0.
10-SNAPSHOT
</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
cda-validation/pom.xml
View file @
069ef001
...
...
@@ -4,12 +4,12 @@
<groupId>
org.aktin
</groupId>
<artifactId>
cda-validation
</artifactId>
<version>
0.
9
</version>
<version>
0.
10-SNAPSHOT
</version>
<parent>
<groupId>
org.aktin
</groupId>
<artifactId>
dwh-import
</artifactId>
<version>
0.
9
</version>
<version>
0.
10-SNAPSHOT
</version>
</parent>
<properties>
<schematronVersion>
20170302T140447
</schematronVersion>
...
...
demo-distribution/pom.xml
View file @
069ef001
...
...
@@ -6,19 +6,19 @@
<groupId>
org.aktin
</groupId>
<artifactId>
demo-distribution
</artifactId>
<version>
0.
9
</version>
<version>
0.
10-SNAPSHOT
</version>
<parent>
<groupId>
org.aktin
</groupId>
<artifactId>
dwh-import
</artifactId>
<version>
0.
9
</version>
<version>
0.
10-SNAPSHOT
</version>
</parent>
<dependencies>
<dependency>
<groupId>
org.aktin
</groupId>
<artifactId>
demo-server
</artifactId>
<version>
0.
9
</version>
<version>
0.
10-SNAPSHOT
</version>
</dependency>
</dependencies>
...
...
demo-server/pom.xml
View file @
069ef001
...
...
@@ -4,7 +4,7 @@
<groupId>
org.aktin
</groupId>
<artifactId>
demo-server
</artifactId>
<version>
0.
9
</version>
<version>
0.
10-SNAPSHOT
</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.
9
</version>
<version>
0.
10-SNAPSHOT
</version>
</parent>
<properties>
...
...
@@ -52,12 +52,12 @@
<dependency>
<groupId>
org.aktin
</groupId>
<artifactId>
cda-validation
</artifactId>
<version>
0.
9
</version>
<version>
0.
10-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.aktin
</groupId>
<artifactId>
cda-server
</artifactId>
<version>
0.
9
</version>
<version>
0.
10-SNAPSHOT
</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
pom.xml
View file @
069ef001
...
...
@@ -4,7 +4,7 @@
<groupId>
org.aktin
</groupId>
<artifactId>
dwh-import
</artifactId>
<version>
0.
9
</version>
<version>
0.
10-SNAPSHOT
</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>
v0.9
</tag>
<tag>
HEAD
</tag>
</scm>
<modules>
...
...
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