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 d36fd2b commit f37b728Copy full SHA for f37b728
pom.xml
@@ -6,6 +6,9 @@
6
<version>0.8.2-SNAPSHOT</version>
7
<name>clone of the jsqlparser library</name>
8
<inceptionYear>2004</inceptionYear>
9
+ <organization>
10
+ <name>JSQLParser</name>
11
+ </organization>
12
<licenses>
13
<license>
14
<name>GNU Library or Lesser General Public License (LGPL) V2.1</name>
@@ -85,5 +88,6 @@
85
88
</build>
86
89
<properties>
87
90
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
91
+ <license.licenseName>lgpl_v2_1</license.licenseName>
92
</properties>
93
</project>
0 commit comments