Skip to content

Commit 08e4730

Browse files
committed
Fixed GitHub info in pom.xml
1 parent ce8d0ee commit 08e4730

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
<artifactId>maven-release-plugin</artifactId>
324324
<version>3.0.0-M4</version>
325325
<configuration>
326-
<connectionUrl>scm:git:https://github.com/pivotal/spring-boot-migrator.git</connectionUrl>
326+
<connectionUrl>scm:git:https://github.com/spring-projects-experimental/spring-boot-migrator.git</connectionUrl>
327327
<autoVersionSubmodules>true</autoVersionSubmodules>
328328
<tagNameFormat>@{project.version}</tagNameFormat>
329329
<releaseProfiles>release</releaseProfiles>
@@ -336,9 +336,9 @@
336336
<version>1.4.0</version>
337337
<configuration>
338338
<description>Description of your release</description>
339-
<releaseName>0.8.0</releaseName>
339+
<releaseName>0.11.0</releaseName>
340340
<!-- <tag>${project.version}</tag> -->
341-
<tag>0.8.0</tag>
341+
<tag>0.11.0</tag>
342342

343343
<!-- If your project has additional artifacts, such as ones produced by
344344
the maven-assembly-plugin, you can define the following
@@ -351,7 +351,7 @@
351351
</includes>
352352
</fileSet>
353353
</fileSets>
354-
<repositoryId>pivotal/spring-boot-migrator</repositoryId>
354+
<repositoryId>spring-projects-experimental/spring-boot-migrator</repositoryId>
355355
</configuration>
356356
</plugin>
357357

0 commit comments

Comments
 (0)