Skip to content

Commit cb29ea5

Browse files
Merge branch 'develop' into lazy
2 parents 35beb29 + c987df2 commit cb29ea5

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site:
22
title: Spring-Data-Eclipse-Store
3-
url: https://xdev-software.github.io/spring-data-eclipse-store/
3+
url: https://spring-eclipsestore.xdev.software/
44
robots: allow
55

66
# see https://docs.antora.org/antora/2.3/playbook/configure-runtime/

docs/modules/ROOT/pages/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
= Overview
1+
= {product-name}
22

33
image::Logo.svg[Logo XDEV Spring-Data-Eclipse-Store,200]
44

5-
== About {product-name}
5+
== About
66

77
A Open-Source library to simplify using https://eclipsestore.io/[EclipseStore] in a https://spring.io/projects/spring-data/[Spring environment].
88

spring-data-eclipse-store-benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>com.puppycrawl.tools</groupId>
9898
<artifactId>checkstyle</artifactId>
99-
<version>10.14.0</version>
99+
<version>10.14.1</version>
100100
</dependency>
101101
</dependencies>
102102
<configuration>

spring-data-eclipse-store-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>com.puppycrawl.tools</groupId>
105105
<artifactId>checkstyle</artifactId>
106-
<version>10.14.0</version>
106+
<version>10.14.1</version>
107107
</dependency>
108108
</dependencies>
109109
<configuration>

spring-data-eclipse-store-jpa/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<dependency>
124124
<groupId>com.puppycrawl.tools</groupId>
125125
<artifactId>checkstyle</artifactId>
126-
<version>10.14.0</version>
126+
<version>10.14.1</version>
127127
</dependency>
128128
</dependencies>
129129
<configuration>

spring-data-eclipse-store/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
<plugin>
292292
<groupId>org.apache.maven.plugins</groupId>
293293
<artifactId>maven-gpg-plugin</artifactId>
294-
<version>3.1.0</version>
294+
<version>3.2.0</version>
295295
<executions>
296296
<execution>
297297
<id>sign-artifacts</id>
@@ -339,7 +339,7 @@
339339
<dependency>
340340
<groupId>com.puppycrawl.tools</groupId>
341341
<artifactId>checkstyle</artifactId>
342-
<version>10.14.0</version>
342+
<version>10.14.1</version>
343343
</dependency>
344344
</dependencies>
345345
<configuration>

0 commit comments

Comments
 (0)