Skip to content

Commit

Permalink
documentation: define dependencies only in build-documentation profile
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch-si.com>
  • Loading branch information
thjaeckle committed Dec 14, 2017
1 parent 25bf1cf commit 3fb046f
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 18 deletions.
29 changes: 14 additions & 15 deletions documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,6 @@
<jekyll.config>_config.yml</jekyll.config>
</properties>

<dependencies>
<dependency>
<groupId>rubygems</groupId>
<artifactId>jekyll</artifactId>
<type>gem</type>
<optional>true</optional>
</dependency>
<dependency>
<groupId>rubygems</groupId>
<artifactId>jekyll-sitemap</artifactId>
<type>gem</type>
<optional>true</optional>
</dependency>
</dependencies>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down Expand Up @@ -195,6 +180,20 @@
</snapshots>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>rubygems</groupId>
<artifactId>jekyll</artifactId>
<type>gem</type>
<optional>true</optional>
</dependency>
<dependency>
<groupId>rubygems</groupId>
<artifactId>jekyll-sitemap</artifactId>
<type>gem</type>
<optional>true</optional>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "Announcing Ditto Milestone 0.1.0M1"
published: true
permalink: 2017-12-14-milestone-announcement-010M1.html
layout: post
author: thomas_jaeckle
tags: [blog]
hide_sidebar: true
sidebar: false
---

We finally managed to build our first milestone of Eclipse Ditto: [0.1.0M1](release_notes_010M1.html)

Java artifacts were published to both the [Eclipse Maven repository](https://repo.eclipse.org/content/repositories/ditto/)
as well as [Maven central](repo1.maven.org/maven2/org/eclipse/ditto/).

Additionally Docker images were pushed to Docker Hub:
* [eclipse/ditto-policies](https://hub.docker.com/r/eclipse/ditto-policies/)
* [eclipse/ditto-things](https://hub.docker.com/r/eclipse/ditto-things/)
* [eclipse/ditto-things-search](https://hub.docker.com/r/eclipse/ditto-things-search/)
* [eclipse/ditto-gateway](https://hub.docker.com/r/eclipse/ditto-gateway/)

You can simply follow the instructions in [Running Ditto](installation-running.html) to try it out now.

We also have found our logo which you can now see on the landing page.

{% include image.html file="ditto.svg" alt="Ditto" max-width=500 %}
--<br/>
The Eclipse Ditto team
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: Release notes 0.1.0M1
tags: [release_notes]
keywords: release notes, announcements, changelog
summary: "Version 0.1.0M1 of Eclipse Ditto, released on TODO"
summary: "Version 0.1.0M1 of Eclipse Ditto, released on 14.12.2017"
permalink: release_notes_010M1.html
---

Eclipse Ditto 0.1.0M1 is the very first milestone release of Eclipse Ditto.
Eclipse Ditto 0.1.0M1 is the first milestone of Eclipse Ditto.

In the future at this point you'll find the release notes for a milestone release or a full release.
In the future at this point you'll find the release notes for a milestone or a full release.

0 comments on commit 3fb046f

Please sign in to comment.