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
1f6cd8e9
Commit
1f6cd8e9
authored
Aug 25, 2015
by
R.W.Majeed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
using SNAPSHOT version
parent
3946a9ce
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
25 additions
and
19 deletions
+25
-19
HIStream-HL7/pom.xml
HIStream-HL7/pom.xml
+2
-2
HIStream-SKOS/pom.xml
HIStream-SKOS/pom.xml
+4
-4
HIStream-i2b2/pom.xml
HIStream-i2b2/pom.xml
+3
-3
TODO.txt
TODO.txt
+4
-0
distribution/pom.xml
distribution/pom.xml
+3
-3
histream-core/pom.xml
histream-core/pom.xml
+2
-2
histream-import/pom.xml
histream-import/pom.xml
+3
-3
pom.xml
pom.xml
+4
-2
No files found.
HIStream-HL7/pom.xml
View file @
1f6cd8e9
...
...
@@ -4,12 +4,12 @@
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-hl7
</artifactId>
<version>
0.
2-alpha
</version>
<version>
0.
3-SNAPSHOT
</version>
<parent>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream
</artifactId>
<version>
0.
2-alpha
</version>
<version>
0.
3-SNAPSHOT
</version>
</parent>
<build>
...
...
HIStream-SKOS/pom.xml
View file @
1f6cd8e9
...
...
@@ -4,12 +4,12 @@
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-skos
</artifactId>
<version>
0.
2-alpha
</version>
<version>
0.
3-SNAPSHOT
</version>
<parent>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream
</artifactId>
<version>
0.
2-alpha
</version>
<version>
0.
3-SNAPSHOT
</version>
</parent>
<build>
...
...
@@ -20,7 +20,7 @@
<dependency>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-core
</artifactId>
<version>
0.
2-alpha
</version>
<version>
0.
3-SNAPSHOT
</version>
</dependency>
<!-- test dependencies -->
<dependency>
...
...
@@ -32,7 +32,7 @@
<dependency>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-core
</artifactId>
<version>
0.
2-alpha
</version>
<version>
0.
3-SNAPSHOT
</version>
<type>
test-jar
</type>
<scope>
test
</scope>
</dependency>
...
...
HIStream-i2b2/pom.xml
View file @
1f6cd8e9
...
...
@@ -4,12 +4,12 @@
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-i2b2
</artifactId>
<version>
0.
2-alpha
</version>
<version>
0.
3-SNAPSHOT
</version>
<parent>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream
</artifactId>
<version>
0.
2-alpha
</version>
<version>
0.
3-SNAPSHOT
</version>
</parent>
<build>
...
...
@@ -31,7 +31,7 @@
<dependency>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-core
</artifactId>
<version>
0.
2-alpha
</version>
<version>
0.
3-SNAPSHOT
</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
TODO.txt
View file @
1f6cd8e9
...
...
@@ -13,3 +13,7 @@ de.sekmi.histream.hl7
Deploy site to sourceforge via mvn site:deploy
https://maven.apache.org/plugins/maven-site-plugin/examples/site-deploy-to-sourceforge.net.html
Update version number across sub modules:
mvn release:update-versions -DautoVersionSubmodules=true
\ No newline at end of file
distribution/pom.xml
View file @
1f6cd8e9
...
...
@@ -6,19 +6,19 @@
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
distribution
</artifactId>
<version>
0.
2-alpha
</version>
<version>
0.
3-SNAPSHOT
</version>
<parent>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream
</artifactId>
<version>
0.
2-alpha
</version>
<version>
0.
3-SNAPSHOT
</version>
</parent>
<dependencies>
<dependency>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-core
</artifactId>
<version>
0.
2-alpha
</version>
<version>
0.
3-SNAPSHOT
</version>
</dependency>
</dependencies>
...
...
histream-core/pom.xml
View file @
1f6cd8e9
...
...
@@ -4,12 +4,12 @@
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-core
</artifactId>
<version>
0.
2-alpha
</version>
<version>
0.
3-SNAPSHOT
</version>
<parent>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream
</artifactId>
<version>
0.
2-alpha
</version>
<version>
0.
3-SNAPSHOT
</version>
</parent>
<build>
...
...
histream-import/pom.xml
View file @
1f6cd8e9
...
...
@@ -4,12 +4,12 @@
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-import
</artifactId>
<version>
0.
2-alpha
</version>
<version>
0.
3-SNAPSHOT
</version>
<parent>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream
</artifactId>
<version>
0.
2-alpha
</version>
<version>
0.
3-SNAPSHOT
</version>
</parent>
<properties>
...
...
@@ -45,7 +45,7 @@
<dependency>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-core
</artifactId>
<version>
0.
2-alpha
</version>
<version>
0.
3-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
junit
</groupId>
...
...
pom.xml
View file @
1f6cd8e9
...
...
@@ -5,14 +5,16 @@
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream
</artifactId>
<version>
0.
2-alpha
</version>
<version>
0.
3-SNAPSHOT
</version>
<inceptionYear>
2013
</inceptionYear>
<organization>
<name>
R.W.Majeed
</name>
</organization>
<scm>
<developerConnection>
scm:git:git@gitlab.uni-oldenburg.de:rwmajeed/histream.git
</developerConnection>
</scm>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
...
...
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