Skip to content

Commit f412d28

Browse files
committed
Release 0.1.0
1 parent e765907 commit f412d28

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.openconext</groupId>
66
<artifactId>access</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
7+
<version>0.1.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>client</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.openconext</groupId>
66
<artifactId>access</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
7+
<version>0.1.0</version>
88
<packaging>pom</packaging>
99
<name>access</name>
1010
<description>SURFconext Access</description>

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openconext</groupId>
77
<artifactId>access</artifactId>
8-
<version>0.0.2-SNAPSHOT</version>
8+
<version>0.1.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>access-server</artifactId>

0 commit comments

Comments
 (0)