Skip to content

Commit

Permalink
Merge pull request #378 from ncats/release3.1.1.2
Browse files Browse the repository at this point in the history
update version to 3.1.1.2
  • Loading branch information
ChemMitch authored Oct 31, 2024
2 parents 51b7d60 + 73e5432 commit 55c51f6
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion 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.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion 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.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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.1.2</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.1.2</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.1.2</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.1.2</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.1.2</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.1.2</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.1.2</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.1.2</version>
</parent>
<properties>
<!--java.version>11</java.version-->
Expand Down
4 changes: 2 additions & 2 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.1.2</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 @@ -34,7 +34,7 @@
<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.substance.version>3.1.1.2</gsrs.substance.version>
<spring-boot.version>2.4.5</spring-boot.version>
<log4j2.version>2.17.2</log4j2.version>
</properties>
Expand Down

0 comments on commit 55c51f6

Please sign in to comment.