Skip to content

Commit

Permalink
retry template
Browse files Browse the repository at this point in the history
  • Loading branch information
mucsi96 committed Jul 6, 2024
1 parent 062c920 commit 5989656
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</scm>


<build>
<!-- <build>
<plugins>
<!-- Central Publishing Plugin -->
<plugin>
Expand All @@ -50,5 +50,5 @@
</configuration>
</plugin>
</plugins>
</build>
</build> -->
</project>
9 changes: 7 additions & 2 deletions src/template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,13 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.1.0</version>
</plugin>
<!-- Central Publishing Plugin -->
<!-- <plugin>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.5.0</version>
Expand All @@ -77,7 +82,7 @@
<tokenAuth>true</tokenAuth>
<autoPublish>true</autoPublish>
</configuration>
</plugin> -->
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 5989656

Please sign in to comment.