Skip to content

Commit 3f87ebe

Browse files
committed
Release 9.0.2
1 parent 34984b5 commit 3f87ebe

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.openconext</groupId>
66
<artifactId>teams</artifactId>
7-
<version>10.0.0</version>
7+
<version>9.0.2</version>
88
<packaging>pom</packaging>
99

1010
<name>teams</name>

teams-gui/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44
<parent>
55
<groupId>org.openconext</groupId>
66
<artifactId>teams</artifactId>
7-
<version>10.0.0</version>
7+
<version>9.0.2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

1111
<artifactId>teams-gui</artifactId>
1212
<packaging>pom</packaging>
13-
<version>9.0.1</version>
1413
<name>teams-gui</name>
1514

1615
<build>

teams-server/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66
<parent>
77
<groupId>org.openconext</groupId>
88
<artifactId>teams</artifactId>
9-
<version>10.0.0</version>
9+
<version>9.0.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>teams-server</artifactId>
1414
<packaging>jar</packaging>
15-
<version>9.0.1</version>
1615
<name>teams-server</name>
1716

1817
<dependencies>

0 commit comments

Comments
 (0)