Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderMChu committed Aug 31, 2017
1 parent 36e6a17 commit 17e3720
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 10 deletions.
5 changes: 3 additions & 2 deletions README.md
@@ -1,5 +1,6 @@
Release Validation Framework (RVF)
Release Validation Framework (RVF) [![Join the chat at https://gitter.im/IHTSDO/release-validation-framework](https://badges.gitter.im/IHTSDO/release-validation-framework.svg)](https://gitter.im/IHTSDO/release-validation-framework?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
====================================

A framework for testing the validity of SNOMED CT releases.

Getting started
Expand All @@ -9,7 +10,7 @@ These instructions will provide guidance in getting the RVF running on your loca
### Prerequisites
You will need:
- [Git Client](https://git-scm.com/) to clone the project
- [JDK 1.7](http://www.oracle.com/technetwork/java/javase/downloads) or above
- [JDK 1.8](http://www.oracle.com/technetwork/java/javase/downloads)
- [Maven](https://maven.apache.org/) to build


Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.ihtsdo.snomed.rvf</groupId>
<artifactId>release-validation-framework</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.2-SNAPSHOT</version>
</parent>

<artifactId>api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion data-service/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.ihtsdo.snomed.rvf</groupId>
<artifactId>release-validation-framework</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.2-SNAPSHOT</version>
</parent>

<artifactId>data-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion execution-service/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>release-validation-framework</artifactId>
<groupId>org.ihtsdo.snomed.rvf</groupId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion importer/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>release-validation-framework</artifactId>
<groupId>org.ihtsdo.snomed.rvf</groupId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion model/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.ihtsdo.snomed.rvf</groupId>
<artifactId>release-validation-framework</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.2-SNAPSHOT</version>
</parent>

<artifactId>model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>org.ihtsdo.snomed.rvf</groupId>
<artifactId>release-validation-framework</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>SNOMED Release Validation Framework</name>

Expand Down
2 changes: 1 addition & 1 deletion validation-service/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.ihtsdo.snomed.rvf</groupId>
<artifactId>release-validation-framework</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.2-SNAPSHOT</version>
</parent>

<artifactId>validation-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.ihtsdo.snomed.rvf</groupId>
<artifactId>release-validation-framework</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.2-SNAPSHOT</version>
</parent>

<artifactId>web</artifactId>
Expand Down

0 comments on commit 17e3720

Please sign in to comment.