File tree 1 file changed +0
-24
lines changed
1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 345
345
</configuration >
346
346
</plugin >
347
347
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 >
372
348
<plugin >
373
349
<groupId >org.apache.maven.plugins</groupId >
374
350
<artifactId >maven-compiler-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments