Skip to content

Commit 6312f83

Browse files
committed
v0.3 release
1 parent 89dd25e commit 6312f83

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
dynamic-object is a library that makes Clojure's powerful data modeling capabilities available to Java developers in an idiomatic way with minimal boilerplate. It reflects the belief that [values](http://www.infoq.com/presentations/Value-Values) should be immutable, cheap to specify, powerful to work with, and easy to convey to other processes.
44

5-
Get it from [Maven](http://search.maven.org/#artifactdetails|com.github.rschmitt|dynamic-object|0.2|jar):
5+
Get it from [Maven](http://search.maven.org/#artifactdetails|com.github.rschmitt|dynamic-object|0.3|jar):
66

7-
`com.github.rschmitt:dynamic-object:0.2`
7+
`com.github.rschmitt:dynamic-object:0.3`
88

99
## A Simple Example
1010

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'maven'
33

44
sourceCompatibility = 1.8
55
group = 'com.github.rschmitt'
6-
version = '0.3-SNAPSHOT'
6+
version = '0.3'
77

88
repositories {
99
mavenCentral()

dynamic-object.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="com.github.rschmitt" external.system.module.version="0.3-SNAPSHOT" type="JAVA_MODULE" version="4">
2+
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="com.github.rschmitt" external.system.module.version="0.3" type="JAVA_MODULE" version="4">
33
<component name="NewModuleRootManager" inherit-compiler-output="true">
44
<exclude-output />
55
<content url="file://$MODULE_DIR$">

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.rschmitt</groupId>
55
<artifactId>dynamic-object</artifactId>
6-
<version>0.3-SNAPSHOT</version>
6+
<version>0.3</version>
77

88
<url>https://github.com/rschmitt/dynamic-object</url>
99
<description>Lightweight data modeling for Java, powered by Clojure.</description>

0 commit comments

Comments
 (0)