Skip to content

Commit f497c26

Browse files
committed
Renamed module
1 parent b94073f commit f497c26

File tree

64 files changed

+11
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+11
-9
lines changed

sbm-rewrite-maven-parser/README.adoc renamed to sbm-support-rewrite/README.adoc

+2-2

sbm-rewrite-maven-parser/pom.xml renamed to sbm-support-rewrite/pom.xml

+9-7
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,9 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<!-- <parent>-->
8-
<!-- <artifactId>spring-boot-migrator</artifactId>-->
9-
<!-- <groupId>org.springframework.sbm</groupId>-->
10-
<!-- <version>0.14.1-SNAPSHOT</version>-->
11-
<!-- <relativePath>../../pom.xml</relativePath>-->
12-
<!-- </parent>-->
137
<groupId>org.springframework.sbm</groupId>
148
<version>0.0.1-SNAPSHOT</version>
15-
<artifactId>sbm-rewrite-maven-parser</artifactId>
9+
<artifactId>sbm-support-rewrite</artifactId>
1610

1711
<properties>
1812
<maven.compiler.source>17</maven.compiler.source>
@@ -24,6 +18,14 @@
2418
<rewrite-maven-plugin.version>5.2.6</rewrite-maven-plugin.version>
2519
<maven.version>3.9.1</maven.version>
2620
</properties>
21+
22+
<scm>
23+
<developerConnection>scm:git:https://github.com/spring-projects-experimental/spring-boot-migrator.git</developerConnection>
24+
<connection>scm:git:https://github.com/spring-projects-experimental/spring-boot-migrator</connection>
25+
<url>https://github.com/spring-projects-experimental/spring-boot-migrator/sbm-support-openrewrite</url>
26+
<tag>0.0.1-SNAPSHOT</tag>
27+
</scm>
28+
2729
<repositories>
2830
<repository>
2931
<id>jcenter</id>

0 commit comments

Comments
 (0)