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 64b3481 commit ed1d221Copy full SHA for ed1d221
pom.xml
@@ -38,7 +38,7 @@
38
<modelVersion>4.0.0</modelVersion>
39
<groupId>eu.michael-simons</groupId>
40
<artifactId>java-oembed</artifactId>
41
- <version>1.0.0</version>
+ <version>1.0.1-SNAPSHOT</version>
42
<packaging>jar</packaging>
43
<name>java-oembed</name>
44
<description>Simple Oembed Client for Java</description>
@@ -63,7 +63,7 @@
63
<scm>
64
<connection>scm:git:git@github.com:michael-simons/java-oembed.git</connection>
65
<developerConnection>scm:git:git@github.com:michael-simons/java-oembed.git</developerConnection>
66
- <tag>1.0.0</tag>
+ <tag>HEAD</tag>
67
<url>https://github.com/michael-simons/java-oembed</url>
68
</scm>
69
<properties>
0 commit comments