Skip to content

Commit

Permalink
Release 0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Feb 6, 2025
1 parent 9193184 commit d627f13
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>access</artifactId>
<version>0.0.26-SNAPSHOT</version>
<version>0.0.27-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>access-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openconext</groupId>
<artifactId>access</artifactId>
<version>0.0.26-SNAPSHOT</version>
<version>0.0.27-SNAPSHOT</version>
<packaging>pom</packaging>
<name>access</name>
<description>SURFconext Invite</description>
Expand Down
2 changes: 1 addition & 1 deletion provisioning-mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>access</artifactId>
<version>0.0.26-SNAPSHOT</version>
<version>0.0.27-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>provisioning-mock</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>access</artifactId>
<version>0.0.26-SNAPSHOT</version>
<version>0.0.27-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>access-server</artifactId>
Expand Down Expand Up @@ -112,7 +112,7 @@
<dependency>
<groupId>org.openconext</groupId>
<artifactId>java-crypto</artifactId>
<version>2.0.0</version>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
2 changes: 1 addition & 1 deletion welcome/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>access</artifactId>
<version>0.0.26-SNAPSHOT</version>
<version>0.0.27-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>access-welcome</artifactId>
Expand Down

0 comments on commit d627f13

Please sign in to comment.