Skip to content

Commit c96893f

Browse files
authored
1 parent b575cb6 commit c96893f

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

pom.xml

-24
Original file line numberDiff line numberDiff line change
@@ -345,30 +345,6 @@
345345
</configuration>
346346
</plugin>
347347

348-
<plugin>
349-
<groupId>de.jutzig</groupId>
350-
<artifactId>github-release-plugin</artifactId>
351-
<version>1.4.0</version>
352-
<configuration>
353-
<description>Description of your release</description>
354-
<releaseName>0.11.0</releaseName>
355-
<!-- <tag>${project.version}</tag> -->
356-
<tag>0.11.0</tag>
357-
358-
<!-- If your project has additional artifacts, such as ones produced by
359-
the maven-assembly-plugin, you can define the following
360-
(requires version 1.1.1 of the plugin or higher): -->
361-
<fileSets>
362-
<fileSet>
363-
<directory>applications/spring-shell/target</directory>
364-
<includes>
365-
<include>spring-boot-migrator.jar</include>
366-
</includes>
367-
</fileSet>
368-
</fileSets>
369-
<repositoryId>spring-projects-experimental/spring-boot-migrator</repositoryId>
370-
</configuration>
371-
</plugin>
372348
<plugin>
373349
<groupId>org.apache.maven.plugins</groupId>
374350
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)