Skip to content

Commit

Permalink
Merge pull request #4 from ncats/arch-starter
Browse files Browse the repository at this point in the history
updated version to 3.0.3
  • Loading branch information
tylerperyea authored Nov 17, 2022
2 parents 520058a + 9d138bb commit 9764fc6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gsrs-module-adverse-events</artifactId>
<groupId>gov.nih.ncats</groupId>
<version>0.1.3-SNAPSHOT</version>
<version>3.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,19 @@

<groupId>gov.nih.ncats</groupId>
<artifactId>gsrs-module-adverse-events</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>3.0.3-SNAPSHOT</version>
<name>GSRS Adverse Events Module</name>
<description>GSRS Adverse Events Module for Spring Boot</description>

<scm>
<url>https://github.com/ncats/gsrs-spring-module-adverse-events.git</url>
</scm>

<properties>
<java.version>1.8</java.version>
<spring-cloud.version>Hoxton.SR1</spring-cloud.version>
<lucene.version>4.10.0</lucene.version>
<gsrs.version>3.0.3-SNAPSHOT</gsrs.version>
<gsrs.adverse-events.version>0.1.3-SNAPSHOT</gsrs.adverse-events.version>
<gsrs.adverse-events.version>3.0.3-SNAPSHOT</gsrs.adverse-events.version>
<log4j2.version>2.17.1</log4j2.version>
<!-- TO BE REMOVED -->
<gsrs.substance.version>3.0.3-SNAPSHOT</gsrs.substance.version>
Expand Down

0 comments on commit 9764fc6

Please sign in to comment.