Skip to content

Commit

Permalink
chore(release): pom.xml changes for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorholozsnyak committed Jan 22, 2023
1 parent ae59957 commit 470ead9
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions openapi-extender-springdoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<organization>
<name>Rodnan Sol</name>
<url>https://www.rodnansol.org/</url>
</organization>

<dependencies>
<dependency>
<groupId>org.rodnansol</groupId>
Expand Down Expand Up @@ -66,17 +71,5 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
</plugin>
</plugins>
</build>

</project>

0 comments on commit 470ead9

Please sign in to comment.