Skip to content

Commit

Permalink
Bump org.openidentityplatform.openicf 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vharseko committed May 21, 2024
1 parent cbb298e commit 07019fc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
<dependency>
<groupId>org.openidentityplatform</groupId>
<artifactId>openicf</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.6.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -687,11 +687,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar</goal>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit 07019fc

Please sign in to comment.