Skip to content

Commit 2bccecf

Browse files
chore: bump to v2.5.0
1 parent 789b980 commit 2bccecf

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Open http://localhost:8080
2727
### Executable JAR
2828

2929
```bash
30-
curl -LO https://github.com/arieslab/jnose/releases/download/v2.4.4/jnose-2.4.4.jar
31-
java -jar jnose-2.4.4.jar
30+
curl -LO https://github.com/arieslab/jnose/releases/download/v2.5.0/jnose-2.5.0.jar
31+
java -jar jnose-2.5.0.jar
3232
```
3333

3434
### Building from source
@@ -37,7 +37,7 @@ java -jar jnose-2.4.4.jar
3737
git clone https://github.com/arieslab/jnose
3838
cd jnose
3939
mise exec -- mvn clean package -DskipTests
40-
java -jar target/jnose-2.4.4.jar
40+
java -jar target/jnose-2.5.0.jar
4141
```
4242

4343
> JDK 25 is required. The project uses [`mise`](https://mise.jdx.dev) to manage the JDK version — `mise exec -- mvn <goal>` ensures the correct JDK.
@@ -62,7 +62,7 @@ docker run -dp "8080:8080" tassiovirginio/jnose
6262
<dependency>
6363
<groupId>io.github.arieslab</groupId>
6464
<artifactId>jnose</artifactId>
65-
<version>2.4.4</version>
65+
<version>2.5.0</version>
6666
</dependency>
6767
```
6868

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>io.github.arieslab</groupId>
88
<artifactId>jnose</artifactId>
99
<packaging>jar</packaging>
10-
<version>2.4.4</version>
10+
<version>2.5.0</version>
1111
<name>jnose</name>
1212
<description>Web tool for automatic Test Smells detection and code coverage metrics</description>
1313
<url>https://github.com/arieslab/jnose</url>

0 commit comments

Comments
 (0)