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
H
histream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
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
Raphael
histream
Commits
2d635123
Commit
2d635123
authored
May 29, 2017
by
R.W.Majeed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[maven-release-plugin] prepare release v0.12
parent
ad1fc3c3
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
26 additions
and
26 deletions
+26
-26
histream-core/pom.xml
histream-core/pom.xml
+2
-2
histream-export/pom.xml
histream-export/pom.xml
+4
-4
histream-i2b2/pom.xml
histream-i2b2/pom.xml
+3
-3
histream-import/pom.xml
histream-import/pom.xml
+4
-4
histream-js/pom.xml
histream-js/pom.xml
+3
-3
histream-maven-plugin/pom.xml
histream-maven-plugin/pom.xml
+4
-4
histream-skos/pom.xml
histream-skos/pom.xml
+4
-4
pom.xml
pom.xml
+2
-2
No files found.
histream-core/pom.xml
View file @
2d635123
...
...
@@ -4,12 +4,12 @@
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-core
</artifactId>
<version>
0.12
-SNAPSHOT
</version>
<version>
0.12
</version>
<parent>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream
</artifactId>
<version>
0.12
-SNAPSHOT
</version>
<version>
0.12
</version>
</parent>
<build>
...
...
histream-export/pom.xml
View file @
2d635123
...
...
@@ -8,12 +8,12 @@
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-export
</artifactId>
<version>
0.12
-SNAPSHOT
</version>
<version>
0.12
</version>
<parent>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream
</artifactId>
<version>
0.12
-SNAPSHOT
</version>
<version>
0.12
</version>
</parent>
<build>
...
...
@@ -24,12 +24,12 @@
<dependency>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-core
</artifactId>
<version>
0.12
-SNAPSHOT
</version>
<version>
0.12
</version>
</dependency>
<dependency>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-core
</artifactId>
<version>
0.12
-SNAPSHOT
</version>
<version>
0.12
</version>
<type>
test-jar
</type>
<scope>
test
</scope>
</dependency>
...
...
histream-i2b2/pom.xml
View file @
2d635123
...
...
@@ -4,12 +4,12 @@
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-i2b2
</artifactId>
<version>
0.12
-SNAPSHOT
</version>
<version>
0.12
</version>
<parent>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream
</artifactId>
<version>
0.12
-SNAPSHOT
</version>
<version>
0.12
</version>
</parent>
<build>
...
...
@@ -31,7 +31,7 @@
<dependency>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-core
</artifactId>
<version>
0.12
-SNAPSHOT
</version>
<version>
0.12
</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
histream-import/pom.xml
View file @
2d635123
...
...
@@ -4,12 +4,12 @@
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-import
</artifactId>
<version>
0.12
-SNAPSHOT
</version>
<version>
0.12
</version>
<parent>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream
</artifactId>
<version>
0.12
-SNAPSHOT
</version>
<version>
0.12
</version>
</parent>
<properties>
...
...
@@ -50,13 +50,13 @@
<dependency>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-core
</artifactId>
<version>
0.12
-SNAPSHOT
</version>
<version>
0.12
</version>
</dependency>
<!-- script support -->
<dependency>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-js
</artifactId>
<version>
0.12
-SNAPSHOT
</version>
<version>
0.12
</version>
</dependency>
<!-- add later for sorting data tables
<dependency>
...
...
histream-js/pom.xml
View file @
2d635123
...
...
@@ -4,12 +4,12 @@
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-js
</artifactId>
<version>
0.12
-SNAPSHOT
</version>
<version>
0.12
</version>
<parent>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream
</artifactId>
<version>
0.12
-SNAPSHOT
</version>
<version>
0.12
</version>
</parent>
<build>
...
...
@@ -18,7 +18,7 @@
<dependency>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-core
</artifactId>
<version>
0.12
-SNAPSHOT
</version>
<version>
0.12
</version>
</dependency>
<dependency>
<groupId>
junit
</groupId>
...
...
histream-maven-plugin/pom.xml
View file @
2d635123
...
...
@@ -3,7 +3,7 @@
<groupId>
de.sekmi.histream.maven
</groupId>
<artifactId>
histream-maven-plugin
</artifactId>
<version>
0.12
-SNAPSHOT
</version>
<version>
0.12
</version>
<packaging>
maven-plugin
</packaging>
<name>
HIStream : Maven plugin
</name>
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream
</artifactId>
<version>
0.12
-SNAPSHOT
</version>
<version>
0.12
</version>
</parent>
<build>
...
...
@@ -29,12 +29,12 @@
<dependency>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-i2b2
</artifactId>
<version>
0.12
-SNAPSHOT
</version>
<version>
0.12
</version>
</dependency>
<dependency>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-skos
</artifactId>
<version>
0.12
-SNAPSHOT
</version>
<version>
0.12
</version>
</dependency>
<!-- maven plugin dependencies -->
...
...
histream-skos/pom.xml
View file @
2d635123
...
...
@@ -4,12 +4,12 @@
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-skos
</artifactId>
<version>
0.12
-SNAPSHOT
</version>
<version>
0.12
</version>
<parent>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream
</artifactId>
<version>
0.12
-SNAPSHOT
</version>
<version>
0.12
</version>
</parent>
<build>
...
...
@@ -20,7 +20,7 @@
<dependency>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-core
</artifactId>
<version>
0.12
-SNAPSHOT
</version>
<version>
0.12
</version>
</dependency>
<!-- test dependencies -->
<dependency>
...
...
@@ -32,7 +32,7 @@
<dependency>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-core
</artifactId>
<version>
0.12
-SNAPSHOT
</version>
<version>
0.12
</version>
<type>
test-jar
</type>
<scope>
test
</scope>
</dependency>
...
...
pom.xml
View file @
2d635123
...
...
@@ -4,7 +4,7 @@
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream
</artifactId>
<version>
0.12
-SNAPSHOT
</version>
<version>
0.12
</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>
v0.12
</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