Skip to content

Commit

Permalink
Incrementing POM version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
aniskand committed Mar 20, 2018
1 parent 6f3139d commit e1f3475
Show file tree
Hide file tree
Showing 14 changed files with 55 additions and 55 deletions.
4 changes: 2 additions & 2 deletions oib-request/oib-core/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-request</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>
<artifactId>oib-core</artifactId>
<name>OIB Core Utility Module</name>
Expand Down Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-request-schema</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

Expand Down
16 changes: 8 additions & 8 deletions oib-request/oib-ext-resources/pom.xml
Expand Up @@ -2,11 +2,11 @@
<parent>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-request</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>oib-ext-resources</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
<name>oib-ext-resources</name>
<description>Decoupling the handling of external resources from Business Logic</description>

Expand All @@ -15,37 +15,37 @@
<dependency>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-request-schema</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-request-db</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-request-inference-rxnorm</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-request-inference-rxnorm</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.openinfobutton</groupId>
<artifactId>rest-api</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>
</dependency>

<!-- TESTING -->

<dependency>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-service-test</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion oib-request/oib-profile-schema/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>oib-request</artifactId>
<groupId>org.openinfobutton</groupId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 4 additions & 4 deletions oib-request/oib-request-db/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-request</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.openinfobutton</groupId>
Expand All @@ -12,14 +12,14 @@
<dependency>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-core</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-valueset-matcher</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-service-test</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions oib-request/oib-request-inference-rxnorm/pom.xml
Expand Up @@ -2,11 +2,11 @@
<parent>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-request</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>oib-request-inference-rxnorm</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
<name>oib-request-inference-rxnorm</name>
<description>RXNorm REST API Client</description>

Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-request-schema</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</dependency>

<dependency>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-service-test</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions oib-request/oib-request-schema/pom.xml
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-request</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>oib-request-schema</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>

<repositories>

Expand Down Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-profile-schema</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand All @@ -113,7 +113,7 @@
<dependency>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-service-test</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down
14 changes: 7 additions & 7 deletions oib-request/oib-request-service/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-request</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>oib-request-service</artifactId>
Expand All @@ -23,14 +23,14 @@
<dependency>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-request-schema</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-request-db</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -43,17 +43,17 @@
<dependency>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-request-inference-rxnorm</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-ext-resources</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.openinfobutton</groupId>
<artifactId>rest-impl</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand All @@ -66,7 +66,7 @@
<dependency>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-service-test</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions oib-request/oib-service-test/pom.xml
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-request</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-service-test</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>


<!--Testing-->
Expand Down
8 changes: 4 additions & 4 deletions oib-request/oib-valueset-matcher/pom.xml
Expand Up @@ -4,18 +4,18 @@
<parent>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-request</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-valueset-matcher</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>

<dependencies>

<dependency>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-core</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</dependency>

<dependency>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-service-test</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion oib-request/pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-request</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>oib-request</name>
<properties>
Expand Down
5 changes: 2 additions & 3 deletions oib-responder/pom.xml
@@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<groupId>org.openinfobutton</groupId>
<artifactId>oib-rest-responder</artifactId>
<packaging>war</packaging>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
<name>oib-rest-responder</name>
<url>http://maven.apache.org</url>

Expand Down
17 changes: 11 additions & 6 deletions rest-terminology-services/pom.xml
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.openinfobutton</groupId>
<artifactId>rest-terminology-services</artifactId>
<packaging>pom</packaging>
<version>1.1-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>
<modules>
<module>rest-api</module>
<module>rest-impl</module>
Expand All @@ -16,8 +14,8 @@
<description>Parent module for rest clients</description>

<properties>
<umls.username></umls.username>
<umls.password></umls.password>
<umls.username />
<umls.password />
</properties>

<build>
Expand All @@ -34,4 +32,11 @@
</plugins>
</build>

<scm>
<connection>scm:git:https://github.com/VHAINNOVATIONS/InfoButtons.git</connection>
<developerConnection>scm:git:https://github.com/VHAINNOVATIONS/InfoButtons.git</developerConnection>
<url>https://github.com/VHAINNOVATIONS/InfoButtons.git</url>
<tag>HEAD</tag>
</scm>

</project>
6 changes: 2 additions & 4 deletions rest-terminology-services/rest-api/pom.xml
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>rest-terminology-services</artifactId>
<groupId>org.openinfobutton</groupId>
<version>1.1-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 3 additions & 5 deletions rest-terminology-services/rest-impl/pom.xml
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>rest-terminology-services</artifactId>
<groupId>org.openinfobutton</groupId>
<version>1.1-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -28,7 +26,7 @@
<dependency>
<groupId>org.openinfobutton</groupId>
<artifactId>rest-api</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit e1f3475

Please sign in to comment.