File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 323
323
<artifactId >maven-release-plugin</artifactId >
324
324
<version >3.0.0-M4</version >
325
325
<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 >
327
327
<autoVersionSubmodules >true</autoVersionSubmodules >
328
328
<tagNameFormat >@{project.version}</tagNameFormat >
329
329
<releaseProfiles >release</releaseProfiles >
336
336
<version >1.4.0</version >
337
337
<configuration >
338
338
<description >Description of your release</description >
339
- <releaseName >0.8 .0</releaseName >
339
+ <releaseName >0.11 .0</releaseName >
340
340
<!-- <tag>${project.version}</tag> -->
341
- <tag >0.8 .0</tag >
341
+ <tag >0.11 .0</tag >
342
342
343
343
<!-- If your project has additional artifacts, such as ones produced by
344
344
the maven-assembly-plugin, you can define the following
351
351
</includes >
352
352
</fileSet >
353
353
</fileSets >
354
- <repositoryId >pivotal /spring-boot-migrator</repositoryId >
354
+ <repositoryId >spring-projects-experimental /spring-boot-migrator</repositoryId >
355
355
</configuration >
356
356
</plugin >
357
357
You can’t perform that action at this time.
0 commit comments