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
P
Patient Registry
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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gazelle
A
Applications
T
Test execution
Simulator
Patient Registry
Commits
4d3dcffe
Commit
4d3dcffe
authored
Apr 23, 2020
by
gazelle-ci
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ci skip]prepare for next development iteration
parent
6dac72f0
Pipeline
#139484
skipped
Changes
5
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
11 deletions
+11
-11
patient-registry-feed-client/pom.xml
patient-registry-feed-client/pom.xml
+2
-2
patient-registry-model-api/pom.xml
patient-registry-model-api/pom.xml
+2
-2
patient-registry-search-client/pom.xml
patient-registry-search-client/pom.xml
+2
-2
patient-registry-service/pom.xml
patient-registry-service/pom.xml
+2
-2
pom.xml
pom.xml
+3
-3
No files found.
patient-registry-feed-client/pom.xml
View file @
4d3dcffe
...
...
@@ -4,13 +4,13 @@
<parent>
<artifactId>
app.patient-registry
</artifactId>
<groupId>
net.ihe.gazelle
</groupId>
<version>
1.0.
0
</version>
<version>
1.0.
1-SNAPSHOT
</version>
</parent>
<groupId>
net.ihe.gazelle
</groupId>
<artifactId>
app.patient-registry-feed-client
</artifactId>
<name>
Patient Registry Feed Client
</name>
<version>
1.0.
0
</version>
<version>
1.0.
1-SNAPSHOT
</version>
<dependencies>
<dependency>
...
...
patient-registry-model-api/pom.xml
View file @
4d3dcffe
...
...
@@ -5,13 +5,13 @@
<parent>
<artifactId>
app.patient-registry
</artifactId>
<groupId>
net.ihe.gazelle
</groupId>
<version>
1.0.
0
</version>
<version>
1.0.
1-SNAPSHOT
</version>
</parent>
<groupId>
net.ihe.gazelle
</groupId>
<artifactId>
app.patient-registry-api
</artifactId>
<name>
Patient Registry API
</name>
<version>
1.0.
0
</version>
<version>
1.0.
1-SNAPSHOT
</version>
<dependencies>
<dependency>
...
...
patient-registry-search-client/pom.xml
View file @
4d3dcffe
...
...
@@ -5,13 +5,13 @@
<parent>
<artifactId>
app.patient-registry
</artifactId>
<groupId>
net.ihe.gazelle
</groupId>
<version>
1.0.
0
</version>
<version>
1.0.
1-SNAPSHOT
</version>
</parent>
<groupId>
net.ihe.gazelle
</groupId>
<artifactId>
app.patient-registry-search-client
</artifactId>
<name>
Patient Registry Search Client
</name>
<version>
1.0.
0
</version>
<version>
1.0.
1-SNAPSHOT
</version>
<dependencies>
<dependency>
...
...
patient-registry-service/pom.xml
View file @
4d3dcffe
...
...
@@ -5,12 +5,12 @@
<parent>
<artifactId>
app.patient-registry
</artifactId>
<groupId>
net.ihe.gazelle
</groupId>
<version>
1.0.
0
</version>
<version>
1.0.
1-SNAPSHOT
</version>
</parent>
<artifactId>
app.patient-registry-service
</artifactId>
<name>
Patient Registry Service
</name>
<version>
1.0.
0
</version>
<version>
1.0.
1-SNAPSHOT
</version>
<packaging>
ejb
</packaging>
...
...
pom.xml
View file @
4d3dcffe
...
...
@@ -4,7 +4,7 @@
<groupId>
net.ihe.gazelle
</groupId>
<artifactId>
app.patient-registry
</artifactId>
<version>
1.0.
0
</version>
<version>
1.0.
1-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
Patient Registry
</name>
...
...
@@ -14,7 +14,7 @@
<connection>
scm:git:${git.project.url}
</connection>
<url>
scm:git:${git.project.url}
</url>
<developerConnection>
scm:git:${git.project.url}
</developerConnection>
<tag>
1.0.0
</tag>
<tag>
HEAD
</tag>
</scm>
<properties>
...
...
@@ -264,7 +264,7 @@
<dependency>
<groupId>
net.ihe.gazelle
</groupId>
<artifactId>
app.patient-registry-api
</artifactId>
<version>
1.0.
0
</version>
<version>
1.0.
1-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
net.ihe.gazelle
</groupId>
...
...
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