Record position in parse exception
[cql-java-moved-to-github.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0668e8a..7129982 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
   <groupId>org.z3950.zing</groupId>
   <artifactId>cql-java</artifactId>
   <packaging>jar</packaging>
-  <version>1.9</version>
+  <version>1.10-SNAPSHOT</version>
   <name>cql-java</name>
   <url>http://maven.apache.org</url>
   <scm>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
-        <version>2.2.1</version>
+        <version>2.2.2</version>
         <configuration>
-          <preparationGoals>clean install</preparationGoals>
-          <tagBase>https://svn.apache.org/repos/asf/maven/components/releases</tagBase>
+          <preparationGoals>clean verify</preparationGoals>
           <releaseProfiles>production</releaseProfiles>
-          <pushChanges>true</pushChanges>
+          <tagNameFormat>v@{project.version}</tagNameFormat>
+          <pushChanges>false</pushChanges>
+          <localCheckout>true</localCheckout>
         </configuration>
       </plugin>
     </plugins>
@@ -63,5 +64,8 @@
       <url>http://maven.indexdata.com</url>
     </repository>
   </repositories>
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
 </project>