Skip to content

Commit

Permalink
v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mduerig committed Mar 27, 2016
1 parent 38f4b8c commit 7c4f28c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Support and scripts for working with [Jackrabbit Oak](http://jackrabbit.apache.o

After starting Ammonite load this library:

load.ivy("michid" % "script-oak" % "1.2-SNAPSHOT")
load.ivy("michid" % "script-oak" % "1.2")

Now import some pre-defs:

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
<groupId>michid</groupId>
<artifactId>script-oak</artifactId>
<name>Script Oak</name>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>

<properties>
<oak.version>1.6-SNAPSHOT</oak.version>
<oak.version>1.4.0</oak.version>
<amm.version>0.5.7</amm.version>
<scala-version>2.11.7</scala-version>
</properties>
Expand Down

0 comments on commit 7c4f28c

Please sign in to comment.