Skip to content

Commit 5bab2a0

Browse files
author
Horia Chiorean
committed
Changed the POMs to 5.5-SNAPSHOT
1 parent 255049e commit 5bab2a0

File tree

72 files changed

+72
-72
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+72
-72
lines changed

bin/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,4 +476,4 @@ def release():
476476
prettyprint("\n\n\nDone! Now all you need to do is the remaining post-release tasks as outlined in https://docspace.corp.redhat.com/docs/DOC-28594", Levels.INFO)
477477

478478
if __name__ == "__main__":
479-
release()
479+
patch_poms("..", "5.5-SNAPSHOT")

boms/modeshape-bom-embedded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.modeshape.bom</groupId>
66
<artifactId>modeshape-bom-embedded</artifactId>
7-
<version>5.4-SNAPSHOT</version>
7+
<version>5.5-SNAPSHOT</version>
88

99
<name>ModeShape BOM for embedded usage</name>
1010

boms/modeshape-bom-jbossas/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.modeshape.bom</groupId>
66
<artifactId>modeshape-bom-jbossas</artifactId>
7-
<version>5.4-SNAPSHOT</version>
7+
<version>5.5-SNAPSHOT</version>
88

99
<name>ModeShape BOM for use within a JBoss App Server</name>
1010

boms/modeshape-bom-remote-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.modeshape.bom</groupId>
66
<artifactId>modeshape-bom-remote-client</artifactId>
7-
<version>5.4-SNAPSHOT</version>
7+
<version>5.5-SNAPSHOT</version>
88

99
<name>ModeShape BOM for remote REST and JDBC clients</name>
1010

checkstyle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.modeshape</groupId>
66
<artifactId>modeshape-checkstyle</artifactId>
7-
<version>5.4-SNAPSHOT</version>
7+
<version>5.5-SNAPSHOT</version>
88
<name>ModeShape Checkstyle Rules</name>
99
<description>Contains the definitions for the ModeShape commons code style and conventions</description>
1010

connectors/modeshape-connector-cmis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.modeshape</groupId>
66
<artifactId>modeshape-connectors</artifactId>
7-
<version>5.4-SNAPSHOT</version>
7+
<version>5.5-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<!-- The groupId and version values are inherited from parent -->

connectors/modeshape-connector-git/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.modeshape</groupId>
66
<artifactId>modeshape-connectors</artifactId>
7-
<version>5.4-SNAPSHOT</version>
7+
<version>5.5-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<!-- The groupId and version values are inherited from parent -->

connectors/modeshape-connector-jdbc-metadata/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.modeshape</groupId>
66
<artifactId>modeshape-connectors</artifactId>
7-
<version>5.4-SNAPSHOT</version>
7+
<version>5.5-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<!-- The groupId and version values are inherited from parent -->

connectors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.modeshape</groupId>
66
<artifactId>modeshape-parent</artifactId>
7-
<version>5.4-SNAPSHOT</version>
7+
<version>5.5-SNAPSHOT</version>
88
<relativePath>../modeshape-parent/pom.xml</relativePath>
99
</parent>
1010
<!-- The groupId and version values are inherited from parent -->

deploy/jbossas/modeshape-jbossas-cmis-war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.modeshape</groupId>
66
<artifactId>modeshape-parent</artifactId>
7-
<version>5.4-SNAPSHOT</version>
7+
<version>5.5-SNAPSHOT</version>
88
<relativePath>../../../modeshape-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>modeshape-jbossas-cmis-war</artifactId>

deploy/jbossas/modeshape-jbossas-explorer-war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.modeshape</groupId>
66
<artifactId>modeshape-parent</artifactId>
7-
<version>5.4-SNAPSHOT</version>
7+
<version>5.5-SNAPSHOT</version>
88
<relativePath>../../../modeshape-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>modeshape-jbossas-explorer-war</artifactId>

deploy/jbossas/modeshape-jbossas-subsystem/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.modeshape</groupId>
66
<artifactId>modeshape-parent</artifactId>
7-
<version>5.4-SNAPSHOT</version>
7+
<version>5.5-SNAPSHOT</version>
88
<relativePath>../../../modeshape-parent/pom.xml</relativePath>
99
</parent>
1010
<!-- The groupId and version values are inherited from parent -->

deploy/jbossas/modeshape-jbossas-web-rest-war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.modeshape</groupId>
66
<artifactId>modeshape-parent</artifactId>
7-
<version>5.4-SNAPSHOT</version>
7+
<version>5.5-SNAPSHOT</version>
88
<relativePath>../../../modeshape-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>modeshape-jbossas-web-rest-war</artifactId>

deploy/jbossas/modeshape-jbossas-web-webdav-war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.modeshape</groupId>
66
<artifactId>modeshape-parent</artifactId>
7-
<version>5.4-SNAPSHOT</version>
7+
<version>5.5-SNAPSHOT</version>
88
<relativePath>../../../modeshape-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>modeshape-jbossas-web-webdav-war</artifactId>

