Skip to content

Commit 92cbc80

Browse files
committed
Release 0.3.2-JAVA-8
1 parent bc51fb0 commit 92cbc80

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.surfnet</groupId>
66
<artifactId>student-mobility-broker</artifactId>
7-
<version>0.3.2-JAVA-8-SNAPSHOT</version>
7+
<version>0.3.2-JAVA-8</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>student-mobility-broker-client</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.surfnet</groupId>
55
<artifactId>student-mobility-broker</artifactId>
6-
<version>0.3.2-JAVA-8-SNAPSHOT</version>
6+
<version>0.3.2-JAVA-8</version>
77
<name>student-mobility-broker</name>
88
<description>student-mobility-broker-app</description>
99
<packaging>pom</packaging>

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.surfnet</groupId>
66
<artifactId>student-mobility-broker</artifactId>
7-
<version>0.3.2-JAVA-8-SNAPSHOT</version>
7+
<version>0.3.2-JAVA-8</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>student-mobility-broker-server</artifactId>

0 commit comments

Comments
 (0)