Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
histream
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Raphael
histream
Commits
6e28b133
Commit
6e28b133
authored
Nov 19, 2015
by
rwm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[maven-release-plugin] prepare release histream-0.6
parent
087768fb
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
23 additions
and
23 deletions
+23
-23
distribution/pom.xml
distribution/pom.xml
+3
-3
histream-core/pom.xml
histream-core/pom.xml
+2
-2
histream-i2b2/pom.xml
histream-i2b2/pom.xml
+3
-3
histream-import/pom.xml
histream-import/pom.xml
+3
-3
histream-skos/pom.xml
histream-skos/pom.xml
+4
-4
i2b2-integration-tests/pom.xml
i2b2-integration-tests/pom.xml
+6
-6
pom.xml
pom.xml
+2
-2
No files found.
distribution/pom.xml
View file @
6e28b133
...
...
@@ -6,19 +6,19 @@
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
distribution
</artifactId>
<version>
0.6
-SNAPSHOT
</version>
<version>
0.6
</version>
<parent>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream
</artifactId>
<version>
0.6
-SNAPSHOT
</version>
<version>
0.6
</version>
</parent>
<dependencies>
<dependency>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-core
</artifactId>
<version>
0.6
-SNAPSHOT
</version>
<version>
0.6
</version>
</dependency>
</dependencies>
...
...
histream-core/pom.xml
View file @
6e28b133
...
...
@@ -4,12 +4,12 @@
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-core
</artifactId>
<version>
0.6
-SNAPSHOT
</version>
<version>
0.6
</version>
<parent>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream
</artifactId>
<version>
0.6
-SNAPSHOT
</version>
<version>
0.6
</version>
</parent>
<build>
...
...
histream-i2b2/pom.xml
View file @
6e28b133
...
...
@@ -4,12 +4,12 @@
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-i2b2
</artifactId>
<version>
0.6
-SNAPSHOT
</version>
<version>
0.6
</version>
<parent>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream
</artifactId>
<version>
0.6
-SNAPSHOT
</version>
<version>
0.6
</version>
</parent>
<build>
...
...
@@ -31,7 +31,7 @@
<dependency>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-core
</artifactId>
<version>
0.6
-SNAPSHOT
</version>
<version>
0.6
</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
histream-import/pom.xml
View file @
6e28b133
...
...
@@ -4,12 +4,12 @@
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-import
</artifactId>
<version>
0.6
-SNAPSHOT
</version>
<version>
0.6
</version>
<parent>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream
</artifactId>
<version>
0.6
-SNAPSHOT
</version>
<version>
0.6
</version>
</parent>
<properties>
...
...
@@ -45,7 +45,7 @@
<dependency>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-core
</artifactId>
<version>
0.6
-SNAPSHOT
</version>
<version>
0.6
</version>
</dependency>
<!-- add later for sorting data tables
<dependency>
...
...
histream-skos/pom.xml
View file @
6e28b133
...
...
@@ -4,12 +4,12 @@
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-skos
</artifactId>
<version>
0.6
-SNAPSHOT
</version>
<version>
0.6
</version>
<parent>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream
</artifactId>
<version>
0.6
-SNAPSHOT
</version>
<version>
0.6
</version>
</parent>
<build>
...
...
@@ -20,7 +20,7 @@
<dependency>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-core
</artifactId>
<version>
0.6
-SNAPSHOT
</version>
<version>
0.6
</version>
</dependency>
<!-- test dependencies -->
<dependency>
...
...
@@ -32,7 +32,7 @@
<dependency>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-core
</artifactId>
<version>
0.6
-SNAPSHOT
</version>
<version>
0.6
</version>
<type>
test-jar
</type>
<scope>
test
</scope>
</dependency>
...
...
i2b2-integration-tests/pom.xml
View file @
6e28b133
...
...
@@ -3,12 +3,12 @@
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
i2b2-intregration-tests
</artifactId>
<version>
0.6
-SNAPSHOT
</version>
<version>
0.6
</version>
<parent>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream
</artifactId>
<version>
0.6
-SNAPSHOT
</version>
<version>
0.6
</version>
</parent>
<name>
HIStream : i2b2 integration tests
</name>
...
...
@@ -44,22 +44,22 @@
<dependency>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-i2b2
</artifactId>
<version>
0.6
-SNAPSHOT
</version>
<version>
0.6
</version>
</dependency>
<dependency>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-skos
</artifactId>
<version>
0.6
-SNAPSHOT
</version>
<version>
0.6
</version>
</dependency>
<dependency>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-import
</artifactId>
<version>
0.6
-SNAPSHOT
</version>
<version>
0.6
</version>
</dependency>
<dependency>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-import
</artifactId>
<version>
0.6
-SNAPSHOT
</version>
<version>
0.6
</version>
<type>
test-jar
</type>
<scope>
test
</scope>
</dependency>
...
...
pom.xml
View file @
6e28b133
...
...
@@ -4,7 +4,7 @@
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream
</artifactId>
<version>
0.6
-SNAPSHOT
</version>
<version>
0.6
</version>
<name>
HIStream
</name>
<description>
Real-time stream based decision support system
</description>
...
...
@@ -25,7 +25,7 @@
<scm>
<connection>
scm:git:git@gitlab.uni-oldenburg.de:rwmajeed/histream.git
</connection>
<developerConnection>
scm:git:git@gitlab.uni-oldenburg.de:rwmajeed/histream.git
</developerConnection>
<tag>
HEAD
</tag>
<tag>
histream-0.6
</tag>
<url>
https://gitlab.uni-oldenburg.de/rwmajeed/histream/tree/master
</url>
</scm>
<distributionManagement>
...
...
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