Rename jar from nGrammFoldCount to totalngrams

Change-Id: I510a7fca00b45e46fa64a0a05e5f60cfd9e034eb
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4983134..b781be7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,3 +4,4 @@
 - for `.*\\.(freq|tsv)(\\.gz)?` input files automatically cumulate frequencies
 - -N option added to sort keys with same frequency numerically
 - --pad option added to optionally add padding symbols at text edges
+- jar is now called totalngrams-2.0.jar
diff --git a/pom.xml b/pom.xml
index 5603cc8..a1c5588 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,8 +5,8 @@
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>groupId</groupId>
-    <artifactId>nGrammFoldCount</artifactId>
     <version>1.9.900</version>
+    <artifactId>totalngrams</artifactId>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>