diff options
Diffstat (limited to 'osgi')
-rw-r--r-- | osgi/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/osgi/pom.xml b/osgi/pom.xml index 1a5a9573c2..08da799c12 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -24,12 +24,12 @@ <groupId>org.apache.poi</groupId> <artifactId>poi-bundle</artifactId> <packaging>bundle</packaging> - <version>5.2.2-SNAPSHOT</version> + <version>5.2.2</version> <name>Apache POI OSGi bundle</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <poi.version>5.2.2-SNAPSHOT</poi.version> + <poi.version>5.2.2</poi.version> <pax.exam.version>4.12.0</pax.exam.version> </properties> |