Skip to content

Commit

Permalink
Update the cdk-build-util dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Sep 14, 2022
1 parent 736514d commit 82b1a3c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Expand Up @@ -674,10 +674,9 @@
<tagletArtifact>
<groupId>org.openscience.cdk</groupId>
<artifactId>cdk-build-utils</artifactId>
<version>1.0.2.8</version>
<version>1.0.2.9-jdk11</version>
</tagletArtifact>
<failOnError>false</failOnError>
<excludePackageNames>org.openscience.cdk.test,org.openscience.cdk.test.*</excludePackageNames>
<doctitle>Chemistry Development Kit ${project.version} API</doctitle>
<stylesheetfile>${basedir}/doc/javadoc/stylesheet.css</stylesheetfile>
</configuration>
Expand Down Expand Up @@ -712,7 +711,7 @@
<dependency>
<groupId>org.openscience.cdk</groupId>
<artifactId>cdk-build-utils</artifactId>
<version>1.0.2.4</version>
<version>1.0.2.9-jdk11</version>
</dependency>
</dependencies>
</plugin>
Expand All @@ -728,8 +727,8 @@
<dependency>
<groupId>org.openscience.cdk</groupId>
<artifactId>cdk-build-utils</artifactId>
<version>1.0.2.3</version>
</dependency>
<version>1.0.2.9-jdk11</version>
</dependency>
</dependencies>
</plugin>
<plugin>
Expand Down Expand Up @@ -853,7 +852,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down

0 comments on commit 82b1a3c

Please sign in to comment.