File tree Expand file tree Collapse file tree 4 files changed +423
-16
lines changed
main/java/com/github/sambatriste
test/java/com/github/sambatriste Expand file tree Collapse file tree 4 files changed +423
-16
lines changed Original file line number Diff line number Diff line change 44 <groupId >com.github.sambatriste</groupId >
55 <artifactId >sql-formatter</artifactId >
66 <packaging >jar</packaging >
7- <version >1.0.0 </version >
7+ <version >1.0.1 </version >
88 <name >SQL formatter</name >
99 <url >https://github.com/sambatriste/sql-formatter</url >
10+
11+ <properties >
12+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13+ <maven .compiler.source>1.7</maven .compiler.source>
14+ <maven .compiler.target>1.7</maven .compiler.target>
15+ </properties >
16+
1017 <dependencies >
1118 <dependency >
1219 <groupId >org.hibernate</groupId >
1320 <artifactId >hibernate-core</artifactId >
14- <version >5.2.2 .Final</version >
21+ <version >5.4.28 .Final</version >
1522 </dependency >
1623 <dependency >
1724 <groupId >junit</groupId >
2633 <plugin >
2734 <groupId >org.apache.maven.plugins</groupId >
2835 <artifactId >maven-compiler-plugin</artifactId >
29- <version >3.1</version >
30- <configuration >
31- <source >1.7</source >
32- <target >1.7</target >
33- </configuration >
36+ <version >3.6.2</version >
3437 </plugin >
3538 <plugin >
3639 <groupId >org.apache.maven.plugins</groupId >
3740 <artifactId >maven-assembly-plugin</artifactId >
38- <version >2.4 .1</version >
41+ <version >2.5 .1</version >
3942 <executions >
4043 <execution >
4144 <id >make-assembly</id >
You can’t perform that action at this time.
0 commit comments