File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0"
3- 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" >
3+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
45
56 <modelVersion >4.0.0</modelVersion >
67
1011 <packaging >pom</packaging >
1112
1213 <properties >
13- <revision >4.3.1 </revision >
14+ <revision >4.4.0 </revision >
1415 <changelist >-SNAPSHOT</changelist >
1516 <knime .version>4.3</knime .version>
1617 <tycho .version>1.5.1</tycho .version>
136137
137138 <plugins >
138139 <plugin >
139- <!-- This plugin configuration block is only needed if the repository contains plug-ins that don't have any sources. If it is omitted
140- Tycho will complain. -->
140+ <!-- This plugin configuration block is only needed if the repository
141+ contains plug-ins that don't have any sources. If it is omitted Tycho will
142+ complain. -->
141143 <groupId >org.eclipse.tycho.extras</groupId >
142144 <artifactId >tycho-source-feature-plugin</artifactId >
143145 <executions >
151153 </executions >
152154 <configuration >
153155 <excludes >
154- <plugin id =" org.rdkit.knime.bin.linux.x86_64" />
155- <plugin id =" org.rdkit.knime.bin.win32.x86_64" />
156- <plugin id =" org.rdkit.knime.bin.macosx.x86_64" />
156+ <plugin id =" org.rdkit.knime.bin.linux.x86_64" />
157+ <plugin id =" org.rdkit.knime.bin.win32.x86_64" />
158+ <plugin id =" org.rdkit.knime.bin.macosx.x86_64" />
157159 </excludes >
158160 </configuration >
159161 </plugin >
You can’t perform that action at this time.
0 commit comments