Skip to content

Commit

Permalink
Merge pull request #380 from ncats/updateVersion
Browse files Browse the repository at this point in the history
update version to 3.1.2-SNAPSHOT
  • Loading branch information
ChemMitch authored Nov 5, 2024
2 parents c183774 + f7e511c commit c79eca8
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 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.2</version>
<version>3.1.2-SNAPSHOT</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.2</version>
<version>3.1.2-SNAPSHOT</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.2</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.2</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.2</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.2</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.2</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.2</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.2</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.2</version>
<version>3.1.2-SNAPSHOT</version>
</parent>
<properties>
<!--java.version>11</java.version-->
Expand Down
6 changes: 3 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.2</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,8 @@
<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.2</gsrs.substance.version>
<gsrs.version>3.1.2-SNAPSHOT</gsrs.version>
<gsrs.substance.version>3.1.2-SNAPSHOT</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 c79eca8

Please sign in to comment.