Skip to content

Commit 58f2c13

Browse files
authored
Merge pull request #51 from nf-core/version_bump
Bump version to 0.0.7
2 parents c35ee7c + eef0f77 commit 58f2c13

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dependency-reduced-pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.nf-core</groupId>
55
<artifactId>nft-utils</artifactId>
66
<name>nft-utils</name>
7-
<version>0.0.6</version>
7+
<version>0.0.7</version>
88
<description>nf-test plugin that adds commonly used utility functions</description>
99
<url>https://github.com/nf-core/nft-utils</url>
1010
<licenses>
@@ -36,9 +36,9 @@
3636
</build>
3737
<properties>
3838
<maven.compiler.release>${java.version}</maven.compiler.release>
39+
<maven.compiler.target>${java.version}</maven.compiler.target>
3940
<java.version>11</java.version>
4041
<maven.compiler.source>${java.version}</maven.compiler.source>
41-
<maven.compiler.target>${java.version}</maven.compiler.target>
4242
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4343
<htsjdk.version>3.0.5</htsjdk.version>
4444
<additionalparam>-Xdoclint:none</additionalparam>

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To start using the plugin please add it to your `nf-test.config` file:
1010
```groovy title="nf-test.config"
1111
config {
1212
plugins {
13-
load "nft-utils@0.0.6"
13+
load "nft-utils@0.0.7"
1414
}
1515
}
1616
```

pom.xml

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

66
<groupId>com.nf-core</groupId>
77
<artifactId>nft-utils</artifactId>
8-
<version>0.0.6</version>
8+
<version>0.0.7</version>
99
<packaging>jar</packaging>
1010

1111
<name>nft-utils</name>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
moduleName=nft-utils
2-
moduleVersion=0.0.6
2+
moduleVersion=0.0.7
33
moduleAuthors=nf-core
44
extensionMethods=nf_core.nf.test.utils.Methods

0 commit comments

Comments
 (0)