Skip to content
Snippets Groups Projects
Commit 3bc0ce30 authored by Thomas  MUSSET's avatar Thomas MUSSET
Browse files

update pom parent

parent d34c7fc9
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<artifactId>pom-icy</artifactId>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<version>2.0.0</version> <artifactId>pom-icy</artifactId>
</parent> <version>2.2.0</version>
</parent>
<artifactId>blocks</artifactId> <artifactId>blocks</artifactId>
<version>5.3.0</version> <version>5.3.1</version>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -20,23 +20,6 @@ ...@@ -20,23 +20,6 @@
Blocks plugin for Icy. Also known as "Protocols SDK" This plugin provide interfaces to make plugin compatible with Protocols(Graphical Programming). Blocks plugin for Icy. Also known as "Protocols SDK" This plugin provide interfaces to make plugin compatible with Protocols(Graphical Programming).
</description> </description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jdk.version>1.7</jdk.version>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>
<profiles>
<profile>
<id>icy-plugin</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
</profiles>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
......
...@@ -6,6 +6,7 @@ import icy.plugin.interface_.PluginLibrary; ...@@ -6,6 +6,7 @@ import icy.plugin.interface_.PluginLibrary;
/** /**
* Empty plugin now, replaced by Protocols * Empty plugin now, replaced by Protocols
*/ */
@Deprecated
public class Blocks extends Plugin implements PluginLibrary public class Blocks extends Plugin implements PluginLibrary
{ {
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment