Skip to content
This repository was archived by the owner on May 7, 2021. It is now read-only.

Commit 4f32732

Browse files
committed
Updated pom.xml and readme as per suggested by (#9 (comment))
1 parent 57496a6 commit 4f32732

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Then, treat it as any other dependency.
2424
```xml
2525
<dependency>
2626
<groupId>com.github.ptnplanet</groupId>
27-
<artifactId>java-naive-bayes-classifier</artifactId>
28-
<version>1.0.3</version>
27+
<artifactId>Java-Naive-Bayes-Classifier</artifactId>
28+
<version>1.0.4</version>
2929
</dependency>
3030
```
3131

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.github.ptnplanet</groupId>
8-
<artifactId>java-naive-bayes-classifier</artifactId>
9-
<version>1.0.3</version>
8+
<artifactId>Java-Naive-Bayes-Classifier</artifactId>
9+
<version>1.0.4</version>
1010

1111
<dependencies>
1212
<dependency>
1313
<groupId>junit</groupId>
1414
<artifactId>junit</artifactId>
1515
<version>4.12</version>
16+
<scope>test</scope>
1617
</dependency>
1718
</dependencies>
1819
</project>

0 commit comments

Comments
 (0)