Skip to content

Commit ef69460

Browse files
jonpereiradevJonathan Pereira
authored andcommitted
update version 0.3.0
1 parent 9d3e5dc commit ef69460

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

pom.xml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4-
<modelVersion>4.0.0</modelVersion>
5-
<groupId>com.github.jonpereiradev</groupId>
6-
<artifactId>diff-objects</artifactId>
7-
<version>0.3.0</version>
8-
<packaging>jar</packaging>
9-
<properties>
10-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
11-
<maven.compiler.source>1.7</maven.compiler.source>
12-
<maven.compiler.target>1.7</maven.compiler.target>
13-
</properties>
14-
<dependencies>
15-
<dependency>
16-
<groupId>commons-lang</groupId>
17-
<artifactId>commons-lang</artifactId>
18-
<version>2.6</version>
19-
</dependency>
20-
<dependency>
21-
<groupId>junit</groupId>
22-
<artifactId>junit</artifactId>
23-
<version>4.12</version>
24-
<scope>test</scope>
25-
</dependency>
26-
</dependencies>
4+
<modelVersion>4.0.0</modelVersion>
5+
<groupId>com.github.jonpereiradev</groupId>
6+
<artifactId>diff-objects</artifactId>
7+
<version>0.3.0</version>
8+
<packaging>jar</packaging>
9+
<properties>
10+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
11+
<maven.compiler.source>1.7</maven.compiler.source>
12+
<maven.compiler.target>1.7</maven.compiler.target>
13+
</properties>
14+
<dependencies>
15+
<dependency>
16+
<groupId>commons-lang</groupId>
17+
<artifactId>commons-lang</artifactId>
18+
<version>2.6</version>
19+
</dependency>
20+
<dependency>
21+
<groupId>junit</groupId>
22+
<artifactId>junit</artifactId>
23+
<version>4.12</version>
24+
<scope>test</scope>
25+
</dependency>
26+
</dependencies>
2727
</project>

0 commit comments

Comments
 (0)