|
10 | 10 | </organization> |
11 | 11 | <packaging>jar</packaging> |
12 | 12 | <url>https://github.com/JSQLParser/JSqlParser</url> |
13 | | - |
| 13 | + |
14 | 14 | <licenses> |
15 | 15 | <license> |
16 | 16 | <name>GNU Library or Lesser General Public License (LGPL) V2.1</name> |
17 | 17 | <url>http://www.gnu.org/licenses/lgpl-2.1.html</url> |
18 | 18 | </license> |
19 | 19 | </licenses> |
20 | | - |
| 20 | + |
21 | 21 | <dependencies> |
22 | 22 | <dependency> |
23 | 23 | <groupId>junit</groupId> |
24 | 24 | <artifactId>junit</artifactId> |
25 | | - <version>4.10</version> |
| 25 | + <version>4.11</version> |
26 | 26 | </dependency> |
27 | 27 | <dependency> |
28 | 28 | <groupId>commons-io</groupId> |
|
31 | 31 | <scope>test</scope> |
32 | 32 | </dependency> |
33 | 33 | </dependencies> |
34 | | - |
| 34 | + |
35 | 35 | <developers> |
36 | 36 | <developer> |
37 | 37 | <name>Tobias Warneke</name> |
|
49 | 49 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
50 | 50 | </snapshotRepository> |
51 | 51 | </distributionManagement> |
52 | | - |
| 52 | + |
53 | 53 | <scm> |
54 | 54 | <connection>scm:git:https://github.com/JSQLParser/JSqlParser.git</connection> |
55 | 55 | < developerConnection>scm:git:ssh:// [email protected]:JSQLParser/JSqlParser.git</ developerConnection> |
56 | 56 | <url>https://github.com/JSQLParser/JSqlParser.git</url> |
57 | 57 | <tag>HEAD</tag> |
58 | 58 | </scm> |
59 | | - |
| 59 | + |
60 | 60 | <issueManagement> |
61 | 61 | <system>GitHub Issues</system> |
62 | 62 | <url>https://github.com/JSQLParser/JSqlParser/issues</url> |
|
66 | 66 | <plugins> |
67 | 67 | <plugin> |
68 | 68 | <artifactId>maven-compiler-plugin</artifactId> |
69 | | - <version>3.0</version> |
| 69 | + <version>3.1</version> |
70 | 70 | <configuration> |
71 | 71 | <source>1.6</source> |
72 | 72 | <target>1.6</target> |
|
91 | 91 | <plugin> |
92 | 92 | <groupId>org.apache.maven.plugins</groupId> |
93 | 93 | <artifactId>maven-eclipse-plugin</artifactId> |
94 | | - <version>2.8</version> |
| 94 | + <version>2.9</version> |
95 | 95 | <configuration> |
96 | 96 | <sourceIncludes> |
97 | 97 | <sourceInclude>/target/generated-sources/javacc</sourceInclude> |
|
101 | 101 | <plugin> |
102 | 102 | <groupId>org.apache.maven.plugins</groupId> |
103 | 103 | <artifactId>maven-resources-plugin</artifactId> |
104 | | - <version>2.4.3</version> |
| 104 | + <version>2.6</version> |
105 | 105 | <configuration> |
106 | 106 | <encoding>${project.build.sourceEncoding}</encoding> |
107 | 107 | </configuration> |
108 | 108 | </plugin> |
109 | 109 | <plugin> |
110 | 110 | <groupId>org.codehaus.mojo</groupId> |
111 | 111 | <artifactId>license-maven-plugin</artifactId> |
112 | | - <version>1.4</version> |
| 112 | + <version>1.6</version> |
113 | 113 | <configuration> |
114 | 114 | <verbose>false</verbose> |
115 | 115 | <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage> |
|
147 | 147 | <version>1.9</version> |
148 | 148 | </dependency> |
149 | 149 | </dependencies> |
150 | | - </plugin> |
| 150 | + </plugin> |
151 | 151 | <plugin> |
152 | 152 | <groupId>org.apache.maven.plugins</groupId> |
153 | 153 | <artifactId>maven-source-plugin</artifactId> |
|
164 | 164 | <plugin> |
165 | 165 | <groupId>org.apache.maven.plugins</groupId> |
166 | 166 | <artifactId>maven-javadoc-plugin</artifactId> |
167 | | - <version>2.9</version> |
| 167 | + <version>2.9.1</version> |
168 | 168 | <executions> |
169 | 169 | <execution> |
170 | 170 | <id>attach-javadocs</id> |
|
173 | 173 | </goals> |
174 | 174 | </execution> |
175 | 175 | </executions> |
176 | | - </plugin> |
| 176 | + </plugin> |
177 | 177 | <plugin> |
178 | 178 | <artifactId>maven-site-plugin</artifactId> |
179 | 179 | <version>3.3</version> |
|
186 | 186 | </execution> |
187 | 187 | </executions> |
188 | 188 | <configuration> |
189 | | - <reportPlugins> |
| 189 | + <reportPlugins> <!--TODO this is marked as private since version 3.2 and should be removed--> |
190 | 190 | <plugin> |
191 | 191 | <groupId>org.apache.maven.plugins</groupId> |
192 | 192 | <artifactId>maven-surefire-report-plugin</artifactId> |
|
245 | 245 | </plugin> |
246 | 246 | </plugins> |
247 | 247 | </build> |
248 | | - |
| 248 | + |
249 | 249 | <profiles> |
250 | 250 | <profile> |
251 | 251 | <id>sign-release-artifacts</id> |
|
278 | 278 | </build> |
279 | 279 | </profile> |
280 | 280 | </profiles> |
281 | | - |
| 281 | + |
282 | 282 | <properties> |
283 | 283 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
284 | 284 | </properties> |
285 | | - |
| 285 | + |
286 | 286 | <description> |
287 | | - JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. |
| 287 | + JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. |
288 | 288 | The generated hierarchy can be navigated using the Visitor Pattern. |
289 | 289 | </description> |
290 | 290 | </project> |
0 commit comments