Skip to content

Commit f2b79e7

Browse files
authored
Update pom.xml
Just adding some spaces so that readability of the code becomes easy.
1 parent b8c196d commit f2b79e7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

maven/core/pom.xml

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<artifactId>codenameone</artifactId>
77
<version>8.0-SNAPSHOT</version>
88
</parent>
9+
910
<modelVersion>4.0.0</modelVersion>
1011
<groupId>com.codenameone</groupId>
1112
<artifactId>codenameone-core</artifactId>
@@ -19,14 +20,15 @@
1920
<scope>provided</scope>
2021
</dependency>
2122
</dependencies>
23+
2224
<properties>
2325
<java.version>1.5</java.version>
2426
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2527
<maven.compiler.source>1.5</maven.compiler.source>
2628
<maven.compiler.target>1.5</maven.compiler.target>
2729
<src.dir>../../CodenameOne/src</src.dir>
28-
2930
</properties>
31+
3032
<build>
3133
<sourceDirectory>${src.dir}</sourceDirectory>
3234
<resources>
@@ -46,10 +48,11 @@
4648
<source>1.5</source>
4749
<target>1.5</target>
4850
</configuration>
51+
4952
</plugin>
5053
</plugins>
5154

5255
</build>
5356

5457

55-
</project>
58+
</project>

0 commit comments

Comments
 (0)