Skip to content

Commit

Permalink
update mvn plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bmalkow committed Apr 26, 2019
1 parent 80d0d85 commit a05c9fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jaxmpp-android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<plugin>
<groupId>com.simpligility.maven.plugins</groupId>
<artifactId>android-maven-plugin</artifactId>
<version>4.4.1</version>
<version>4.5.0</version>
<configuration>
<androidManifestFile>${project.basedir}/src/main/AndroidManifest.xml</androidManifestFile>
<assetsDirectory>${project.basedir}/assets</assetsDirectory>
Expand All @@ -101,10 +101,10 @@

<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<version>3.8.0</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit a05c9fb

Please sign in to comment.