|
15 | 15 | ~ limitations under the License. |
16 | 16 | --> |
17 | 17 |
|
18 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
19 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 18 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
20 | 19 |
|
21 | 20 | <modelVersion>4.0.0</modelVersion> |
22 | 21 | <groupId>de.danielbechler</groupId> |
23 | 22 | <artifactId>java-object-diff</artifactId> |
24 | 23 | <name>Java Object Diff</name> |
25 | | - <version>0.93.3-SNAPSHOT</version> |
| 24 | + <version>0.94</version> |
26 | 25 |
|
27 | 26 | <prerequisites> |
28 | 27 | <maven>3.0</maven> |
|
50 | 49 | <url>https://github.com/SQiShER/java-object-diff</url> |
51 | 50 | <connection>scm:git:ssh://git@github.com/SQiShER/java-object-diff.git</connection> |
52 | 51 | <developerConnection>scm:git:ssh://git@github.com/SQiShER/java-object-diff.git</developerConnection> |
53 | | - <tag>HEAD</tag> |
| 52 | + <tag>java-object-diff-0.94</tag> |
54 | 53 | </scm> |
55 | 54 |
|
56 | 55 | <issueManagement> |
|
93 | 92 | <plugin> |
94 | 93 | <artifactId>maven-release-plugin</artifactId> |
95 | 94 | <configuration> |
96 | | - <scmCommentPrefix/> |
| 95 | + <scmCommentPrefix/> |
97 | 96 | </configuration> |
98 | 97 | </plugin> |
99 | 98 | <plugin> |
|
223 | 222 | <format>xml</format> |
224 | 223 | <maxmem>256m</maxmem> |
225 | 224 | <aggregate>true</aggregate> |
226 | | - <check/> |
| 225 | + <check/> |
227 | 226 | </configuration> |
228 | 227 | <executions> |
229 | 228 | <execution> |
|
396 | 395 | <exclude>**/*Example.class</exclude> |
397 | 396 | </excludes> |
398 | 397 | </instrumentation> |
399 | | - <check/> |
| 398 | + <check/> |
400 | 399 | </configuration> |
401 | 400 | </plugin> |
402 | 401 | <plugin> |
|
0 commit comments