Skip to content

Commit

Permalink
(release) 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanSusana committed Oct 8, 2019
1 parent 50211f6 commit 945f0bc
Showing 1 changed file with 11 additions and 22 deletions.
33 changes: 11 additions & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tika.version>1.22</tika.version>
<truth.version>1.0</truth.version>
<headlessMode>false</headlessMode>
<revision>2.2.6</revision>
<revision>2.2.7</revision>
</properties>

<licenses>
Expand Down Expand Up @@ -57,16 +57,16 @@
<module>sparkjava</module>
</modules>

<!-- <distributionManagement>-->
<!-- <snapshotRepository>-->
<!-- <id>ossrh</id>-->
<!-- <url>https://oss.sonatype.org/content/repositories/snapshots</url>-->
<!-- </snapshotRepository>-->
<!-- <repository>-->
<!-- <id>ossrh</id>-->
<!-- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>-->
<!-- </repository>-->
<!-- </distributionManagement>-->
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<dependencies>
<dependency>
Expand Down Expand Up @@ -170,17 +170,6 @@
</executions>
</plugin>

<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</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 945f0bc

Please sign in to comment.