- fixed stackOverflow for ToggleableTextFieldController
[taxeditor.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index e869f1768af7133345987bc09923e365abcfc24f..33505614cc882a915e33ad6ffce2711dde9fbfc5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -6,17 +6,19 @@
   </prerequisites>
   <groupId>eu.etaxonomy</groupId>
   <artifactId>taxeditor-parent</artifactId>
-  <version>3.1.3-SNAPSHOT</version>
+  <version>3.2.3-SNAPSHOT</version>
   <name>EDIT Taxonomic Editor</name>
   <description>The Taxonomic Editor for EDIT's platform for cybertaxonomy</description>
   <url>http://wp5.e-taxonomy.eu</url>
   <inceptionYear>2007</inceptionYear>
   <packaging>pom</packaging>
   <properties>
+    <java.codelevel>1.6</java.codelevel>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <cdmlib.version>3.1.3-SNAPSHOT</cdmlib.version><!-- TODO can we use project.version ????? -->
+    <cdmlib.version>3.3.0-SNAPSHOT</cdmlib.version>
+    <!-- TODO can we use project.version ????? -->
     <tycho.version>0.14.0</tycho.version>
-    <taxeditor.version>3.1.3-SNAPSHOT</taxeditor.version>
+    <taxeditor.version>3.2.3-SNAPSHOT</taxeditor.version>
   </properties>
   <modules>
     <module>eu.etaxonomy.taxeditor.cdmlib</module>
@@ -76,7 +78,7 @@
       </roles>
       <url/>
     </developer>
-       <developer>
+    <developer>
       <!-- your SVN account id please! -->
       <id>a.mueller</id>
       <name>
     <url>http://160.45.63.201/jenkins/view/EDIT%20Taxonomic%20Editor/</url>
   </ciManagement>
   <!-- **** REPOSITORIES **** -->
+  <profiles>
+    <profile>
+      <id>local-repository</id>
+      <activation>
+        <property>
+          <name>localrepo</name>
+        </property>
+      </activation>
+      <repositories>
+        <repository>
+          <id>EditLocalRepository</id>
+          <url>file://${localrepo}/eu/etaxonomy/</url>
+          <releases>
+            <enabled>false</enabled>
+            <updatePolicy>always</updatePolicy>
+          </releases>
+          <snapshots>
+            <enabled>true</enabled>
+            <updatePolicy>always</updatePolicy>
+          </snapshots>
+        </repository>
+      </repositories>
+    </profile>
+  </profiles>
   <repositories>
     <!-- the cdm internal repository -->
     <repository>
       <layout>p2</layout>
       <url>http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/</url>
     </repository>
+    <repository>
+      <id>eclipse-nebula</id>
+      <layout>p2</layout>
+      <url>http://download.eclipse.org/technology/nebula/snapshot/</url>
+    </repository>
     <repository>
       <id>eclipse-swtbot</id>
       <layout>p2</layout>
     </extensions>
     <pluginManagement>
       <plugins>
-       <plugin>
-         <groupId>org.apache.maven.plugins</groupId>
-         <artifactId>maven-antrun-plugin</artifactId>
-         <version>1.7</version>
-       </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-antrun-plugin</artifactId>
+          <version>1.7</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>