Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v11.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grabsefx committed Nov 12, 2020
1 parent da212be commit ee7d349
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,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-orders</artifactId>
<version>11.2.0-SNAPSHOT</version>
<version>11.1.1</version>

<name>Orders Business Logic</name>
<description>Business logic to manage orders in FOLIO</description>
Expand All @@ -19,7 +18,7 @@
<url>https://github.com/folio-org/mod-orders.git</url>
<connection>scm:git:git://github.com/folio-org/mod-orders.git</connection>
<developerConnection>scm:git:[email protected]:folio-org/mod-orders.git</developerConnection>
<tag>HEAD</tag>
<tag>v11.1.1</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -60,7 +59,7 @@
<sonar.test.exclusions>**/*Test.java</sonar.test.exclusions>
<spring.version>5.2.7.RELEASE</spring.version>
<vertx.version>3.9.4</vertx.version>
<argLine/>
<argLine />
</properties>

<repositories>
Expand Down Expand Up @@ -521,13 +520,11 @@
<phase>prepare-package</phase>
<configuration>
<target>
<replace token="baseUri: https://github.com/folio-org/mod-orders"
value="baseUri: http://localhost:${http.port}/apis" dir="${basedir}/target/classes/apidocs/raml">
<include name="**/*.raml"/>
<replace token="baseUri: https://github.com/folio-org/mod-orders" value="baseUri: http://localhost:${http.port}/apis" dir="${basedir}/target/classes/apidocs/raml">
<include name="**/*.raml" />
</replace>
<replace token="protocols: [ HTTP, HTTPS ]" value="protocols: [ HTTP ]"
dir="${basedir}/target/classes/apidocs/raml">
<include name="**/*.raml"/>
<replace token="protocols: [ HTTP, HTTPS ]" value="protocols: [ HTTP ]" dir="${basedir}/target/classes/apidocs/raml">
<include name="**/*.raml" />
</replace>
</target>
</configuration>
Expand Down Expand Up @@ -580,7 +577,7 @@
</manifestEntries>
</transformer>
<!-- The following transformers are required to let javamoney API work fully as part of "fat" jar -->
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
<resource>javamoney.properties</resource>
</transformer>
Expand All @@ -600,7 +597,7 @@
</excludes>
</filter>
</filters>
<artifactSet/>
<artifactSet />
<outputFile>${project.build.directory}/${project.artifactId}-fat.jar</outputFile>
</configuration>
</execution>
Expand Down

0 comments on commit ee7d349

Please sign in to comment.