Skip to content

Commit 0d4e0df

Browse files
committed
Update build plugins.
1 parent 27bd078 commit 0d4e0df

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

pom.xml

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,18 @@
2626
<url>https://ingogriebsch.de</url>
2727
<timezone>Europe/Berlin</timezone>
2828
</developer>
29+
<developer>
30+
<id>odrotbohm</id>
31+
<name>Oliver Drotbohm</name>
32+
<email>[email protected]</email>
33+
<url>https://odrotbohm.de</url>
34+
<timezone>Europe/Berlin</timezone>
35+
</developer>
2936
</developers>
3037

3138
<modules>
32-
<module>org.jmolecules.eclipse.plugin.explorer</module>
3339
<module>org.jmolecules.eclipse.feature</module>
40+
<module>org.jmolecules.eclipse.plugin.explorer</module>
3441
<module>org.jmolecules.eclipse.updatesite</module>
3542
</modules>
3643

@@ -64,52 +71,52 @@
6471
<plugin>
6572
<groupId>net.revelc.code</groupId>
6673
<artifactId>impsort-maven-plugin</artifactId>
67-
<version>1.6.2</version>
74+
<version>1.12.0</version>
6875
</plugin>
6976
<plugin>
7077
<groupId>net.revelc.code.formatter</groupId>
7178
<artifactId>formatter-maven-plugin</artifactId>
72-
<version>2.17.1</version>
79+
<version>2.24.1</version>
7380
</plugin>
7481
<plugin>
7582
<groupId>org.apache.maven.plugins</groupId>
7683
<artifactId>maven-assembly-plugin</artifactId>
77-
<version>3.3.0</version>
84+
<version>3.7.1</version>
7885
</plugin>
7986
<plugin>
8087
<groupId>org.apache.maven.plugins</groupId>
8188
<artifactId>maven-clean-plugin</artifactId>
82-
<version>3.1.0</version>
89+
<version>3.4.0</version>
8390
</plugin>
8491
<plugin>
8592
<groupId>org.apache.maven.plugins</groupId>
8693
<artifactId>maven-deploy-plugin</artifactId>
87-
<version>3.0.0-M2</version>
94+
<version>3.1.3</version>
8895
</plugin>
8996
<plugin>
9097
<groupId>org.apache.maven.plugins</groupId>
9198
<artifactId>maven-failsafe-plugin</artifactId>
92-
<version>3.0.0-M5</version>
99+
<version>3.5.2</version>
93100
</plugin>
94101
<plugin>
95102
<groupId>org.apache.maven.plugins</groupId>
96103
<artifactId>maven-resources-plugin</artifactId>
97-
<version>3.2.0</version>
104+
<version>3.3.1</version>
98105
</plugin>
99106
<plugin>
100107
<groupId>org.apache.maven.plugins</groupId>
101108
<artifactId>maven-install-plugin</artifactId>
102-
<version>3.0.0-M1</version>
109+
<version>3.1.3</version>
103110
</plugin>
104111
<plugin>
105112
<groupId>org.apache.maven.plugins</groupId>
106113
<artifactId>maven-surefire-plugin</artifactId>
107-
<version>3.0.0-M5</version>
114+
<version>3.5.2</version>
108115
</plugin>
109116
<plugin>
110117
<groupId>org.codehaus.mojo</groupId>
111118
<artifactId>tidy-maven-plugin</artifactId>
112-
<version>1.1.0</version>
119+
<version>1.3.0</version>
113120
</plugin>
114121
<plugin>
115122
<groupId>org.eclipse.tycho</groupId>

0 commit comments

Comments
 (0)