Skip to content

Commit

Permalink
Release v1.26.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Nov 14, 2017
1 parent 27b3b39 commit cc51d02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
</a>
</div>
<ul class="right hide-on-med-and-down">
<li><a href="https://github.com/Erudika/scoold/releases/download/1.25.5/scoold-1.25.5.jar" title="Download">Download</a></li>
<li><a href="https://github.com/Erudika/scoold/releases/download/1.26.0/scoold-1.26.0.jar" title="Download">Download</a></li>
<li><a href="https://github.com/Erudika/scoold/" title="Source">Source</a></li>
<li><a href="https://live.scoold.com" title="Demo">Demo</a></li>
</ul>
Expand All @@ -156,7 +156,7 @@
</div>
</nav>
</li>
<li><a href="https://github.com/Erudika/scoold/releases/download/1.25.5/scoold-1.25.5.jar" title="Download">Download</a></li>
<li><a href="https://github.com/Erudika/scoold/releases/download/1.26.0/scoold-1.26.0.jar" title="Download">Download</a></li>
<li><a href="https://github.com/Erudika/scoold/" title="Source">Source</a></li>
<li><a href="https://live.scoold.com" title="Demo">Demo</a></li>
</ul>
Expand All @@ -177,11 +177,11 @@ <h5 class="white pam" style="line-height: 1.5em;">
<a href="https://paraio.com">Para</a>. It can be deployed on Heroku or your own infrastructure.
</h5>
<div class="mtl ptl">
<a href="https://github.com/Erudika/scoold/releases/download/1.25.5/scoold-1.25.5.jar"
<a href="https://github.com/Erudika/scoold/releases/download/1.26.0/scoold-1.26.0.jar"
class="btn-large light-blue"><b>Download</b></a>
</div>
<div>
<small>v1.25.5, Requires Java 7+</small>
<small>v1.26.0, Requires Java 7+</small>
</div>
</div>
<div class="col m8">
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.erudika</groupId>
<artifactId>scoold</artifactId>
<version>1.25.5</version>
<version>1.26.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>com.erudika</groupId>
<artifactId>para-client</artifactId>
<version>1.25.4</version>
<version>1.26.0</version>
</dependency>
<dependency>
<groupId>rome</groupId>
Expand Down Expand Up @@ -138,7 +138,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<version>3.7.0</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
Expand Down

0 comments on commit cc51d02

Please sign in to comment.