Skip to content

Commit

Permalink
Merge pull request #98 from TAMULib/upgrade
Browse files Browse the repository at this point in the history
[Issue 97] Upgrade spring-module core
  • Loading branch information
William Welling authored Apr 7, 2022
2 parents 4ad4e5d + 54d1f74 commit fa21aef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
5 changes: 2 additions & 3 deletions components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>workflow-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1-RC1</version>
</parent>

<dependencies>

<dependency>
<groupId>org.folio</groupId>
<artifactId>spring-domain</artifactId>
<version>1.1.0</version>
<version>1.1.1-RC1</version>
</dependency>

<dependency>
Expand All @@ -35,7 +35,6 @@
<artifactId>spring-boot-starter-activemq</artifactId>
</dependency>


</dependencies>

</project>
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<artifactId>workflow-parent</artifactId>

<version>1.1.1-SNAPSHOT</version>
<version>1.1.1-RC1</version>

<name>Workflow Parent</name>

Expand All @@ -21,8 +21,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>spring-module-core</artifactId>
<version>1.1.0</version>
<relativePath></relativePath>
<version>1.1.1-RC1</version>
</parent>

<modules>
Expand Down
8 changes: 4 additions & 4 deletions service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>workflow-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1-RC1</version>
</parent>

<packaging>jar</packaging>
Expand Down Expand Up @@ -118,19 +118,19 @@
<dependency>
<groupId>org.folio</groupId>
<artifactId>spring-tenant</artifactId>
<version>1.1.0</version>
<version>1.1.1-RC1</version>
</dependency>

<dependency>
<groupId>org.folio</groupId>
<artifactId>spring-web</artifactId>
<version>1.1.0</version>
<version>1.1.1-RC1</version>
</dependency>

<dependency>
<groupId>org.folio</groupId>
<artifactId>workflow-components</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1-RC1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit fa21aef

Please sign in to comment.