Revert project versions to 3.7.0-SNAPSHOT
[taxeditor.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index dfc37c48a9280e64aa4123150f79d44aecf9bc3a..885b49d83a82ffb1b22b8ea90cf361e178844ac3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,13 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
     <maven>3.0</maven>
   </prerequisites>
   <groupId>eu.etaxonomy</groupId>
   <artifactId>taxeditor-parent</artifactId>
-  <version>3.5.0-SNAPSHOT</version>
+  <version>3.7.0-SNAPSHOT</version>
   <name>EDIT Taxonomic Editor</name>
   <description>The Taxonomic Editor for EDIT's platform for
     cybertaxonomy
   <properties>
     <java.codelevel>1.6</java.codelevel>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <cdmlib.version>3.5.0-SNAPSHOT</cdmlib.version>
-    <!-- TODO can we use project.version ????? -->
+    <cdmlib.version>3.7.0</cdmlib.version>
     <tycho.version>0.22.0</tycho.version>
-    <taxeditor.version>3.5.0-SNAPSHOT</taxeditor.version>
+    <taxeditor.version>3.7.0</taxeditor.version>
     <update.dir>snapshot</update.dir>
   </properties>
   <modules>
@@ -83,7 +81,7 @@
         <role>Java Developer</role>
         <role>Architect</role>
       </roles>
-      <url />
+      <url/>
     </developer>
     <developer>
       <!-- your SVN account id please! -->
         <role>Java Developer</role>
         <role>Architect</role>
       </roles>
-      <url />
+      <url/>
     </developer>
   </developers>
   <issueManagement>
         </repository>
       </repositories>
     </profile>
-    <profile>
-      <!-- Installs the jre bundle, which is done by 1) copying the jre directories 
-        as set in the ~/.m2/settings.xml to the corresponding folders in the feature 
-        dir 2) adding the -vm jre/bin option the eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product -->
-
-      <id>bundleJre</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-antrun-plugin</artifactId>
-            <version>1.8</version>
-            <executions>
-              <execution>
-                <id>checkJREBundleOS</id>
-                <phase>validate</phase>
-                <configuration>
-                  <target>
-                    <echo>Checking if JRE bundle can be configured</echo>
-                    <fail
-                      message="Copy of JRE folder possible only on Unix (and Unix like systems)">
-                     <condition>
-                        <not>                          
-                            <os family="unix" />                          
-                        </not>
-                      </condition>
-                    </fail>
-                  </target>
-                </configuration>
-                <goals>
-                  <goal>run</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
   </profiles>
   <repositories>
     <!-- the cdm internal repository -->
           <tagBase>http://dev.e-taxonomy.eu/svn/tags/taxeditor</tagBase>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>external.atlassian.jgitflow</groupId>
+        <artifactId>jgitflow-maven-plugin</artifactId>
+        <version>1.0-m6</version>
+        <configuration>
+          <pushHotfixes>true</pushHotfixes>
+          <pushReleases>true</pushReleases>
+          <enableSshAgent>true</enableSshAgent>
+          <allowSnapshots>true</allowSnapshots>
+          <allowUntracked>true</allowUntracked>
+        </configuration>
+      </plugin>
     </plugins>
     <extensions>
       <extension>