Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rchr committed Mar 18, 2021
1 parent 2548369 commit b0fbdba
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>org.folio</groupId>
<artifactId>mod-finc-config</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<packaging>jar</packaging>

<licenses>
Expand All @@ -16,7 +15,7 @@
</licenses>

<properties>
<argLine/>
<argLine />
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<raml-module-builder.version>32.1.0</raml-module-builder.version>
<ramlfiles_path>${basedir}/ramls</ramlfiles_path>
Expand Down Expand Up @@ -386,18 +385,14 @@
<phase>prepare-package</phase>
<configuration>
<target>
<replace token="baseUri: http://api.e-bookmobile.com/{version}"
value="baseUri: http://localhost:{http.port}"
dir="${basedir}/target/classes/apidocs/raml">
<include name="**/*.raml"/>
<replace token="baseUri: http://api.e-bookmobile.com/{version}" value="baseUri: http://localhost:{http.port}" dir="${basedir}/target/classes/apidocs/raml">
<include name="**/*.raml" />
</replace>
<replace token="protocols: [ HTTPS ]" value="protocols: [ HTTP ]"
dir="${basedir}/target/classes/apidocs/raml">
<include name="**/*.raml"/>
<replace token="protocols: [ HTTPS ]" value="protocols: [ HTTP ]" dir="${basedir}/target/classes/apidocs/raml">
<include name="**/*.raml" />
</replace>
<replace token="../.." value="../raml-util"
dir="${basedir}/target/classes/apidocs/raml">
<include name="**/*.raml"/>
<replace token="../.." value="../raml-util" dir="${basedir}/target/classes/apidocs/raml">
<include name="**/*.raml" />
</replace>
</target>
</configuration>
Expand All @@ -420,15 +415,14 @@
</goals>
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Main-Class>org.folio.rest.RestLauncher</Main-Class>
<Main-Verticle>org.folio.rest.RestVerticle</Main-Verticle>
</manifestEntries>
</transformer>
</transformers>
<artifactSet/>
<artifactSet />
<outputFile>${project.build.directory}/${project.artifactId}-fat.jar</outputFile>
<filters>
<!-- this required to fix module logging -->
Expand Down Expand Up @@ -512,7 +506,7 @@
<connection>scm:git:git://github.com/folio-org/${project.artifactId}.git</connection>
<developerConnection>scm:git:[email protected]:folio-org/${project.artifactId}.git
</developerConnection>
<tag>HEAD</tag>
<tag>v5.0.0</tag>
</scm>

</project>

0 comments on commit b0fbdba

Please sign in to comment.