Parcourir la source

Update 'pom.xml'

nhu313 il y a 8 ans
Parent
révision
3aa0fec9bd
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4
    1
      pom.xml

+ 4
- 1
pom.xml Voir le fichier

7
     <groupId>com.zipcoder</groupId>
7
     <groupId>com.zipcoder</groupId>
8
     <artifactId>payment</artifactId>
8
     <artifactId>payment</artifactId>
9
     <version>1.0-SNAPSHOT</version>
9
     <version>1.0-SNAPSHOT</version>
10
-
10
+    <properties>
11
+        <maven.compiler.source>1.8</maven.compiler.source>
12
+        <maven.compiler.target>1.8</maven.compiler.target>
13
+    </properties>
11
 
14
 
12
 </project>
15
 </project>