Skip to content

Commit 67f8cbd

Browse files
authored
Bump org.openidentityplatform.openicf 1.8.0 (#113)
1 parent 1a91eec commit 67f8cbd

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

pom.xml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@
413413
<dependency>
414414
<groupId>org.openidentityplatform</groupId>
415415
<artifactId>openicf</artifactId>
416-
<version>1.7.4-SNAPSHOT</version>
416+
<version>1.8.0</version>
417417
<type>pom</type>
418418
<scope>import</scope>
419419
</dependency>
@@ -736,13 +736,14 @@
736736
</plugin>
737737
<plugin>
738738
<groupId>org.sonatype.central</groupId>
739-
<artifactId>central-publishing-maven-plugin</artifactId>
740-
<version>0.8.0</version>
741-
<extensions>true</extensions>
742-
<configuration>
743-
<publishingServerId>ossrh</publishingServerId>
744-
<autoPublish>true</autoPublish>
745-
</configuration>
739+
<artifactId>central-publishing-maven-plugin</artifactId>
740+
<version>0.8.0</version>
741+
<extensions>true</extensions>
742+
<configuration>
743+
<publishingServerId>ossrh</publishingServerId>
744+
<autoPublish>true</autoPublish>
745+
<waitMaxTime>5400</waitMaxTime>
746+
</configuration>
746747
</plugin>
747748
</plugins>
748749
<pluginManagement>

0 commit comments

Comments
 (0)