updating poms for 3.12.3 branch with snapshot versions
[cdmlib.git] / pom.xml
diff --git a/pom.xml b/pom.xml
old mode 100755 (executable)
new mode 100644 (file)
index 58a066e..637354b
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>eu.etaxonomy</groupId>
   <artifactId>cdmlib-parent</artifactId>
-  <version>3.6.3-SNAPSHOT</version>
+  <version>3.12.3-SNAPSHOT</version>
   <name>CDM Library</name>
   <description>The Java implementation of the Common Data Model (CDM), the data model for EDIT's internet platform for cybertaxonomy.</description>
   <url>http://cybertaxonomy.eu/cdmlib/</url>
           <tagBase>http://dev.e-taxonomy.eu/svn/tags/cdmlib</tagBase>
         </configuration>
       </plugin>
-            <plugin>
+      <plugin>
         <groupId>external.atlassian.jgitflow</groupId>
         <artifactId>jgitflow-maven-plugin</artifactId>
-        <version>1.0-m5.1</version>
+        <version>1.0-m6</version>
         <configuration>
-          <pushHotfixes>false</pushHotfixes>
-          <pushReleases>false</pushReleases> 
+          <pushHotfixes>true</pushHotfixes>
+          <pushReleases>true</pushReleases> 
           <enableSshAgent>true</enableSshAgent>
           <allowSnapshots>true</allowSnapshots>
           <allowUntracked>true</allowUntracked>
         <groupId>com.mangofactory</groupId>
         <artifactId>swagger-springmvc</artifactId>
         <version>0.8.5</version>
-                <exclusions>
+        <exclusions>
           <exclusion>
             <groupId>org.springframework</groupId>
             <artifactId>spring-test</artifactId>