We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb9b98 commit 9318a13Copy full SHA for 9318a13
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.3-SNAPSHOT</version>
+ <version>1.0.3</version>
8
<packaging>maven-plugin</packaging>
9
10
<name>SQL Schema Script File to JPA Code Generator Maven Plugin</name>
@@ -31,7 +31,7 @@
31
<connection>scm:git:https://github.com/ngbsn/sqlscript2jpa-codegen.git</connection>
32
<developerConnection>scm:git:https://github.com/ngbsn/sqlscript2jpa-codegen.git</developerConnection>
33
<url>https://github.com/ngbsn/sqlscript2jpa-codegen</url>
34
- <tag>HEAD</tag>
+ <tag>1.0.3</tag>
35
</scm>
36
37
0 commit comments