Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shale99 committed Jun 29, 2017
1 parent e6bbcd3 commit e760876
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
5 changes: 2 additions & 3 deletions mod-configuration-client/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<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>
<artifactId>mod-configuration-client</artifactId>

<parent>
<groupId>org.folio</groupId>
<artifactId>configuration</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<properties>
Expand Down
15 changes: 5 additions & 10 deletions mod-configuration-server/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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>
<parent>
<groupId>org.folio</groupId>
<artifactId>configuration</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>mod-configuration-server</artifactId>

Expand Down Expand Up @@ -204,13 +203,10 @@
<phase>prepare-package</phase>
<configuration>
<target>
<replace token="baseUri: http://github.com/org/folio/lsp-apis"
value="baseUri: http://localhost:{http.port}"
dir="${basedir}/target/classes/apidocs/raml/configuration">
<replace token="baseUri: http://github.com/org/folio/lsp-apis" value="baseUri: http://localhost:{http.port}" dir="${basedir}/target/classes/apidocs/raml/configuration">
<include name="**/*.raml" />
</replace>
<replace token="protocols: [ HTTPS ]" value="protocols: [ HTTP ]"
dir="${basedir}/target/classes/apidocs/raml/configuration">
<replace token="protocols: [ HTTPS ]" value="protocols: [ HTTP ]" dir="${basedir}/target/classes/apidocs/raml/configuration">
<include name="**/*.raml" />
</replace>
</target>
Expand Down Expand Up @@ -275,8 +271,7 @@
</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>
Expand Down
6 changes: 3 additions & 3 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>configuration</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<modules>
<module>mod-configuration-server</module>
Expand Down Expand Up @@ -130,6 +129,7 @@
<url>https://github.com/folio-org/mod-configuration</url>
<connection>scm:git:git://github.com/folio-org/mod-configuration.git</connection>
<developerConnection>scm:git:git@github.com/folio-org/mod-configuration.git</developerConnection>
<tag>v1.0.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit e760876

Please sign in to comment.