Skip to content

Commit b100d65

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent fe9bccc commit b100d65

12 files changed

Lines changed: 14 additions & 14 deletions

File tree

cql2pgjson-cli/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.folio</groupId>
88
<artifactId>raml-module-builder</artifactId>
9-
<version>36.0.0</version>
9+
<version>36.1.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<properties>

cql2pgjson/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.folio</groupId>
99
<artifactId>raml-module-builder</artifactId>
10-
<version>36.0.0</version>
10+
<version>36.1.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<licenses>

dbschema/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.folio</groupId>
99
<artifactId>raml-module-builder</artifactId>
10-
<version>36.0.0</version>
10+
<version>36.1.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<licenses>

domain-models-api-aspects/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.folio</groupId>
55
<artifactId>raml-module-builder</artifactId>
6-
<version>36.0.0</version>
6+
<version>36.1.0-SNAPSHOT</version>
77
</parent>
88
<artifactId>domain-models-api-aspects</artifactId>
99

domain-models-api-interfaces/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.folio</groupId>
55
<artifactId>raml-module-builder</artifactId>
6-
<version>36.0.0</version>
6+
<version>36.1.0-SNAPSHOT</version>
77
</parent>
88
<artifactId>domain-models-api-interfaces</artifactId>
99

domain-models-maven-plugin/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.folio</groupId>
55
<artifactId>raml-module-builder</artifactId>
6-
<version>36.0.0</version>
6+
<version>36.1.0-SNAPSHOT</version>
77
</parent>
88
<artifactId>domain-models-maven-plugin</artifactId>
99
<description>Domain Model Generator that reads RAML files and writes Java files</description>

domain-models-runtime-it/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.folio</groupId>
88
<artifactId>raml-module-builder</artifactId>
9-
<version>36.0.0</version>
9+
<version>36.1.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<licenses>

domain-models-runtime/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.folio</groupId>
88
<artifactId>raml-module-builder</artifactId>
9-
<version>36.0.0</version>
9+
<version>36.1.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<licenses>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.folio</groupId>
44
<artifactId>raml-module-builder</artifactId>
5-
<version>36.0.0</version>
5+
<version>36.1.0-SNAPSHOT</version>
66
<packaging>pom</packaging>
77
<name>raml-module-builder</name>
88
<modules>
@@ -29,7 +29,7 @@
2929

3030
<properties>
3131

32-
<project.build.outputTimestamp>2026-04-09T08:48:34Z</project.build.outputTimestamp>
32+
<project.build.outputTimestamp>2026-04-09T08:52:44Z</project.build.outputTimestamp>
3333

3434
<aspectj.version>1.9.22.1</aspectj.version>
3535
<maven.version>3.9.14</maven.version>
@@ -457,7 +457,7 @@
457457
<url>https://github.com/folio-org/raml-module-builder</url>
458458
<connection>scm:git:git://github.com:folio-org/raml-module-builder.git</connection>
459459
<developerConnection>scm:git:git@github.com:folio-org/raml-module-builder.git</developerConnection>
460-
<tag>v36.0.0</tag>
460+
<tag>HEAD</tag>
461461
</scm>
462462

463463
<distributionManagement>

postgres-testing/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.folio</groupId>
77
<artifactId>raml-module-builder</artifactId>
8-
<version>36.0.0</version>
8+
<version>36.1.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>postgres-testing</artifactId>

0 commit comments

Comments
 (0)