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 d6d6ada commit 77032fcCopy full SHA for 77032fc
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.microbean</groupId>
6
<artifactId>microbean-clientproxy-bytebuddy</artifactId>
7
- <version>0.0.1</version>
+ <version>0.0.2-SNAPSHOT</version>
8
9
<name>microBean™ Client Proxy: Byte Buddy</name>
10
<description>microBean™ Client Proxy: Byte Buddy: Utilities for implementing client proxies using Byte Buddy.</description>
@@ -43,7 +43,7 @@
43
<connection>${scm.url}</connection>
44
<developerConnection>${scm.url}</developerConnection>
45
<url>https://github.com/microbean/microbean-clientproxy-bytebuddy/</url>
46
- <tag>v0.0.1</tag>
+ <tag>HEAD</tag>
47
</scm>
48
49
<issueManagement>
0 commit comments