Skip to content

Commit

Permalink
Updated pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
donmendelson committed May 13, 2021
1 parent 503137d commit a89e167
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<groupId>io.fixprotocol</groupId>
<artifactId>md-grammar</artifactId>
<version>1.0.1</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Markdown parser</description>
<url>https://github.com/FIXTradingCommunity/md-grammar</url>
<prerequisites>
<maven>3.0.5</maven>
</prerequisites>
Expand Down Expand Up @@ -145,7 +148,17 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit a89e167

Please sign in to comment.