Skip to content
Snippets Groups Projects
Commit 4d827fd4 authored by Tobias Pietzsch's avatar Tobias Pietzsch
Browse files

bump parent to pom-bigdataviewer 1.0.0

parent dd98a64f
Branches
Tags
No related merge requests found
......@@ -8,7 +8,7 @@
<parent>
<groupId>sc.fiji</groupId>
<artifactId>pom-bigdataviewer</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>bigdataviewer-server</artifactId>
......@@ -17,7 +17,12 @@
<name>BigDataServer</name>
<description>A web server for BigDataViewer datasets</description>
<build>
<properties>
<!-- FIXME we need to set enforcer.skip to avoid hecking for java 1.6 compatibility. But we do not want to turn of all the other checks! -->
<enforcer.skip>true</enforcer.skip>
</properties>
<build>
<pluginManagement>
<plugins>
<plugin>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment