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 9ba1019 commit 6e73423Copy full SHA for 6e73423
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>io.github.mayerrobert</groupId>
5
<artifactId>awtbitmap</artifactId>
6
- <version>0.8-SNAPSHOT</version>
+ <version>0.8</version>
7
<packaging>jar</packaging>
8
9
<description>AWT Bitmap Demo</description>
@@ -26,7 +26,7 @@
26
<url>https://github.com/mayerrobert/awtbitmap/blob/master</url>
27
<connection>scm:git:git://github.com/mayerrobert/awtbitmap.git</connection>
28
<developerConnection>scm:git:[email protected]:mayerrobert/awtbitmap.git</developerConnection>
29
- <tag>HEAD</tag>
+ <tag>awtbitmap-0.8</tag>
30
</scm>
31
32
<properties>
0 commit comments