Skip to content

Commit 36c981d

Browse files
committed
New release
1 parent eec3651 commit 36c981d

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

css/style.css

+1
Original file line numberDiff line numberDiff line change
@@ -10355,6 +10355,7 @@ a:hover {
1035510355
.container .content .inner-content img[src^="/"] {
1035610356
align-self: center;
1035710357
box-shadow: 0px 3px 10px #333;
10358+
max-width: 900px;
1035810359
}
1035910360
.container .content .inner-content .post {
1036010361
padding-bottom: 35px;

download/download.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@ <h3 id="stable-cli">Stable CLI</h3>
8181
<p><a href="http://search.maven.org/#search|ga|1|g:&quot;org.kevoree&quot;%20AND%20a:&quot;org.kevoree.tools.runtime&quot;"><img src="https://img.shields.io/maven-central/v/org.kevoree/org.kevoree.tools.runtime.svg" alt="Maven Central" /></a></p>
8282

8383
<p>The <strong>stable</strong> runtime is available <a href="https://goo.gl/s7NBZg">here</a></p>
84-
<div class="language-sh highlighter-rouge"><div class="highlight"><table style="border-spacing: 0"><tbody><tr><td class="gutter gl" style="text-align: right"><pre class="lineno">1</pre></td><td class="code"><pre>wget https://goo.gl/s7NBZg
84+
<div class="language-sh highlighter-rouge"><div class="highlight"><table style="border-spacing: 0"><tbody><tr><td class="gutter gl" style="text-align: right"><pre class="lineno">1</pre></td><td class="code"><pre>wget https://goo.gl/s7NBZg -O kevoree.jar
8585
</pre></td></tr></tbody></table>
8686
</div>
8787
</div>
8888

8989
<h3 id="latest-cli">Latest CLI</h3>
9090
<p><a href="https://oss.sonatype.org/content/groups/public/org/kevoree/org.kevoree.tools.runtime"><img src="https://img.shields.io/badge/oss.sonatype.org-SNAPSHOT-orange.svg" alt="OSSRH" /></a>
9191
The <strong>latest</strong> (unstable) runtime is available <a href="https://goo.gl/F5uv4T">here</a></p>
92-
<div class="language-sh highlighter-rouge"><div class="highlight"><table style="border-spacing: 0"><tbody><tr><td class="gutter gl" style="text-align: right"><pre class="lineno">1</pre></td><td class="code"><pre>wget https://goo.gl/F5uv4T
92+
<div class="language-sh highlighter-rouge"><div class="highlight"><table style="border-spacing: 0"><tbody><tr><td class="gutter gl" style="text-align: right"><pre class="lineno">1</pre></td><td class="code"><pre>wget https://goo.gl/F5uv4T -O kevoree-snapshot.jar
9393
</pre></td></tr></tbody></table>
9494
</div>
9595
</div>

download/download/java.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
The **stable** runtime is available [here](https://goo.gl/s7NBZg)
55
```sh
6-
wget https://goo.gl/s7NBZg
6+
wget https://goo.gl/s7NBZg -O kevoree.jar
77
```
88

99
### Latest CLI
1010
[![OSSRH](https://img.shields.io/badge/oss.sonatype.org-SNAPSHOT-orange.svg)](https://oss.sonatype.org/content/groups/public/org/kevoree/org.kevoree.tools.runtime)
1111
The **latest** (unstable) runtime is available [here](https://goo.gl/F5uv4T)
1212
```sh
13-
wget https://goo.gl/F5uv4T
13+
wget https://goo.gl/F5uv4T -O kevoree-snapshot.jar
1414
```

feed.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.5.0">Jekyll</generator><link href="http://kevoree.org/feed.xml" rel="self" type="application/atom+xml" /><link href="http://kevoree.org/" rel="alternate" type="text/html" /><updated>2017-09-11T09:04:07-05:00</updated><id>http://kevoree.org/</id><title type="html">Kevoree</title><subtitle>Model@runtime approach for distributed and reconfigurable systems
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.5.0">Jekyll</generator><link href="http://kevoree.org/feed.xml" rel="self" type="application/atom+xml" /><link href="http://kevoree.org/" rel="alternate" type="text/html" /><updated>2017-09-21T11:17:34-05:00</updated><id>http://kevoree.org/</id><title type="html">Kevoree</title><subtitle>Model@runtime approach for distributed and reconfigurable systems
22
</subtitle><entry><title type="html">A new release is out</title><link href="http://kevoree.org/blog/2017/09/05/a-new-release-is-out.html" rel="alternate" type="text/html" title="A new release is out" /><published>2017-09-05T03:48:00-05:00</published><updated>2017-09-05T03:48:00-05:00</updated><id>http://kevoree.org/blog/2017/09/05/a-new-release-is-out</id><content type="html" xml:base="http://kevoree.org/blog/2017/09/05/a-new-release-is-out.html">&lt;p&gt;We have just released &lt;strong&gt;new stable versions&lt;/strong&gt; of the &lt;code class=&quot;highlighter-rouge&quot;&gt;Java&lt;/code&gt; and &lt;code class=&quot;highlighter-rouge&quot;&gt;NodeJS&lt;/code&gt; platforms:&lt;/p&gt;
33
&lt;ul&gt;
44
&lt;li&gt;&lt;strong&gt;Java&lt;/strong&gt; &lt;code class=&quot;highlighter-rouge&quot;&gt;v5.5.0&lt;/code&gt;&lt;/li&gt;
Loading
Loading

0 commit comments

Comments
 (0)