Skip to content

Commit

Permalink
Merge pull request #32 from vpriesner/version-bump
Browse files Browse the repository at this point in the history
Bump to Ninja 6.8.1 / GAE 1.9.88, upgrade slf4j & mvn source-plugin
  • Loading branch information
raphaelbauer authored Dec 14, 2021
2 parents 0ab0e37 + 3b23f81 commit d27e53e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.9.88
======

* Bump to Ninja 6.8.1
* Bump to GAE 1.9.88
* Bump to latest slf4j-jdk14 version
* Bump to latest maven-source-plugin version

1.9.76
======

Expand Down
2 changes: 1 addition & 1 deletion ninja-appengine-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.7.25</version>
<version>1.7.32</version>
</dependency>

<!-- Exclude logback classic so that we only have one slf4j logging -->
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@

<!-- pin encoding to utf-8 -->
<properties>
<appengine.version>1.9.76</appengine.version>
<ninja.version>6.5.0</ninja.version>
<appengine.version>1.9.88</appengine.version>
<ninja.version>6.8.1</ninja.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<siteProjectVersion>${project.version}</siteProjectVersion>
Expand Down Expand Up @@ -214,7 +214,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down

0 comments on commit d27e53e

Please sign in to comment.