Skip to content

Commit

Permalink
CDK Scaffold 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Sep 11, 2023
1 parent b45a11e commit f502844
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ If you are using Maven, you can install the cdk-scaffold package using:
<dependency>
<artifactId>cdk-scaffold</artifactId>
<groupId>org.openscience.cdk</groupId>
<version>2.8</version>
<version>2.9</version>
</dependency>
```

### Snapshot releases

For snapshot releases (currently `2.8-SNAPSHOT`) include the following fragment to define the
For snapshot releases (currently `2.9-SNAPSHOT`) include the following fragment to define the
snapshot repository:

```xml
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.openscience.cdk</groupId>
<artifactId>cdk-scaffold</artifactId>
<name>cdk-scaffold</name>
<version>2.8-SNAPSHOT</version>
<version>2.8</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit f502844

Please sign in to comment.