Skip to content

Commit 0c58bdb

Browse files
author
per
committed
release 1.1.7
1 parent f3d6f04 commit 0c58bdb

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ There are a few different ways to install Munin.
207207
<parent>
208208
<artifactId>munin</artifactId>
209209
<groupId>se.alipsa</groupId>
210-
<version>1.1.6</version>
210+
<version>1.1.7</version>
211211
</parent>
212212
```
213213
3. Customized alternative:

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
<parent>
1010
<artifactId>spring-boot-starter-parent</artifactId>
1111
<groupId>org.springframework.boot</groupId>
12-
<version>2.6.2</version>
12+
<version>2.6.3</version>
1313
</parent>
1414

1515
<artifactId>munin</artifactId>
1616
<groupId>se.alipsa</groupId>
17-
<version>1.1.7-SNAPSHOT</version>
17+
<version>1.1.7</version>
1818

1919
<name>Munin - a Renjin based web reporting server</name>
2020
<description>A reporting server based on Renjin and Spring Boot.</description>
@@ -59,7 +59,7 @@
5959
<renjin-spring-boot-starter.version>1.0.0</renjin-spring-boot-starter.version>
6060
<spotbugs-annotations.version>4.5.3</spotbugs-annotations.version>
6161
<!-- note that parent has the version hard coded so must duplicate the setting there as well -->
62-
<spring.boot.version>2.6.2</spring.boot.version>
62+
<spring.boot.version>2.6.3</spring.boot.version>
6363
<thymeleaf-extras-springsecurity5.version>3.0.4.RELEASE</thymeleaf-extras-springsecurity5.version>
6464
<webjars-locator.version>0.42</webjars-locator.version>
6565
</properties>
@@ -450,7 +450,7 @@
450450
<plugin>
451451
<groupId>org.jacoco</groupId>
452452
<artifactId>jacoco-maven-plugin</artifactId>
453-
<version>0.8.6</version>
453+
<version>0.8.7</version>
454454
</plugin>
455455
</plugins>
456456
</reporting>
@@ -474,7 +474,7 @@
474474
<plugin>
475475
<groupId>org.apache.maven.plugins</groupId>
476476
<artifactId>maven-gpg-plugin</artifactId>
477-
<version>1.6</version>
477+
<version>3.0.1</version>
478478
<executions>
479479
<execution>
480480
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)