deploy/jbossas/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.modeshape</groupId>
66
<artifactId>modeshape-parent</artifactId>
7-
<version>5.4-SNAPSHOT</version>
7+
<version>5.5-SNAPSHOT</version>
88
<relativePath>../../modeshape-parent/pom.xml</relativePath>
99
</parent>
1010
<packaging>pom</packaging>

deploy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.modeshape</groupId>
55
<artifactId>modeshape-parent</artifactId>
6-
<version>5.4-SNAPSHOT</version>
6+
<version>5.5-SNAPSHOT</version>
77
<relativePath>../modeshape-parent</relativePath>
88
</parent>
99

extractors/modeshape-extractor-tika/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.modeshape</groupId>
66
<artifactId>modeshape-extractors</artifactId>
7-
<version>5.4-SNAPSHOT</version>
7+
<version>5.5-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<!-- The groupId and version values are inherited from parent -->

extractors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.modeshape</groupId>
66
<artifactId>modeshape-parent</artifactId>
7-
<version>5.4-SNAPSHOT</version>
7+
<version>5.5-SNAPSHOT</version>
88
<relativePath>../modeshape-parent/pom.xml</relativePath>
99
</parent>
1010
<!-- The groupId and version values are inherited from parent -->

index-providers/modeshape-elasticsearch-index-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.modeshape</groupId>
66
<artifactId>modeshape-index-providers</artifactId>
7-
<version>5.4-SNAPSHOT</version>
7+
<version>5.5-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<!-- The groupId and version values are inherited from parent -->

index-providers/modeshape-lucene-index-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.modeshape</groupId>
66
<artifactId>modeshape-index-providers</artifactId>
7-
<version>5.4-SNAPSHOT</version>
7+
<version>5.5-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<!-- The groupId and version values are inherited from parent -->

index-providers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.modeshape</groupId>
66
<artifactId>modeshape-parent</artifactId>
7-
<version>5.4-SNAPSHOT</version>
7+
<version>5.5-SNAPSHOT</version>
88
<relativePath>../modeshape-parent/pom.xml</relativePath>
99
</parent>
1010
<!-- The groupId and version values are inherited from parent -->

integration/modeshape-jbossas-integration-tests/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.modeshape</groupId>
77
<artifactId>modeshape-parent</artifactId>
8-
<version>5.4-SNAPSHOT</version>
8+
<version>5.5-SNAPSHOT</version>
99
<relativePath>../../modeshape-parent/pom.xml</relativePath>
1010
</parent>
1111
<!-- The groupId and version values are inherited from parent -->

integration/modeshape-jbossas-kit-tests/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.modeshape</groupId>
77
<artifactId>modeshape-parent</artifactId>
8-
<version>5.4-SNAPSHOT</version>
8+
<version>5.5-SNAPSHOT</version>
99
<relativePath>../../modeshape-parent/pom.xml</relativePath>
1010
</parent>
1111
<!-- The groupId and version values are inherited from parent -->

integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.modeshape</groupId>
66
<artifactId>modeshape-parent</artifactId>
7-
<version>5.4-SNAPSHOT</version>
7+
<version>5.5-SNAPSHOT</version>
88
<relativePath>../modeshape-parent</relativePath>
99
</parent>
1010

modeshape-assembly-descriptors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.modeshape</groupId>
88
<artifactId>modeshape-parent</artifactId>
9-
<version>5.4-SNAPSHOT</version>
9+
<version>5.5-SNAPSHOT</version>
1010
<relativePath>../modeshape-parent/pom.xml</relativePath>
1111
</parent>
1212

modeshape-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.modeshape</groupId>
88
<artifactId>modeshape-parent</artifactId>
9-
<version>5.4-SNAPSHOT</version>
9+
<version>5.5-SNAPSHOT</version>
1010
<relativePath>../modeshape-parent/pom.xml</relativePath>
1111
</parent>
1212

modeshape-common/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.modeshape</groupId>
77
<artifactId>modeshape-parent</artifactId>
8-
<version>5.4-SNAPSHOT</version>
8+
<version>5.5-SNAPSHOT</version>
99
<relativePath>../modeshape-parent/pom.xml</relativePath>
1010
</parent>
1111

modeshape-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.modeshape</groupId>
88
<artifactId>modeshape-parent</artifactId>
9-
<version>5.4-SNAPSHOT</version>
9+
<version>5.5-SNAPSHOT</version>
1010
<relativePath>../modeshape-parent/pom.xml</relativePath>
1111
</parent>
1212

