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 4bfcc1e commit 5d738a3Copy full SHA for 5d738a3
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>io.github.ngbsn</groupId>
6
<artifactId>sqlscript2jpa-codegen-maven-plugin</artifactId>
7
- <version>1.0.0</version>
+ <version>1.0.1-SNAPSHOT</version>
8
<packaging>maven-plugin</packaging>
9
10
<name>SQL Schema Script File to JPA Code Generator Maven Plugin</name>
@@ -30,7 +30,7 @@
30
<connection>scm:git:https://github.com/ngbsn/sqlscript2jpa-codegen.git</connection>
31
<developerConnection>scm:git:https://github.com/ngbsn/sqlscript2jpa-codegen.git</developerConnection>
32
<url>https://github.com/ngbsn/sqlscript2jpa-codegen</url>
33
- <tag>1.0.0</tag>
+ <tag>HEAD</tag>
34
</scm>
35
36
0 commit comments