Skip to content

Commit b8239fa

Browse files
author
Todd K. Chapman
committed
[maven-release-plugin] prepare for next development iteration
1 parent 864fcbc commit b8239fa

11 files changed

Lines changed: 20 additions & 20 deletions

File tree

extensions/familysearch/familysearch-api-model/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.gedcomx.extensions.familysearch</groupId>
99
<artifactId>fs-extensions-parent</artifactId>
10-
<version>3.42.0</version>
10+
<version>3.43.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<properties>

extensions/familysearch/familysearch-api-rt-support/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.gedcomx.extensions.familysearch</groupId>
99
<artifactId>fs-extensions-parent</artifactId>
10-
<version>3.42.0</version>
10+
<version>3.43.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<properties>

extensions/familysearch/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.gedcomx.extensions.familysearch</groupId>
55
<artifactId>fs-extensions-parent</artifactId>
6-
<version>3.42.0</version>
6+
<version>3.43.0-SNAPSHOT</version>
77
<name>GEDCOM X Extensions - FamilySearch - Parent Project</name>
88
<packaging>pom</packaging>
99
<url>http://developer.familysearch.org/</url>
1010

1111
<parent>
1212
<groupId>org.gedcomx</groupId>
1313
<artifactId>gedcomx-parent</artifactId>
14-
<version>3.42.0</version>
14+
<version>3.43.0-SNAPSHOT</version>
1515
<relativePath>../..</relativePath>
1616
</parent>
1717

gedcomx-atom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>gedcomx-atom</artifactId>
5-
<version>3.42.0</version>
5+
<version>3.43.0-SNAPSHOT</version>
66
<name>GEDCOM X - Atom Model</name>
77

88
<parent>
99
<groupId>org.gedcomx</groupId>
1010
<artifactId>gedcomx-parent</artifactId>
11-
<version>3.42.0</version>
11+
<version>3.43.0-SNAPSHOT</version>
1212
</parent>
1313

1414
<properties>

gedcomx-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>gedcomx-bom</artifactId>
5-
<version>3.42.0</version>
5+
<version>3.43.0-SNAPSHOT</version>
66
<name>GEDCOM X - BOM</name>
77
<description>Bill of materials to make sure a consistent set of versions is used for GEDCOMX modules</description>
88
<url>https://github.com/FamilySearch/gedcomx-java/gedcomx-bom</url>
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.gedcomx</groupId>
1313
<artifactId>gedcomx-parent</artifactId>
14-
<version>3.42.0</version>
14+
<version>3.43.0-SNAPSHOT</version>
1515
</parent>
1616

1717
<properties>

gedcomx-date/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>gedcomx-date</artifactId>
5-
<version>3.42.0</version>
5+
<version>3.43.0-SNAPSHOT</version>
66
<name>GEDCOM X - Date</name>
77

88
<parent>
99
<artifactId>gedcomx-parent</artifactId>
1010
<groupId>org.gedcomx</groupId>
11-
<version>3.42.0</version>
11+
<version>3.43.0-SNAPSHOT</version>
1212
</parent>
1313

1414
<properties>

gedcomx-fileformat/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>gedcomx-fileformat</artifactId>
5-
<version>3.42.0</version>
5+
<version>3.43.0-SNAPSHOT</version>
66
<name>GEDCOM X - File Reading and Writing Utilities</name>
77

88
<parent>
99
<groupId>org.gedcomx</groupId>
1010
<artifactId>gedcomx-parent</artifactId>
11-
<version>3.42.0</version>
11+
<version>3.43.0-SNAPSHOT</version>
1212
</parent>
1313

1414
<properties>

gedcomx-model/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>gedcomx-model</artifactId>
5-
<version>3.42.0</version>
5+
<version>3.43.0-SNAPSHOT</version>
66
<build>
77
<plugins>
88
<plugin>
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.gedcomx</groupId>
2222
<artifactId>gedcomx-parent</artifactId>
23-
<version>3.42.0</version>
23+
<version>3.43.0-SNAPSHOT</version>
2424
</parent>
2525

2626
<properties>

gedcomx-rt-support/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>gedcomx-rt-support</artifactId>
5-
<version>3.42.0</version>
5+
<version>3.43.0-SNAPSHOT</version>
66
<name>GEDCOM X - Runtime Support</name>
77

88
<parent>
99
<groupId>org.gedcomx</groupId>
1010
<artifactId>gedcomx-parent</artifactId>
11-
<version>3.42.0</version>
11+
<version>3.43.0-SNAPSHOT</version>
1212
</parent>
1313

1414
<properties>

gedcomx-test-support/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>gedcomx-test-support</artifactId>
5-
<version>3.42.0</version>
5+
<version>3.43.0-SNAPSHOT</version>
66
<name>GEDCOM X - Test Support</name>
77

88
<parent>
99
<groupId>org.gedcomx</groupId>
1010
<artifactId>gedcomx-parent</artifactId>
11-
<version>3.42.0</version>
11+
<version>3.43.0-SNAPSHOT</version>
1212
</parent>
1313

1414
<properties>

0 commit comments

Comments
 (0)