Skip to content

Commit

Permalink
AUT-1968 Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Steinhain committed Oct 25, 2024
1 parent 84368ba commit b6e6bb2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion eidas-client-opensaml-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>eidas-client-parent</artifactId>
<groupId>ee.ria.eidas</groupId>
<version>1.3.3</version>
<version>1.4.0</version>
</parent>

<artifactId>eidas-client-opensaml-extension</artifactId>
Expand Down Expand Up @@ -134,6 +134,14 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>9</source>
<target>9</target>
</configuration>
</plugin>
</plugins>
</build>

Expand Down
2 changes: 1 addition & 1 deletion eidas-client-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>eidas-client-parent</artifactId>
<groupId>ee.ria.eidas</groupId>
<version>1.3.3</version>
<version>1.4.0</version>
</parent>

<artifactId>eidas-client-webapp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>ee.ria.eidas</groupId>
<artifactId>eidas-client-parent</artifactId>
<version>1.3.3</version>
<version>1.4.0</version>
<packaging>pom</packaging>
<name>eIDAS-Client</name>
<licenses>
Expand Down

0 comments on commit b6e6bb2

Please sign in to comment.