Skip to content

Commit c30122f

Browse files
svenzikmrts
authored andcommitted
build(deps): bump version to 3.2.1-SNAPSHOT
WE2-1175 Signed-off-by: Sven Mitt <svenzik@users.noreply.github.com>
1 parent 32542d2 commit c30122f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>eu.webeid.example</groupId>
1212
<artifactId>web-eid-springboot-example</artifactId>
13-
<version>3.2.0</version>
13+
<version>3.2.1-SNAPSHOT</version>
1414
<name>web-eid-springboot-example</name>
1515
<description>Example Spring Boot application that demonstrates how to use Web eID for authentication and digital
1616
signing
@@ -19,7 +19,7 @@
1919
<properties>
2020
<java.version>17</java.version>
2121
<maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
22-
<webeid.version>3.2.0</webeid.version>
22+
<webeid.version>3.2.1-SNAPSHOT</webeid.version>
2323
<digidoc4j.version>6.1.0</digidoc4j.version>
2424
<jmockit.version>1.44</jmockit.version> <!-- Keep version 1.44, otherwise mocking will fail. -->
2525
<jib.version>3.5.1</jib.version>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>authtoken-validation</artifactId>
77
<groupId>eu.webeid.security</groupId>
8-
<version>3.2.0</version>
8+
<version>3.2.1-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010
<name>authtoken-validation</name>
1111
<description>Web eID authentication token validation library for Java</description>

0 commit comments

Comments
 (0)