We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d758d00 commit 6d361c2Copy full SHA for 6d361c2
CHANGES.md
@@ -1,5 +1,5 @@
1
-## 1.8.2-SNAPSHOT
2
-* Fixed Import-Package in manifest for OSGI deployments
+## 1.8.2
+* Fixed Import-Package manifest for OSGI deployments
3
4
## 1.8.0
5
* Added new property extension().
pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.tinify</groupId>
<artifactId>tinify</artifactId>
6
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
7
<name>Tinify</name>
8
<description>Java client for the Tinify API. Tinify compresses your images intelligently. Read more at https://tinify.com.</description>
9
<url>https://tinify.com</url>
0 commit comments