2
0

Bump lyndir POM to 1.20 to fix some warnings and dependency issues.

This commit is contained in:
Maarten Billemont 2014-08-31 21:55:37 -04:00
parent 4f70e0f676
commit 1e8a832cba
3 changed files with 1 additions and 21 deletions

View File

@ -103,7 +103,6 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-android</artifactId>
<version>1.7.7</version>
</dependency>
<!-- clone https://github.com/mosabua/maven-android-sdk-deployer.git

View File

@ -29,29 +29,10 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
<executions>
<execution>
<phase>validate</phase>
<goals>
<goal>create</goal>
</goals>
</execution>
</executions>
<configuration>
<doCheck>false</doCheck>
<doUpdate>false</doUpdate>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Implementation-Version>${buildNumber}</Implementation-Version>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>

View File

@ -7,7 +7,7 @@
<parent>
<groupId>com.lyndir.lhunath</groupId>
<artifactId>lyndir</artifactId>
<version>1.19</version>
<version>1.20</version>
</parent>
<name>Master Password</name>