|
14 | 14 | <compileSource>17</compileSource>
|
15 | 15 | <compileTarget>17</compileTarget>
|
16 | 16 |
|
17 |
| - <dsf.version>1.0.0-SNAPSHOT</dsf.version> |
| 17 | + <dsf.version>1.0.0</dsf.version> |
18 | 18 | <dsf.location>../dsf</dsf.location>
|
19 | 19 | </properties>
|
20 | 20 |
|
|
87 | 87 | <plugin>
|
88 | 88 | <groupId>org.apache.maven.plugins</groupId>
|
89 | 89 | <artifactId>maven-surefire-plugin</artifactId>
|
90 |
| - <version>3.0.0</version> |
| 90 | + <version>3.1.2</version> |
91 | 91 | </plugin>
|
92 | 92 | <plugin>
|
93 | 93 | <groupId>org.apache.maven.plugins</groupId>
|
|
109 | 109 | <plugin>
|
110 | 110 | <groupId>org.apache.maven.plugins</groupId>
|
111 | 111 | <artifactId>maven-shade-plugin</artifactId>
|
112 |
| - <version>3.4.1</version> |
| 112 | + <version>3.5.0</version> |
113 | 113 | </plugin>
|
114 | 114 | <plugin>
|
115 | 115 | <groupId>org.apache.maven.plugins</groupId>
|
116 | 116 | <artifactId>maven-dependency-plugin</artifactId>
|
117 |
| - <version>3.5.0</version> |
| 117 | + <version>3.6.0</version> |
118 | 118 | </plugin>
|
119 | 119 | <plugin>
|
120 | 120 | <groupId>org.apache.maven.plugins</groupId>
|
121 | 121 | <artifactId>maven-clean-plugin</artifactId>
|
122 |
| - <version>3.2.0</version> |
| 122 | + <version>3.3.1</version> |
123 | 123 | </plugin>
|
124 | 124 | <plugin>
|
125 | 125 | <groupId>org.codehaus.mojo</groupId>
|
126 | 126 | <artifactId>buildnumber-maven-plugin</artifactId>
|
| 127 | + <!-- 3.1.0 not working, no git commit hash as buildnumber --> |
127 | 128 | <version>1.4</version>
|
128 | 129 | <executions>
|
129 | 130 | <execution>
|
|
141 | 142 | <plugin>
|
142 | 143 | <groupId>net.revelc.code.formatter</groupId>
|
143 | 144 | <artifactId>formatter-maven-plugin</artifactId>
|
144 |
| - <version>2.22.0</version> |
| 145 | + <version>2.23.0</version> |
145 | 146 | <configuration>
|
146 | 147 | <configFile>eclipse-formatter-config.xml</configFile>
|
147 | 148 | </configuration>
|
148 | 149 | </plugin>
|
149 | 150 | <plugin>
|
150 | 151 | <groupId>net.revelc.code</groupId>
|
151 | 152 | <artifactId>impsort-maven-plugin</artifactId>
|
152 |
| - <version>1.8.0</version> |
| 153 | + <version>1.9.0</version> |
153 | 154 | <configuration>
|
154 | 155 | <compliance>17</compliance>
|
155 | 156 | <groups>java.,javax.,org.,com.</groups>
|
|
0 commit comments