Skip to content

Commit 58cc054

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent d81d98e commit 58cc054

File tree

23 files changed

+24
-32
lines changed

23 files changed

+24
-32
lines changed

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.aries.jpa</groupId>
1919
<artifactId>org.apache.aries.jpa.parent</artifactId>
20-
<version>2.7.3</version>
20+
<version>2.7.4-SNAPSHOT</version>
2121
<relativePath>../jpa-parent</relativePath>
2222
</parent>
2323

examples/tasklist-blueprint/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.apache.aries.jpa.example</groupId>
1616
<artifactId>org.apache.aries.jpa.example.parent</artifactId>
17-
<version>2.7.3</version>
17+
<version>2.7.4-SNAPSHOT</version>
1818
<relativePath>..</relativePath>
1919
</parent>
2020
<artifactId>org.apache.aries.jpa.example.tasklist.blueprint</artifactId>

examples/tasklist-ds/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.apache.aries.jpa.example</groupId>
1313
<artifactId>org.apache.aries.jpa.example.parent</artifactId>
14-
<version>2.7.3</version>
14+
<version>2.7.4-SNAPSHOT</version>
1515
<relativePath>..</relativePath>
1616
</parent>
1717
<artifactId>org.apache.aries.jpa.example.tasklist.ds</artifactId>

examples/tasklist-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.apache.aries.jpa.example</groupId>
1414
<artifactId>org.apache.aries.jpa.example.parent</artifactId>
15-
<version>2.7.3</version>
15+
<version>2.7.4-SNAPSHOT</version>
1616
<relativePath>..</relativePath>
1717
</parent>
1818

itests/jpa-container-blueprint-testbundle-dao/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries.jpa.itest</groupId>
2626
<artifactId>org.apache.aries.jpa.itest.parent</artifactId>
27-
<version>2.7.3</version>
27+
<version>2.7.4-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

itests/jpa-container-blueprint-testbundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries.jpa.itest</groupId>
2626
<artifactId>org.apache.aries.jpa.itest.parent</artifactId>
27-
<version>2.7.3</version>
27+
<version>2.7.4-SNAPSHOT</version>
2828
<relativePath>..</relativePath>
2929
</parent>
3030

itests/jpa-container-itest-karaf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries.jpa.itest</groupId>
2626
<artifactId>org.apache.aries.jpa.itest.parent</artifactId>
27-
<version>2.7.3</version>
27+
<version>2.7.4-SNAPSHOT</version>
2828
<relativePath>..</relativePath>
2929
</parent>
3030

itests/jpa-container-itest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries.jpa.itest</groupId>
2626
<artifactId>org.apache.aries.jpa.itest.parent</artifactId>
27-
<version>2.7.3</version>
27+
<version>2.7.4-SNAPSHOT</version>
2828
<relativePath>..</relativePath>
2929
</parent>
3030

itests/jpa-container-testbundle-eclipselink/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries.jpa.itest</groupId>
2626
<artifactId>org.apache.aries.jpa.itest.parent</artifactId>
27-
<version>2.7.3</version>
27+
<version>2.7.4-SNAPSHOT</version>
2828
<relativePath>..</relativePath>
2929
</parent>
3030

itests/jpa-container-testbundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries.jpa.itest</groupId>
2626
<artifactId>org.apache.aries.jpa.itest.parent</artifactId>
27-
<version>2.7.3</version>
27+
<version>2.7.4-SNAPSHOT</version>
2828
<relativePath>..</relativePath>
2929
</parent>
3030

0 commit comments

Comments
 (0)