Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v35.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
julianladisch committed Feb 19, 2024
1 parent 9fe7426 commit d60d849
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion cql2pgjson-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>raml-module-builder</artifactId>
<version>35.2.0-SNAPSHOT</version>
<version>35.1.2</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion cql2pgjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>raml-module-builder</artifactId>
<version>35.2.0-SNAPSHOT</version>
<version>35.1.2</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion dbschema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>raml-module-builder</artifactId>
<version>35.2.0-SNAPSHOT</version>
<version>35.1.2</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion domain-models-api-aspects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>raml-module-builder</artifactId>
<version>35.2.0-SNAPSHOT</version>
<version>35.1.2</version>
</parent>
<artifactId>domain-models-api-aspects</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion domain-models-api-interfaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>raml-module-builder</artifactId>
<version>35.2.0-SNAPSHOT</version>
<version>35.1.2</version>
</parent>
<artifactId>domain-models-api-interfaces</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion domain-models-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>raml-module-builder</artifactId>
<version>35.2.0-SNAPSHOT</version>
<version>35.1.2</version>
</parent>
<artifactId>domain-models-maven-plugin</artifactId>
<description>Domain Model Generator that reads RAML files and writes Java files</description>
Expand Down
2 changes: 1 addition & 1 deletion domain-models-runtime-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>raml-module-builder</artifactId>
<version>35.2.0-SNAPSHOT</version>
<version>35.1.2</version>
</parent>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion domain-models-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>raml-module-builder</artifactId>
<version>35.2.0-SNAPSHOT</version>
<version>35.1.2</version>
</parent>

<repositories>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.folio</groupId>
<artifactId>raml-module-builder</artifactId>
<version>35.2.0-SNAPSHOT</version>
<version>35.1.2</version>
<packaging>pom</packaging>
<name>raml-module-builder</name>
<modules>
Expand All @@ -28,7 +28,7 @@

<properties>

<project.build.outputTimestamp>2023-10-20T10:38:23Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-19T10:37:42Z</project.build.outputTimestamp>

<aspectj.version>1.9.20.1</aspectj.version>
<junit-jupiter-version>5.10.0</junit-jupiter-version>
Expand Down Expand Up @@ -478,7 +478,7 @@
<url>https://github.com/folio-org/raml-module-builder</url>
<connection>scm:git:git://github.com:folio-org/raml-module-builder.git</connection>
<developerConnection>scm:git:git@github.com:folio-org/raml-module-builder.git</developerConnection>
<tag>HEAD</tag>
<tag>v35.1.2</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion postgres-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>raml-module-builder</artifactId>
<version>35.2.0-SNAPSHOT</version>
<version>35.1.2</version>
</parent>

<artifactId>postgres-testing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>raml-module-builder</artifactId>
<version>35.2.0-SNAPSHOT</version>
<version>35.1.2</version>
</parent>

<artifactId>testing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>raml-module-builder</artifactId>
<version>35.2.0-SNAPSHOT</version>
<version>35.1.2</version>
</parent>

<artifactId>util</artifactId>
Expand Down

0 comments on commit d60d849

Please sign in to comment.