Skip to content

Commit cff7ddb

Browse files
committed
new version: 0.7.5
- Spring Boot Parent updated to 3.1.4 - Migration to Central Publishing Portal - Dependency Version Fix - Bugfixes and Refactorings
1 parent 5c3daae commit cff7ddb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Version Compatability
99
// |2024-09 (4.33.0)
1010
// |51
1111

12-
|0.7.4 (latest)
12+
|0.7.5 (latest)
1313
|https://www.eclipse.org/downloads/packages/release/2022-12/r/eclipse-modeling-tools[2022-12 (4.26.0)]
1414
|48
1515

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.bigraphs.springframework.data</groupId>
1414
<artifactId>spring-data-cdo-parent</artifactId>
15-
<version>0.7.4</version>
15+
<version>0.7.5</version>
1616
<packaging>pom</packaging>
1717

1818
<name>Spring Data for CDO - Parent</name>
@@ -229,7 +229,7 @@
229229
<plugin>
230230
<groupId>org.apache.maven.plugins</groupId>
231231
<artifactId>maven-deploy-plugin</artifactId>
232-
<version>3.3.1</version>
232+
<version>3.1.3</version>
233233
<configuration>
234234
<!-- disable the default existing mapping -->
235235
<skip>true</skip>

spring-data-cdo-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.bigraphs.springframework.data</groupId>
77
<artifactId>spring-data-cdo-parent</artifactId>
8-
<version>0.7.4</version>
8+
<version>0.7.5</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

spring-data-cdo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.bigraphs.springframework.data</groupId>
99
<artifactId>spring-data-cdo-parent</artifactId>
10-
<version>0.7.4</version>
10+
<version>0.7.5</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

0 commit comments

Comments
 (0)