modeshape-jca-rar/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.modeshape</groupId>
99
<artifactId>modeshape-parent</artifactId>
10-
<version>5.4-SNAPSHOT</version>
10+
<version>5.5-SNAPSHOT</version>
1111
<relativePath>../modeshape-parent/pom.xml</relativePath>
1212
</parent>
1313

modeshape-jca/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.modeshape</groupId>
99
<artifactId>modeshape-parent</artifactId>
10-
<version>5.4-SNAPSHOT</version>
10+
<version>5.5-SNAPSHOT</version>
1111
<relativePath>../modeshape-parent/pom.xml</relativePath>
1212
</parent>
1313

modeshape-jcr-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.modeshape</groupId>
88
<artifactId>modeshape-parent</artifactId>
9-
<version>5.4-SNAPSHOT</version>
9+
<version>5.5-SNAPSHOT</version>
1010
<relativePath>../modeshape-parent/pom.xml</relativePath>
1111
</parent>
1212

modeshape-jcr/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.modeshape</groupId>
88
<artifactId>modeshape-parent</artifactId>
9-
<version>5.4-SNAPSHOT</version>
9+
<version>5.5-SNAPSHOT</version>
1010
<relativePath>../modeshape-parent/pom.xml</relativePath>
1111
</parent>
1212

modeshape-jdbc-local/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.modeshape</groupId>
88
<artifactId>modeshape-parent</artifactId>
9-
<version>5.4-SNAPSHOT</version>
9+
<version>5.5-SNAPSHOT</version>
1010
<relativePath>../modeshape-parent/pom.xml</relativePath>
1111
</parent>
1212

modeshape-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.modeshape</groupId>
88
<artifactId>modeshape-parent</artifactId>
9-
<version>5.4-SNAPSHOT</version>
9+
<version>5.5-SNAPSHOT</version>
1010
<relativePath>../modeshape-parent/pom.xml</relativePath>
1111
</parent>
1212

modeshape-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>org.modeshape</groupId>
1212
<artifactId>modeshape-parent</artifactId>
13-
<version>5.4-SNAPSHOT</version>
13+
<version>5.5-SNAPSHOT</version>
1414
<name>ModeShape Parent</name>
1515

1616
<url>http://www.modeshape.org</url>

modeshape-performance-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.modeshape</groupId>
88
<artifactId>modeshape-parent</artifactId>
9-
<version>5.4-SNAPSHOT</version>
9+
<version>5.5-SNAPSHOT</version>
1010
<relativePath>../modeshape-parent</relativePath>
1111
</parent>
1212

modeshape-persistence-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.modeshape</groupId>
88
<artifactId>modeshape-parent</artifactId>
9-
<version>5.4-SNAPSHOT</version>
9+
<version>5.5-SNAPSHOT</version>
1010
<relativePath>../modeshape-parent</relativePath>
1111
</parent>
1212

modeshape-schematic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.modeshape</groupId>
88
<artifactId>modeshape-parent</artifactId>
9-
<version>5.4-SNAPSHOT</version>
9+
<version>5.5-SNAPSHOT</version>
1010
<relativePath>../modeshape-parent/pom.xml</relativePath>
1111
</parent>
1212

modeshape-unit-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.modeshape</groupId>
88
<artifactId>modeshape-parent</artifactId>
9-
<version>5.4-SNAPSHOT</version>
9+
<version>5.5-SNAPSHOT</version>
1010
<relativePath>../modeshape-parent/pom.xml</relativePath>
1111
</parent>
1212

persistence/modeshape-persistence-file/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.modeshape</groupId>
66
<artifactId>modeshape-persistence</artifactId>
7-
<version>5.4-SNAPSHOT</version>
7+
<version>5.5-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<!-- The groupId and version values are inherited from parent -->

persistence/modeshape-persistence-relational/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.modeshape</groupId>
66
<artifactId>modeshape-persistence</artifactId>
7-
<version>5.4-SNAPSHOT</version>
7+
<version>5.5-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<!-- The groupId and version values are inherited from parent -->

persistence/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.modeshape</groupId>
66
<artifactId>modeshape-parent</artifactId>
7-
<version>5.4-SNAPSHOT</version>
7+
<version>5.5-SNAPSHOT</version>
88
<relativePath>../modeshape-parent/pom.xml</relativePath>
99
</parent>
1010
<!-- The groupId and version values are inherited from parent -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.modeshape</groupId>
66
<artifactId>modeshape-parent</artifactId>
7-
<version>5.4-SNAPSHOT</version>
7+
<version>5.5-SNAPSHOT</version>
88
<relativePath>modeshape-parent/pom.xml</relativePath>
99
</parent>
1010

sequencers/modeshape-sequencer-audio/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.modeshape</groupId>
66
<artifactId>modeshape-sequencers</artifactId>
7-
<version>5.4-SNAPSHOT</version>
7+
<version>5.5-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<!-- The groupId and version values are inherited from parent -->

0 commit comments

Comments
 (0)