Skip to content

Commit

Permalink
Fix pom File (#3)
Browse files Browse the repository at this point in the history
and increase version number to 0.3.2
  • Loading branch information
madoar authored Oct 6, 2019
1 parent 34ae901 commit ac415c2
Showing 1 changed file with 1 addition and 39 deletions.
40 changes: 1 addition & 39 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>net.sf.jmimemagic</groupId>
<artifactId>jmimemagic</artifactId>
<version>0.3.1</version>
<version>0.3.2</version>
<packaging>jar</packaging>

<name>jMimeMagic</name>
Expand Down Expand Up @@ -155,45 +155,7 @@
<artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version>
</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>false</autoReleaseAfterClose>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>

</plugins>

<extensions>

<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh-external</artifactId>
<version>1.0-alpha-5</version>
</extension>

</extensions>
</build>

<dependencies>
Expand Down

0 comments on commit ac415c2

Please sign in to comment.