Towards 1.5
authorJakub Skoczen <jakub@indexdata.dk>
Wed, 8 Apr 2015 13:07:17 +0000 (15:07 +0200)
committerJakub Skoczen <jakub@indexdata.dk>
Wed, 8 Apr 2015 13:07:17 +0000 (15:07 +0200)
NEWS
any/pom.xml
mkdist.sh
pom.xml
unix/pom.xml
win32/pom.xml

diff --git a/NEWS b/NEWS
index 2f08223..a22b0b9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+--- 1.5
+
+* breaking API change: Package#send throws ZoomException
+* add ConnectionExtended tests
+
 --- 1.4 2014/06/26
 
 * bugfix: fix multiple JVM segv on null pointers
index b2991dd..d49f516 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.yaz4j</groupId>
     <artifactId>yaz4j-lib</artifactId>
-    <version>1.4</version>
+    <version>1.5-SNAPSHOT</version>
   </parent>
   <artifactId>yaz4j-any</artifactId>
   <name>yaz4j-any</name>
index 027263b..fb150fc 100755 (executable)
--- a/mkdist.sh
+++ b/mkdist.sh
@@ -1,3 +1,3 @@
 #!/bin/sh
-V=1.4
+V=1.5
 git archive --format=tar --prefix=yaz4j-$V/ v$V |gzip >yaz4j-$V.tar.gz
diff --git a/pom.xml b/pom.xml
index 664b266..e56cc95 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.yaz4j</groupId>
   <artifactId>yaz4j-lib</artifactId>
-  <version>1.4</version>
+  <version>1.5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <!-- Project Information -->
index 5f39e92..1a74e73 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.yaz4j</groupId>
     <artifactId>yaz4j-lib</artifactId>
-    <version>1.4</version>
+    <version>1.5-SNAPSHOT</version>
   </parent>
   <groupId>org.yaz4j</groupId>
   <artifactId>libyaz4j</artifactId>
index 7f78c19..3135ae6 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.yaz4j</groupId>
     <artifactId>yaz4j-lib</artifactId>
-    <version>1.4</version>
+    <version>1.5-SNAPSHOT</version>
   </parent>
   <groupId>org.yaz4j</groupId>
   <artifactId>yaz4j</artifactId>