diff --git a/maven-osgi.spec b/maven-osgi.spec index 9a0893f..c4892c8 100644 --- a/maven-osgi.spec +++ b/maven-osgi.spec @@ -1,6 +1,6 @@ Name: maven-osgi Version: 0.2.0 -Release: 1 +Release: 2 Epoch: 1 Summary: Library for Maven-OSGi integration License: ASL 2.0 @@ -21,7 +21,7 @@ Library for Maven-OSGi integration. This is a replacement package for maven-shared-osgi %package javadoc -Summary: API documentation for %{name} +Summary: Javadoc for %{name} %description javadoc API documentation for %{name}. @@ -46,5 +46,8 @@ sed -i 's/import aQute\.lib\.osgi/import aQute.bnd.osgi/g' src/main/java/org/apa %doc LICENSE %changelog -* Mon Aug 24 2020 chengzihan - 0.2.0-1 +* Mon Aug 24 2020 chengzihan - 0.2.0-2 +- Fix packaging problem that caused the compiler problem of glassfish-hk2 + +* Fri Jul 31 2020 yanan li - 0.2.0-1 - Package init