diff --git a/pom.xml b/pom.xml index 1971fb8..d4b4f72 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ jar 1.3-SNAPSHOT SunriseSunsetCalculator - Libarary to compute the sunrise/sunset. + Library to compute the sunrise/sunset. https://github.com/mikereedell/sunrisesunsetlib-java org.sonatype.oss @@ -35,16 +35,16 @@ org.apache.maven.plugins maven-compiler-plugin - 2.0.2 + 3.10.1 - 1.6 - 1.6 + 1.8 + 1.8 org.apache.maven.plugins maven-gpg-plugin - 1.5 + 3.0.1 sign-artifacts @@ -54,6 +54,19 @@ + + + org.apache.felix + maven-bundle-plugin + 5.1.8 + true + + + ${project.name} + ${project.artifactId}-osgi + com.luckycatlabs.sunrisesunset.* + + @@ -61,7 +74,7 @@ junit junit - 4.5 + 4.13.2 test