Skip to content

Commit

Permalink
Merge pull request #309 from ncats/aw_sm_a041_chngversionct3.1.1
Browse files Browse the repository at this point in the history
Change CT version 3.1.1
  • Loading branch information
blueSwordfish authored Dec 20, 2023
2 parents 9b8a599 + 41a3c52 commit e7084c5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion gsrs-fda-substance-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
<dependency>
<groupId>gov.nih.ncats</groupId>
<artifactId>clinical-trials-api</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
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 @@ -336,7 +336,7 @@
<!--dependency>
<groupId>gov.nih.ncats</groupId>
<artifactId>gsrs-core</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
<scope>test</scope>
</dependency-->

Expand Down
2 changes: 1 addition & 1 deletion 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-SNAPSHOT.jar
mvnw.cmd install:install-file -Dfile=extraJars/products-api-3.1-SNAPSHOT.jar
mvnw.cmd install:install-file -Dfile=extraJars/clinical-trials-api-3.1-SNAPSHOT.jar
mvnw.cmd install:install-file -Dfile=extraJars/clinical-trials-api-3.1.1-SNAPSHOT.jar

2 changes: 1 addition & 1 deletion installExtraJars.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
./mvnw install:install-file -Dfile=extraJars/applications-api-3.1-SNAPSHOT.jar
./mvnw install:install-file -Dfile=extraJars/products-api-3.1-SNAPSHOT.jar
./mvnw install:install-file -Dfile=extraJars/clinical-trials-api-3.1-SNAPSHOT.jar
./mvnw install:install-file -Dfile=extraJars/clinical-trials-api-3.1.1-SNAPSHOT.jar
4 changes: 2 additions & 2 deletions pom-version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# For use in project pom version check test
project.shortVersion=3.1
project.longVersion=3.1
project.shortVersion=3.1.1
project.longVersion=3.1.1-SNAPSHOT

0 comments on commit e7084c5

Please sign in to comment.