Switch (back) to using the head-of-stream JaCoCo.
[squelch.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index bd89ae155326307bd98888036f6399b5582aa450..399bea92ec26fcc9d2e214e37573fa6f79adaa39 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
   <groupId>net.jaekl.squelch</groupId>
   <artifactId>squelch</artifactId>
   <packaging>jar</packaging>
-  <version>0.1-SNAPSHOT</version>
+  <version>0.1b-SNAPSHOT</version>
   <name>squelch</name>
   <url>http://maven.apache.org</url>
   <build>
@@ -65,7 +65,8 @@
       <plugin>
         <groupId>org.jacoco</groupId>
         <artifactId>jacoco-maven-plugin</artifactId>
-        <version>0.6.5.201403032054</version>
+        <!-- <version>0.6.5.201403032054</version> -->
+        <!-- <version>0.7.4.201502262128</version> -->
         <executions>
           <!--
             Prepares the property pointing to the JaCoCo runtime agent which
       <version>4.0</version>
       <scope>test</scope>
     </dependency>
+    <!-- http://mvnrepository.com/artifact/org.postgresql/postgresql -->
+    <dependency>
+      <groupId>org.postgresql</groupId>
+      <artifactId>postgresql</artifactId>
+      <version>9.4.1208.jre7</version>
+    </dependency>
   </dependencies>
 </project>