Skip to content

Commit f38f96d

Browse files
committed
v1.0.0
Release under the `org.clojars.marksto/datomic-local-tu` artifact name
1 parent b7a4aa2 commit f38f96d

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Test 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

pom.xml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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>
@@ -20,5 +20,15 @@
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>

0 commit comments

Comments
 (0)