Skip to content

Commit 702b0a4

Browse files
author
Dominik Grzelak
committed
new release v0.7.2
1 parent 1ee2ee6 commit 702b0a4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
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.1</version>
15+
<version>0.7.2</version>
1616
<packaging>pom</packaging>
1717

1818
<name>Spring Data for CDO - Parent</name>

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.1</version>
8+
<version>0.7.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

spring-data-cdo/pom.xml

Lines changed: 6 additions & 6 deletions
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.1</version>
10+
<version>0.7.2</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -403,11 +403,11 @@
403403
<configuration>
404404
<!-- <minimizeJar>true</minimizeJar> -->
405405
<createDependencyReducedPom>true</createDependencyReducedPom>
406-
<!-- <artifactSet>-->
407-
<!-- <includes>-->
408-
<!-- <include>org.eclipse.emf.cdo:*</include>-->
409-
<!-- </includes>-->
410-
<!-- </artifactSet>-->
406+
<artifactSet>
407+
<includes>
408+
<include>org.eclipse.emf.cdo:*</include>
409+
</includes>
410+
</artifactSet>
411411
<filters>
412412
<filter>
413413
<artifact>*:*</artifact>

0 commit comments

Comments
 (0)