diff --git a/pom.xml b/pom.xml
index 2e7eb84..4f2ba32 100755
--- a/pom.xml
+++ b/pom.xml
@@ -7,27 +7,17 @@
Snappy for Java
Compression/decompression library
-
- org.xerial
- xerial-project
- 1.1
-
-
-
- src/main/java
-
src/main/resources
org/xerial/snappy/native/**
- org/**
${basedir}
- META-INF/maven/${groupId}/${artifactId}
+ META-INF/maven/${project.groupId}/${project.artifactId}
VERSION
LICENSE*
@@ -79,11 +69,12 @@
-->
-
- org.xerial.thirdparty
- jdbc-api
- 1.4
- provided
-
+
+ junit
+ junit
+ 4.8.2
+ jar
+ test
+
diff --git a/src/main/java/org/xerial/snappy/OSInfo.java b/src/main/java/org/xerial/snappy/OSInfo.java
index a10f37c..81f17c8 100755
--- a/src/main/java/org/xerial/snappy/OSInfo.java
+++ b/src/main/java/org/xerial/snappy/OSInfo.java
@@ -14,7 +14,7 @@
* limitations under the License.
*--------------------------------------------------------------------------*/
//--------------------------------------
-// sqlite-jdbc Project
+// snappy-java Project
//
// OSInfo.java
// Since: May 20, 2008