From 3bc0ce30f08a8f19ecc0acf68e4f7af862fbd875 Mon Sep 17 00:00:00 2001 From: Thomas <thomas.musset@pasteur.fr> Date: Mon, 3 Apr 2023 13:54:53 +0200 Subject: [PATCH] update pom parent --- pom.xml | 29 ++++--------------- .../java/plugins/adufour/blocks/Blocks.java | 1 + 2 files changed, 7 insertions(+), 23 deletions(-) diff --git a/pom.xml b/pom.xml index 3335994..97799fd 100644 --- a/pom.xml +++ b/pom.xml @@ -1,17 +1,17 @@ <?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/xsd/maven-4.0.0.xsd"> + 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"> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>pom-icy</artifactId> <groupId>org.bioimageanalysis.icy</groupId> - <version>2.0.0</version> - </parent> + <artifactId>pom-icy</artifactId> + <version>2.2.0</version> + </parent> <artifactId>blocks</artifactId> - <version>5.3.0</version> + <version>5.3.1</version> <packaging>jar</packaging> @@ -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). </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> <dependency> <groupId>org.bioimageanalysis.icy</groupId> diff --git a/src/main/java/plugins/adufour/blocks/Blocks.java b/src/main/java/plugins/adufour/blocks/Blocks.java index 20bd792..92b69f2 100644 --- a/src/main/java/plugins/adufour/blocks/Blocks.java +++ b/src/main/java/plugins/adufour/blocks/Blocks.java @@ -6,6 +6,7 @@ import icy.plugin.interface_.PluginLibrary; /** * Empty plugin now, replaced by Protocols */ +@Deprecated public class Blocks extends Plugin implements PluginLibrary { // -- GitLab