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 769f101 commit 177628eCopy full SHA for 177628e
.gitignore
@@ -8,4 +8,5 @@ pom.xml.next
8
release.properties
9
dependency-reduced-pom.xml
10
buildNumber.properties
11
-output
+output
12
+scheme2ddl.iml
pom.xml
@@ -59,6 +59,7 @@
59
<plugin>
60
<groupId>org.apache.maven.plugins</groupId>
61
<artifactId>maven-release-plugin</artifactId>
62
+ <version>2.5.3</version>
63
<configuration>
64
<tagNameFormat>v@{project.version}</tagNameFormat>
65
<useReleaseProfile>false</useReleaseProfile>
0 commit comments