We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd2f02 commit 318c615Copy full SHA for 318c615
1 file changed
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>eu.michael-simons</groupId>
5
<artifactId>java-oembed</artifactId>
6
- <version>0.9.1</version>
+ <version>0.9.2-SNAPSHOT</version>
7
<packaging>jar</packaging>
8
<name>java-oembed</name>
9
<description>Simple Oembed Client for Java</description>
@@ -362,6 +362,6 @@
362
<connection>scm:git:git@github.com:michael-simons/java-oembed.git</connection>
363
<developerConnection>scm:git:git@github.com:michael-simons/java-oembed.git</developerConnection>
364
<url>https://github.com/michael-simons/java-oembed</url>
365
- <tag>0.9.1</tag>
+ <tag>HEAD</tag>
366
</scm>
367
</project>
0 commit comments