Skip to content

Commit b82736e

Browse files
committed
Use the full reference
1 parent 801387a commit b82736e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

descriptor/qsarmolecular/src/main/java/org/openscience/cdk/qsar/descriptors/molecular/JPlogPDescriptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
/**
3737
* A logP model donated by Lhasa Limited. It is based on an atom contribution
38-
* model. See Journal of Cheminformatics 2018 10:61 https://doi.org/10.1186/s13321-018-0316-5
38+
* model. See {@cdk.cite Plante2018}.
3939
*
4040
* @author Jeffrey Plante
4141
* @cdk.created 2018-12-15

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@
595595
<tagletArtifact>
596596
<groupId>org.openscience.cdk</groupId>
597597
<artifactId>cdk-build-utils</artifactId>
598-
<version>1.0.2.5</version>
598+
<version>1.0.2.6</version>
599599
</tagletArtifact>
600600
<failOnError>false</failOnError>
601601
<doctitle>Chemistry Development Kit ${project.version} API</doctitle>

0 commit comments

Comments
 (0)