Skip to content

Commit c87b7bd

Browse files
committed
forgotten version bump in pom.xml
1 parent d25887e commit c87b7bd

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

pom.xml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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

@@ -10,7 +11,7 @@
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>
@@ -136,8 +137,9 @@
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>
@@ -151,9 +153,9 @@
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>

0 commit comments

Comments
 (0)