Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v35.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julianladisch committed Sep 28, 2023
1 parent e0d7ad8 commit 738443a
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 18 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.1.0-SNAPSHOT</version>
<version>35.1.0</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.1.0-SNAPSHOT</version>
<version>35.1.0</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.1.0-SNAPSHOT</version>
<version>35.1.0</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.1.0-SNAPSHOT</version>
<version>35.1.0</version>
</parent>
<artifactId>domain-models-api-aspects</artifactId>

Expand Down
8 changes: 3 additions & 5 deletions 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.1.0-SNAPSHOT</version>
<version>35.1.0</version>
</parent>
<artifactId>domain-models-api-interfaces</artifactId>
<properties>
Expand Down Expand Up @@ -151,10 +151,8 @@
</goals>
<configuration>
<target>
<replace token= "@param java_package" value="@param javaPackage" failOnNoReplacements="true"
file="${project.build.directory}/generated-sources/raml-jaxrs/org/folio/rest/jaxrs/resource/Admin.java" />
<replace token= "@param access_token" value="@param accessToken" failOnNoReplacements="true"
file="${project.build.directory}/generated-sources/raml-jaxrs/org/folio/rest/jaxrs/resource/Rmbtests.java" />
<replace token="@param java_package" value="@param javaPackage" failOnNoReplacements="true" file="${project.build.directory}/generated-sources/raml-jaxrs/org/folio/rest/jaxrs/resource/Admin.java" />
<replace token="@param access_token" value="@param accessToken" failOnNoReplacements="true" file="${project.build.directory}/generated-sources/raml-jaxrs/org/folio/rest/jaxrs/resource/Rmbtests.java" />
</target>
</configuration>
</execution>
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.1.0-SNAPSHOT</version>
<version>35.1.0</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.1.0-SNAPSHOT</version>
<version>35.1.0</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.1.0-SNAPSHOT</version>
<version>35.1.0</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.1.0-SNAPSHOT</version>
<version>35.1.0</version>
<packaging>pom</packaging>
<name>raml-module-builder</name>
<modules>
Expand All @@ -28,7 +28,7 @@

<properties>

<project.build.outputTimestamp>2023-09-23T00:00:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-09-28T16:23:13Z</project.build.outputTimestamp>

<aspectj.version>1.9.20.1</aspectj.version>
<junit-jupiter-version>5.10.0</junit-jupiter-version>
Expand Down Expand Up @@ -483,7 +483,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.0</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.1.0-SNAPSHOT</version>
<version>35.1.0</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.1.0-SNAPSHOT</version>
<version>35.1.0</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.1.0-SNAPSHOT</version>
<version>35.1.0</version>
</parent>

<artifactId>util</artifactId>
Expand Down

0 comments on commit 738443a

Please sign in to comment.