Skip to content

Commit c919060

Browse files
authored
Merge pull request #2640 from akurtakov/develop
Update maven plugins
2 parents f662d8f + 1e47bae commit c919060

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chemclipse/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright (c) 2012, 2025 Lablicate GmbH. All rights reserved. This program
2+
<!-- Copyright (c) 2012, 2026 Lablicate GmbH. All rights reserved. This program
33
and the accompanying materials are made available under the terms of the
44
Eclipse Public License v1.0 which accompanies this distribution, and is available
55
at http://www.eclipse.org/legal/epl-v10.html
@@ -17,7 +17,7 @@
1717
<tycho.version>5.0.1</tycho.version>
1818
<tycho.scmUrl>scm:git:https://github.com/eclipse-chemclipse/chemclipse</tycho.scmUrl>
1919
<maven-install-plugin.version>3.1.4</maven-install-plugin.version>
20-
<cbi-version>1.5.2</cbi-version>
20+
<cbi-version>1.5.3</cbi-version>
2121
<!-- definition of the target to use -->
2222
<tycho.target>org.eclipse.chemclipse.targetplatform</tycho.target>
2323
<!-- other settings -->
@@ -150,7 +150,7 @@
150150
<plugin>
151151
<groupId>org.apache.maven.plugins</groupId>
152152
<artifactId>maven-resources-plugin</artifactId>
153-
<version>3.3.1</version>
153+
<version>3.4.0</version>
154154
<executions>
155155
<execution>
156156
<id>process-about.mappings</id>

0 commit comments

Comments
 (0)