|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" 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"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 4 | <modelVersion>4.0.0</modelVersion>
|
4 | 5 |
|
5 | 6 | <groupId>org.springframework.experimental</groupId>
|
|
43 | 44 | </developers>
|
44 | 45 |
|
45 | 46 | <scm>
|
46 |
| - <developerConnection>scm:git:https://github.com/spring-projects-experimental/spring-boot-migrator.git</developerConnection> |
| 47 | + <developerConnection>scm:git:https://github.com/spring-projects-experimental/spring-boot-migrator.git |
| 48 | + </developerConnection> |
47 | 49 | <connection>scm:git:https://github.com/spring-projects-experimental/spring-boot-migrator</connection>
|
48 | 50 | <url>https://github.com/spring-projects-experimental/spring-boot-migrator/sbm-support-openrewrite</url>
|
49 | 51 | <tag>0.1.0-SNAPSHOT</tag>
|
|
249 | 251 | <groupId>org.springframework.boot</groupId>
|
250 | 252 | <artifactId>spring-boot-maven-plugin</artifactId>
|
251 | 253 | <version>${spring-boot.version}</version>
|
252 |
| -<!-- <executions>--> |
253 |
| -<!-- <execution>--> |
254 |
| -<!-- <id>repackage</id>--> |
255 |
| -<!-- <goals>--> |
256 |
| -<!-- <goal>repackage</goal>--> |
257 |
| -<!-- </goals>--> |
258 |
| -<!-- </execution>--> |
259 |
| -<!-- </executions>--> |
| 254 | + <!-- <executions>--> |
| 255 | + <!-- <execution>--> |
| 256 | + <!-- <id>repackage</id>--> |
| 257 | + <!-- <goals>--> |
| 258 | + <!-- <goal>repackage</goal>--> |
| 259 | + <!-- </goals>--> |
| 260 | + <!-- </execution>--> |
| 261 | + <!-- </executions>--> |
260 | 262 | <configuration>
|
261 | 263 | <excludes>
|
262 | 264 | <exclude>
|
|
293 | 295 | <configuration>
|
294 | 296 | <properties>
|
295 | 297 | <owner>the original author or authors.</owner>
|
296 |
| - <email /> |
| 298 | + <email/> |
297 | 299 | <year>2022</year>
|
298 | 300 | </properties>
|
299 | 301 | <licenseSets>
|
@@ -347,16 +349,16 @@ limitations under the License.
|
347 | 349 | </licenseSets>
|
348 | 350 | </configuration>
|
349 | 351 | </plugin>
|
350 |
| -<!-- <plugin>--> |
351 |
| -<!-- <groupId>org.apache.maven.plugins</groupId>--> |
352 |
| -<!-- <artifactId>maven-surefire-plugin</artifactId>--> |
353 |
| -<!-- <version>3.1.2</version>--> |
354 |
| -<!-- <configuration>--> |
355 |
| -<!-- <excludes>--> |
356 |
| -<!-- <exclude />--> |
357 |
| -<!-- </excludes>--> |
358 |
| -<!-- </configuration>--> |
359 |
| -<!-- </plugin>--> |
| 352 | + <!-- <plugin>--> |
| 353 | + <!-- <groupId>org.apache.maven.plugins</groupId>--> |
| 354 | + <!-- <artifactId>maven-surefire-plugin</artifactId>--> |
| 355 | + <!-- <version>3.1.2</version>--> |
| 356 | + <!-- <configuration>--> |
| 357 | + <!-- <excludes>--> |
| 358 | + <!-- <exclude />--> |
| 359 | + <!-- </excludes>--> |
| 360 | + <!-- </configuration>--> |
| 361 | + <!-- </plugin>--> |
360 | 362 |
|
361 | 363 | <plugin>
|
362 | 364 | <groupId>org.apache.maven.plugins</groupId>
|
@@ -435,6 +437,22 @@ limitations under the License.
|
435 | 437 | </plugin>
|
436 | 438 | </plugins>
|
437 | 439 | </build>
|
| 440 | + <repositories> |
| 441 | + <repository> |
| 442 | + <id>spring-milestone</id> |
| 443 | + <url>https://repo.spring.io/milestone</url> |
| 444 | + <snapshots> |
| 445 | + <enabled>false</enabled> |
| 446 | + </snapshots> |
| 447 | + </repository> |
| 448 | + <repository> |
| 449 | + <id>spring-snapshot</id> |
| 450 | + <url>https://repo.spring.io/snapshot</url> |
| 451 | + <releases> |
| 452 | + <enabled>false</enabled> |
| 453 | + </releases> |
| 454 | + </repository> |
| 455 | + </repositories> |
438 | 456 | </profile>
|
439 | 457 | </profiles>
|
440 | 458 | </project>
|
0 commit comments