Skip to content

Commit 69e15c6

Browse files
committed
sed s/deep-diff/deep-diff2/g -i pom.xml
1 parent 7c4f923 commit 69e15c6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<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/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>lambdaisland</groupId>
5-
<artifactId>deep-diff</artifactId>
5+
<artifactId>deep-diff2</artifactId>
66
<version>0.0-47</version>
7-
<name>deep-diff</name>
7+
<name>deep-diff2</name>
88
<description>Recursively diff Clojure data structures.</description>
9-
<url>https://github.com/lambdaisland/deep-diff</url>
9+
<url>https://github.com/lambdaisland/deep-diff2</url>
1010
<inceptionYear>2018</inceptionYear>
1111
<organization>
1212
<name>Lambda Island</name>
@@ -19,9 +19,9 @@
1919
</license>
2020
</licenses>
2121
<scm>
22-
<url>https://github.com/lambdaisland/deep-diff</url>
23-
<connection>scm:git:git://github.com/lambdaisland/deep-diff.git</connection>
24-
<developerConnection>scm:git:ssh://[email protected]/lambdaisland/deep-diff.git</developerConnection>
22+
<url>https://github.com/lambdaisland/deep-diff2</url>
23+
<connection>scm:git:git://github.com/lambdaisland/deep-diff2.git</connection>
24+
<developerConnection>scm:git:ssh://[email protected]/lambdaisland/deep-diff2.git</developerConnection>
2525
<tag>eb1ce3037540b72635e32c3dfc0fbe588d2e195f</tag>
2626
</scm>
2727
<dependencies>

0 commit comments

Comments
 (0)