Skip to content

Commit

Permalink
Update backend-api (#12)
Browse files Browse the repository at this point in the history
* Upgrade backend-api dependency

- Bumped backend-api dependency to 2.0.0-SNAPSHOT
- Bump to next major version
- Replace spotify docker plugin with maven exec plugin

* Upgraded webprotege-backend-api to 2.0.1

* upgrade branckend-api version

---------

Co-authored-by: Matthew Horridge <matthew.horridge@stanford.edu>
Co-authored-by: soimugeo <soimugeo@gmail.com>
  • Loading branch information
3 people authored Oct 28, 2024
1 parent 16a6edf commit 452d18b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>edu.stanford.protege</groupId>
<artifactId>webprotege-event-history-service</artifactId>
<version>1.0.9-WHO</version>
<version>2.0.0-WHO</version>
<name>webprotege-event-history-service</name>
<description>Service that contains business specific events in order to be queried</description>
<properties>
Expand Down Expand Up @@ -55,6 +55,12 @@
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
</dependency>-->

<dependency>
<groupId>edu.stanford.protege</groupId>
<artifactId>webprotege-backend-api</artifactId>
<version>2.0.2-WHO</version>
</dependency>
<dependency>
<groupId>edu.stanford.protege</groupId>
<artifactId>webprotege-entity-frames</artifactId>
Expand All @@ -75,11 +81,6 @@
<artifactId>spring-rabbit-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>edu.stanford.protege</groupId>
<artifactId>webprotege-backend-api</artifactId>
<version>1.0.27-WHO</version>
</dependency>

<dependency>
<groupId>edu.stanford.protege</groupId>
Expand Down

0 comments on commit 452d18b

Please sign in to comment.