Skip to content

Commit

Permalink
Update backend-api (#22)
Browse files Browse the repository at this point in the history
* Changes to incorporate major release of backend-api

- Bumped version to 2.0.0
- Use 2.0.0-SNAPSHOT of backend api dependency, for now
- Switch maven spotify plugin to maven exec plugin

* Upgraded webprotege-backend-api

* Bump version to

* updated backend-api version

---------

Co-authored-by: Matthew Horridge <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: soimugeo <[email protected]>
  • Loading branch information
4 people authored Oct 28, 2024
1 parent 3cb53a2 commit e5b8e52
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 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-gwt-api-gateway</artifactId>
<version>1.0.19-WHO</version>
<version>2.0.1-WHO</version>
<name>webprotege-gwt-api-gateway</name>
<description>The API Gateway for the WebProtégé GWT User Interface</description>
<properties>
Expand Down Expand Up @@ -153,7 +153,7 @@
<dependency>
<groupId>edu.stanford.protege</groupId>
<artifactId>webprotege-backend-api</artifactId>
<version>1.0.26-WHO</version>
<version>2.0.2-WHO</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -223,6 +223,14 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<configuration>
<argLine>--add-opens java.base/sun.net=ALL-UNNAMED</argLine>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit e5b8e52

Please sign in to comment.