-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release v11.1.1
- Loading branch information
Showing
1 changed file
with
10 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -600,7 +597,7 @@ | |
</excludes> | ||
</filter> | ||
</filters> | ||
<artifactSet/> | ||
<artifactSet /> | ||
<outputFile>${project.build.directory}/${project.artifactId}-fat.jar</outputFile> | ||
</configuration> | ||
</execution> | ||
|