Last active
July 13, 2016 03:13
.jar diff for schema 1.1.2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ diff -ru . /tmp/schema-1.1.2 | |
diff -ru ./META-INF/MANIFEST.MF /tmp/schema-1.1.2/META-INF/MANIFEST.MF | |
--- ./META-INF/MANIFEST.MF 2016-07-12 22:01:02.000000000 -0500 | |
+++ /tmp/schema-1.1.2/META-INF/MANIFEST.MF 2016-06-13 14:41:58.000000000 -0500 | |
@@ -1,6 +1,6 @@ | |
Manifest-Version: 1.0 | |
-Build-Jdk: 1.7.0_91 | |
-Built-By: oubiwann | |
-Created-By: Leiningen 2.5.3 | |
+Built-By: w01fe | |
+Created-By: Leiningen 2.4.3 | |
+Build-Jdk: 1.8.0_92 | |
Main-Class: clojure.main | |
diff -ru ./META-INF/maven/prismatic/schema/pom.properties /tmp/schema-1.1.2/META-INF/maven/prismatic/schema/pom.properties | |
--- ./META-INF/maven/prismatic/schema/pom.properties 2016-07-12 22:01:02.000000000 -0500 | |
+++ /tmp/schema-1.1.2/META-INF/maven/prismatic/schema/pom.properties 2016-06-13 14:41:58.000000000 -0500 | |
@@ -1,5 +1,5 @@ | |
#Leiningen | |
-#Tue Jul 12 22:01:02 CDT 2016 | |
+#Mon Jun 13 14:41:59 CST 2016 | |
version=1.1.2 | |
revision=6d21635375bbe387c125cec7b91d598e2893fb75\n | |
groupId=prismatic | |
diff -ru ./META-INF/maven/prismatic/schema/pom.xml /tmp/schema-1.1.2/META-INF/maven/prismatic/schema/pom.xml | |
--- ./META-INF/maven/prismatic/schema/pom.xml 2016-07-12 22:01:02.000000000 -0500 | |
+++ /tmp/schema-1.1.2/META-INF/maven/prismatic/schema/pom.xml 2016-06-13 14:41:58.000000000 -0500 | |
@@ -14,11 +14,11 @@ | |
</license> | |
</licenses> | |
<scm> | |
- <connection>scm:git:git://github.com/plumatic/schema.git</connection> | |
- <developerConnection>scm:git:ssh://git@github.com/plumatic/schema.git</developerConnection> | |
+ <connection>scm:git:git://github.com/Prismatic/schema.git</connection> | |
+ <developerConnection>scm:git:ssh://git@github.com/Prismatic/schema.git</developerConnection> | |
<tag>6d21635375bbe387c125cec7b91d598e2893fb75 | |
</tag> | |
- <url>https://github.com/plumatic/schema</url> | |
+ <url>https://github.com/Prismatic/schema</url> | |
</scm> | |
<build> | |
<sourceDirectory>target/generated/src/clj</sourceDirectory> | |
@@ -30,6 +30,9 @@ | |
</resources> | |
<testResources> | |
<testResource> | |
+ <directory>dev-resources</directory> | |
+ </testResource> | |
+ <testResource> | |
<directory>target/generated/src/cljs</directory> | |
</testResource> | |
</testResources> | |
@@ -91,5 +94,48 @@ | |
</releases> | |
</repository> | |
</repositories> | |
- <dependencies/> | |
+ <dependencies> | |
+ <dependency> | |
+ <groupId>org.clojure</groupId> | |
+ <artifactId>clojure</artifactId> | |
+ <version>1.7.0</version> | |
+ <scope>test</scope> | |
+ </dependency> | |
+ <dependency> | |
+ <groupId>org.clojure</groupId> | |
+ <artifactId>clojurescript</artifactId> | |
+ <version>0.0-2760</version> | |
+ <scope>test</scope> | |
+ </dependency> | |
+ <dependency> | |
+ <groupId>org.clojure</groupId> | |
+ <artifactId>tools.nrepl</artifactId> | |
+ <version>0.2.5</version> | |
+ <scope>test</scope> | |
+ </dependency> | |
+ <dependency> | |
+ <groupId>org.clojure</groupId> | |
+ <artifactId>test.check</artifactId> | |
+ <version>0.9.0</version> | |
+ <scope>test</scope> | |
+ </dependency> | |
+ <dependency> | |
+ <groupId>potemkin</groupId> | |
+ <artifactId>potemkin</artifactId> | |
+ <version>0.4.1</version> | |
+ <scope>test</scope> | |
+ </dependency> | |
+ <dependency> | |
+ <groupId>clojure-complete</groupId> | |
+ <artifactId>clojure-complete</artifactId> | |
+ <version>0.2.3</version> | |
+ <exclusions> | |
+ <exclusion> | |
+ <groupId>org.clojure</groupId> | |
+ <artifactId>clojure</artifactId> | |
+ </exclusion> | |
+ </exclusions> | |
+ <scope>test</scope> | |
+ </dependency> | |
+ </dependencies> | |
</project> | |
Binary files ./schema-1.1.2.zip and /tmp/schema-1.1.2/schema-1.1.2.zip differ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment