File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1515 ~ limitations under the License.
1616 -->
1717
18- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
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" >
2019
2120 <modelVersion >4.0.0</modelVersion >
2221 <groupId >de.danielbechler</groupId >
2322 <artifactId >java-object-diff</artifactId >
2423 <name >Java Object Diff</name >
25- <version >0.91-SNAPSHOT </version >
24+ <version >0.91</version >
2625
2726 <prerequisites >
2827 <maven >2.2.1</maven >
5049 <url >https://github.com/SQiShER/java-object-diff</url >
5150 <connection >scm:git:ssh://git@github.com/SQiShER/java-object-diff.git</connection >
5251 <developerConnection >scm:git:ssh://git@github.com/SQiShER/java-object-diff.git</developerConnection >
53- <tag >HEAD </tag >
52+ <tag >java-object-diff-0.91 </tag >
5453 </scm >
5554
5655 <issueManagement >
9392 <plugin >
9493 <artifactId >maven-release-plugin</artifactId >
9594 <configuration >
96- <scmCommentPrefix />
95+ <scmCommentPrefix />
9796 </configuration >
9897 </plugin >
9998 <plugin >
233232 <format >xml</format >
234233 <maxmem >256m</maxmem >
235234 <aggregate >true</aggregate >
236- <check />
235+ <check />
237236 </configuration >
238237 <executions >
239238 <execution >
411410 <exclude >**/*Example.class</exclude >
412411 </excludes >
413412 </instrumentation >
414- <check />
413+ <check />
415414 </configuration >
416415 </plugin >
417416 <plugin >
You can’t perform that action at this time.
0 commit comments