Skip to content

Commit f183455

Browse files
committed
インデントを調整.
1 parent 0f9bf81 commit f183455

File tree

4 files changed

+423
-16
lines changed

4 files changed

+423
-16
lines changed

pom.xml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,21 @@
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>
@@ -26,16 +33,12 @@
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>

0 commit comments

Comments
 (0)