Skip to content

Commit 8c7a4e0

Browse files
Merge pull request #40 from protegeproject/async-events
Update backend-api to 4.0.0
2 parents 9541be1 + cedd9c8 commit 8c7a4e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>edu.stanford.protege</groupId>
1212
<artifactId>webprotege-gwt-api-gateway</artifactId>
13-
<version>2.0.9</version>
13+
<version>3.0.0-SNAPSHOT</version>
1414
<name>webprotege-gwt-api-gateway</name>
1515
<description>The API Gateway for the WebProtégé GWT User Interface</description>
1616
<properties>
@@ -153,7 +153,7 @@
153153
<dependency>
154154
<groupId>edu.stanford.protege</groupId>
155155
<artifactId>webprotege-backend-api</artifactId>
156-
<version>3.0.0</version>
156+
<version>4.0.0</version>
157157
</dependency>
158158

159159
<dependency>

0 commit comments

Comments
 (0)