Skip to content

Commit

Permalink
merge changes from 3.1.1 post public
Browse files Browse the repository at this point in the history
  • Loading branch information
alx652 committed Oct 22, 2024
1 parent 3c3ddda commit 790e4b1
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 26 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions gsrs-fda-substance-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gsrs-module-substances</artifactId>
<groupId>gov.nih.ncats</groupId>
<version>3.1.1.1</version>
<version>3.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -110,7 +110,7 @@
<dependency>
<groupId>gov.nih.ncats</groupId>
<artifactId>applications-api</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>${gsrs.applications-api.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
Expand Down Expand Up @@ -139,7 +139,7 @@
<dependency>
<groupId>gov.nih.ncats</groupId>
<artifactId>products-api</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>${gsrs.products-api.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
Expand Down Expand Up @@ -168,7 +168,7 @@
<dependency>
<groupId>gov.nih.ncats</groupId>
<artifactId>clinical-trials-api</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>${gsrs.clinical-trials-api.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
Expand Down
4 changes: 2 additions & 2 deletions gsrs-module-substance-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gsrs-module-substances</artifactId>
<groupId>gov.nih.ncats</groupId>
<version>3.1.1.1</version>
<version>3.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -339,7 +339,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion gsrs-module-substances-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gsrs-module-substances</artifactId>
<groupId>gov.nih.ncats</groupId>
<version>3.1.1.1</version>
<version>3.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion gsrs-module-substances-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gsrs-module-substances</artifactId>
<groupId>gov.nih.ncats</groupId>
<version>3.1.1.1</version>
<version>3.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion gsrs-module-substances-data-exchange/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gsrs-module-substances</artifactId>
<groupId>gov.nih.ncats</groupId>
<version>3.1.1.1</version>
<version>3.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion gsrs-module-substances-dto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gsrs-module-substances</artifactId>
<groupId>gov.nih.ncats</groupId>
<version>3.1.1.1</version>
<version>3.1.2-SNAPSHOT</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion gsrs-module-substances-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gsrs-module-substances</artifactId>
<groupId>gov.nih.ncats</groupId>
<version>3.1.1.1</version>
<version>3.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion gsrs-module-substances-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gsrs-module-substances</artifactId>
<groupId>gov.nih.ncats</groupId>
<version>3.1.1.1</version>
<version>3.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion gsrs-module-substances-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gsrs-module-substances</artifactId>
<groupId>gov.nih.ncats</groupId>
<version>3.1.1.1</version>
<version>3.1.2-SNAPSHOT</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion gsrs-ncats-substance-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gsrs-module-substances</artifactId>
<groupId>gov.nih.ncats</groupId>
<version>3.1.1.1</version>
<version>3.1.2-SNAPSHOT</version>
</parent>
<properties>
<!--java.version>11</java.version-->
Expand Down
6 changes: 3 additions & 3 deletions installExtraJars.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mvnw.cmd install:install-file -Dfile=extraJars/applications-api-3.1.1-SNAPSHOT.jar
mvnw.cmd install:install-file -Dfile=extraJars/products-api-3.1.1-SNAPSHOT.jar
mvnw.cmd install:install-file -Dfile=extraJars/clinical-trials-api-3.1.1-SNAPSHOT.jar
mvnw.cmd install:install-file -Dfile=extraJars/applications-api-3.1.2-SNAPSHOT.jar
mvnw.cmd install:install-file -Dfile=extraJars/products-api-3.1.2-SNAPSHOT.jar
mvnw.cmd install:install-file -Dfile=extraJars/clinical-trials-api-3.1.2-SNAPSHOT.jar
mvnw.cmd install:install-file -Dfile=extraJars/Featureize-Nitrosamines-0.0.3-SNAPSHOT.jar
6 changes: 3 additions & 3 deletions installExtraJars.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
./mvnw install:install-file -Dfile=extraJars/applications-api-3.1.1-SNAPSHOT.jar
./mvnw install:install-file -Dfile=extraJars/products-api-3.1.1-SNAPSHOT.jar
./mvnw install:install-file -Dfile=extraJars/clinical-trials-api-3.1.1-SNAPSHOT.jar
./mvnw install:install-file -Dfile=extraJars/applications-api-3.1.2-SNAPSHOT.jar
./mvnw install:install-file -Dfile=extraJars/products-api-3.1.2-SNAPSHOT.jar
./mvnw install:install-file -Dfile=extraJars/clinical-trials-api-3.1.2-SNAPSHOT.jar
./mvnw install:install-file -Dfile=extraJars/Featureize-Nitrosamines-0.0.3-SNAPSHOT.jar
8 changes: 5 additions & 3 deletions pom-version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# For use in project pom version check test
sm.pomversiontest.starterModuleVersion=3.1.1
sm.pomversiontest.substancesModuleVersion=3.1.1.1
sm.pomversiontest.otherModuleVersion=3.1.1-SNAPSHOT
# Need to adjust test for api versions
# mvn test -Dtest=gsrs.substances.tests.SubstancesPomsVersionTest -DdoPomCheck=true -pl gsrs-module-substances-tests
sm.pomversiontest.starterModuleVersion=3.1.2-SNAPSHOT
sm.pomversiontest.substancesModuleVersion=3.1.2-SNAPSHOT
sm.pomversiontest.otherModuleVersion=3.1.2-SNAPSHOT
9 changes: 6 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</parent>
<groupId>gov.nih.ncats</groupId>
<artifactId>gsrs-module-substances</artifactId>
<version>3.1.1.1</version>
<version>3.1.2-SNAPSHOT</version>
<name>GSRS Substance Module</name>
<description>Substance Module for GSRS Spring Boot</description>
<url>https://github.com/ncats/gsrs-spring-module-substances</url>
Expand All @@ -33,8 +33,11 @@
<properties>
<java.version>1.8</java.version>
<spring-cloud.version>Hoxton.SR1</spring-cloud.version>
<gsrs.version>3.1.1</gsrs.version>
<gsrs.substance.version>3.1.1.1</gsrs.substance.version>
<gsrs.version>3.1.2-SNAPSHOT</gsrs.version>
<gsrs.substance.version>3.1.2-SNAPSHOT</gsrs.substance.version>
<gsrs.applications-api.version>3.1.2-SNAPSHOT</gsrs.applications-api.version>
<gsrs.clinical-trials-api.version>3.1.2-SNAPSHOT</gsrs.clinical-trials-api.version>
<gsrs.products-api.version>3.1.2-SNAPSHOT</gsrs.products-api.version>
<spring-boot.version>2.4.5</spring-boot.version>
<log4j2.version>2.17.2</log4j2.version>
</properties>
Expand Down

0 comments on commit 790e4b1

Please sign in to comment.