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 f833a1c commit e99c5e7Copy full SHA for e99c5e7
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.github.marschall</groupId>
6
<artifactId>hibernate-batch-sequence-generator</artifactId>
7
- <version>2.1.0</version>
+ <version>2.1.1-SNAPSHOT</version>
8
<inceptionYear>2017</inceptionYear>
9
<url>https://github.com/marschall/hibernate-batch-sequence-generator</url>
10
<name>Hibernate Batch Sequence Generator</name>
@@ -35,7 +35,7 @@
35
<connection>scm:git:git@github.com:marschall/hibernate-batch-sequence-generator.git</connection>
36
<developerConnection>scm:git:git@github.com:marschall/hibernate-batch-sequence-generator.git</developerConnection>
37
<url>${project.url}</url>
38
- <tag>2.1.0</tag>
+ <tag>HEAD</tag>
39
</scm>
40
41
<issueManagement>
0 commit comments