Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Lee committed Jan 10, 2017
1 parent 18c0665 commit 957a1c7
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/landing/data/releases.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[[versions]]
version = "1.3.0"
version = "1.3.1"
status = "current"
docs = "./1.3"
api = "/javadoc"

[[versions]]
version = "1.2.1"
version = "1.2.2"
docs = "./1.2"
api = "/javadoc"

Expand All @@ -28,4 +28,4 @@
[[drivers]]
name = "morphia"
description = "The MongoDB Java Object Document Mapper"
versions = "1.4.0-SNAPSHOT,1.3.0,1.2.1,1.1.1,1.0.1"
versions = "1.4.0-SNAPSHOT,1.3.1,1.2.2,1.1.1,1.0.1"
2 changes: 1 addition & 1 deletion docs/landing/layouts/partials/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h2>Morphia</h2>
<p>
{{ range where $.Site.Data.releases.versions "version" $.Site.Data.releases.current }}{{ $.Scratch.Set "qs.currentReleasedVersion" . }}{{end }}
{{$currentReleasedVersion := $.Scratch.Get "qs.currentReleasedVersion"}}
<a id="latest" href="1.2"
<a id="latest" href="1.3"
class="btn btn-success btn-dark btn-mongo">Latest documentation</a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseurl = "/morphia/1.3"
baseurl = "/morphia/1.4"
languageCode = "en-us"
title = "Morphia"
theme = "mongodb"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ The recommended way to get started using Morphia in your project is with a depen

{{< distroPicker >}}

{{< install version="1.3.0-SNAPSHOT" >}}
{{< install version="1.4.0-SNAPSHOT" >}}
2 changes: 1 addition & 1 deletion docs/reference/content/guides/jrebel.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ If you use Maven to manage your project, you can reference the Extension as a de
<dependency>
<groupId>org.mongodb.morphia</groupId>
<artifactId>morphia-jrebel-plug</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
```
2 changes: 1 addition & 1 deletion docs/reference/content/guides/validationExtension.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ If you use Maven to manage your project, you can reference Morphia as a dependen
<dependency>
<groupId>org.mongodb.morphia</groupId>
<artifactId>morphia-validation</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
```
2 changes: 1 addition & 1 deletion docs/reference/data/mongodb.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
githubUser = "mongodb"
githubRepo = "morphia"
githubBranch = "master"
currentVersion = "1.3-SNAPSHOT"
currentVersion = "1.4-SNAPSHOT"
highlightTheme = "idea.css"
apiUrl = "/javadoc"
coreApiUrl = "http://api.mongodb.org/java/3.4/"

0 comments on commit 957a1c7

Please sign in to comment.