File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed
Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 33Test utility for Datomic Local.
44
55``` clojure
6- dev -local-tu {:mvn/version " 0.3 .0" }
6+ org.clojars.marksto/datomic -local-tu {:mvn/version " 1.0 .0" }
77```
88
99## Rationale
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
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 >
4- <groupId >dev-local-tu </groupId >
5- <artifactId >dev -local-tu</artifactId >
6- <version >0.3 .0</version >
7- <name >dev -local-tu</name >
4+ <groupId >org.clojars.marksto </groupId >
5+ <artifactId >datomic -local-tu</artifactId >
6+ <version >1.0 .0</version >
7+ <name >datomic -local-tu</name >
88 <dependencies >
99 <dependency >
1010 <groupId >org.clojure</groupId >
2020 <id >clojars</id >
2121 <url >https://repo.clojars.org/</url >
2222 </repository >
23+ <repository >
24+ <id >datomic-cloud</id >
25+ <url >s3://datomic-releases-1fc2183a/maven/releases</url >
26+ </repository >
2327 </repositories >
28+ <licenses >
29+ <license >
30+ <name >Eclipse Public License</name >
31+ <url >http://www.eclipse.org/legal/epl-v10.html</url >
32+ </license >
33+ </licenses >
2434</project >
You can’t perform that action at this time.
0 commit comments