Skip to content

Commit 450edae

Browse files
committed
fixed imports
1 parent 4f0198d commit 450edae

26 files changed

+2103
-1836
lines changed

samples/client/petstore/java/pom.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.swagger</groupId>
@@ -77,7 +77,8 @@
7777
</goals>
7878
<configuration>
7979
<sources>
80-
<source>src/main/java</source>
80+
<source>
81+
src/main/java</source>
8182
</sources>
8283
</configuration>
8384
</execution>
@@ -89,7 +90,8 @@
8990
</goals>
9091
<configuration>
9192
<sources>
92-
<source>src/test/java</source>
93+
<source>
94+
src/test/java</source>
9395
</sources>
9496
</configuration>
9597
</execution>
@@ -100,7 +102,8 @@
100102
<artifactId>maven-compiler-plugin</artifactId>
101103
<version>2.3.2</version>
102104
<configuration>
103-
<source>1.6</source>
105+
<source>
106+
1.6</source>
104107
<target>1.6</target>
105108
</configuration>
106109
</plugin>

0 commit comments

Comments
 (0)