|
45 | 45 | <dependency>
|
46 | 46 | <groupId>junit</groupId>
|
47 | 47 | <artifactId>junit</artifactId>
|
48 |
| - <version>4.12</version> |
| 48 | + <version>4.13-beta-1</version> |
49 | 49 | <scope>test</scope>
|
50 | 50 | </dependency>
|
51 | 51 | </dependencies>
|
|
114 | 114 | <build>
|
115 | 115 | <pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
|
116 | 116 | <plugins>
|
| 117 | + <plugin> |
| 118 | + <groupId>org.haakma.maven.plugins</groupId> |
| 119 | + <artifactId>semver-maven-plugin</artifactId> |
| 120 | + <version>3.3.1</version> |
| 121 | + </plugin> |
117 | 122 | <plugin>
|
118 | 123 | <groupId>org.codehaus.mojo</groupId>
|
119 | 124 | <artifactId>versions-maven-plugin</artifactId>
|
120 |
| - <version>2.5</version> |
| 125 | + <version>2.7</version> |
121 | 126 | <configuration>
|
122 | 127 | <reportSets>
|
123 | 128 | <reportSet>
|
|
154 | 159 | </plugin>
|
155 | 160 | <plugin>
|
156 | 161 | <artifactId>maven-compiler-plugin</artifactId>
|
157 |
| - <version>3.7.0</version> |
| 162 | + <version>3.8.0</version> |
158 | 163 | <configuration>
|
159 | 164 | <source>1.8</source>
|
160 | 165 | <target>1.8</target>
|
161 | 166 | </configuration>
|
162 | 167 | </plugin>
|
163 | 168 | <plugin>
|
164 | 169 | <artifactId>maven-surefire-plugin</artifactId>
|
165 |
| - <version>2.22.0</version> |
| 170 | + <version>3.0.0-M1</version> |
166 | 171 | </plugin>
|
167 | 172 | <plugin>
|
168 | 173 | <artifactId>maven-jar-plugin</artifactId>
|
169 | 174 | <version>3.1.0</version>
|
170 | 175 | </plugin>
|
171 | 176 | <plugin>
|
172 | 177 | <artifactId>maven-install-plugin</artifactId>
|
173 |
| - <version>2.5.2</version> |
| 178 | + <version>3.0.0-M1</version> |
174 | 179 | </plugin>
|
175 | 180 | <plugin>
|
176 | 181 | <groupId>org.apache.maven.plugins</groupId>
|
177 | 182 | <artifactId>maven-release-plugin</artifactId>
|
178 | 183 | <version>2.5.3</version>
|
179 | 184 | <configuration>
|
180 | 185 | <tagNameFormat>v@{project.version}</tagNameFormat>
|
181 |
| - <preparationGoals>clean exec:exec scm:checkin -DpushChanges=false -Dincludes=HISTORY.md -Dmessage="[maven-release-plugin] Update HISTORY.md" verify</preparationGoals> |
182 |
| - <completionGoals>exec:exec scm:checkin -DpushChanges=false -Dincludes=HISTORY.md -Dmessage="[maven-release-plugin] Update HISTORY.md"</completionGoals> |
183 | 186 | <autoVersionSubmodules>true</autoVersionSubmodules>
|
184 | 187 | <useReleaseProfile>false</useReleaseProfile>
|
185 | 188 | <releaseProfiles>release</releaseProfiles>
|
186 | 189 | <goals>deploy</goals>
|
187 | 190 | </configuration>
|
188 | 191 | </plugin>
|
189 |
| - <plugin> |
190 |
| - <groupId>org.codehaus.mojo</groupId> |
191 |
| - <artifactId>exec-maven-plugin</artifactId> |
192 |
| - <version>1.6.0</version> |
193 |
| - <executions> |
194 |
| - <execution> |
195 |
| - <goals> |
196 |
| - <goal>exec</goal> |
197 |
| - </goals> |
198 |
| - </execution> |
199 |
| - </executions> |
200 |
| - <configuration> |
201 |
| - <executable>auto-changelog</executable> |
202 |
| - <arguments> |
203 |
| - <argument>--template</argument> |
204 |
| - <argument>https://raw.githubusercontent.com/hexonet/auto-changelog-templates/master/compact.hts</argument> |
205 |
| - <argument>--commit-limit</argument> |
206 |
| - <argument>false</argument> |
207 |
| - <argument>--output</argument> |
208 |
| - <argument>HISTORY.md</argument> |
209 |
| - </arguments> |
210 |
| - </configuration> |
211 |
| - </plugin> |
212 | 192 | <plugin>
|
213 | 193 | <groupId>org.apache.maven.plugins</groupId>
|
214 | 194 | <artifactId>maven-enforcer-plugin</artifactId>
|
|
0 commit comments