Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release v1.1.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanmuller committed Dec 1, 2016
1 parent f27e41b commit 89911c1
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 38 deletions.
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
<?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>

<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dataflow-parent</artifactId>
<version>1.1.0.RELEASE</version>
<relativePath/>
<relativePath />
</parent>

<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dataflow-server-openshift-parent</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.0.RELEASE</version>
<packaging>pom</packaging>

<name>Spring Cloud Data Flow Server for OpenShift</name>
Expand All @@ -23,7 +21,7 @@
<connection>scm:git:git@github.com:donovanmuller/spring-cloud-dataflow-server-openshift.git</connection>
<developerConnection>scm:git:git@github.com:donovanmuller/spring-cloud-dataflow-server-openshift.git</developerConnection>
<url>https://github.com/donovanmuller/spring-cloud-dataflow-server-openshift</url>
<tag>HEAD</tag>
<tag>v1.1.0.RELEASE</tag>
</scm>

<modules>
Expand Down
6 changes: 2 additions & 4 deletions spring-cloud-dataflow-server-openshift-autoconfig/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?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>

<parent>
<artifactId>spring-cloud-dataflow-server-openshift-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.0.RELEASE</version>
</parent>

<artifactId>spring-cloud-dataflow-server-openshift-autoconfig</artifactId>
Expand Down
46 changes: 22 additions & 24 deletions spring-cloud-dataflow-server-openshift-docs/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?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>

<parent>
<artifactId>spring-cloud-dataflow-server-openshift-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.0.RELEASE</version>
</parent>

<artifactId>spring-cloud-dataflow-server-openshift-docs</artifactId>
Expand Down Expand Up @@ -61,7 +59,7 @@
<configuration>
<backend>html5</backend>
<attributes>
<toc2/>
<toc2 />
</attributes>
</configuration>
</execution>
Expand All @@ -73,7 +71,7 @@
<version>2.0.15</version>
<configuration>
<sourceDirectory>${basedir}/target/generated-docs</sourceDirectory>
<imgSrcPath/>
<imgSrcPath />
<graphicsize.extension>0</graphicsize.extension>
<includes>index.xml</includes>
<xincludeSupported>true</xincludeSupported>
Expand All @@ -84,7 +82,7 @@
<highlightXslthlConfig>${basedir}/src/main/docbook/xsl/xslthl-config.xml</highlightXslthlConfig>
<preProcess>
<copy todir="${basedir}/target/generated-docs/images">
<fileset dir="${basedir}/src/main/docbook/images"/>
<fileset dir="${basedir}/src/main/docbook/images" />
</copy>
</preProcess>
</configuration>
Expand Down Expand Up @@ -117,14 +115,14 @@
<postProcess>
<copy todir="${basedir}/target/contents/reference/html">
<fileset dir="${basedir}/target/docbook/html">
<include name="**/*.html"/>
<include name="**/*.html" />
</fileset>
</copy>
<copy todir="${basedir}/target/contents/reference/html/images">
<fileset dir="${basedir}/target/generated-docs/images"/>
<fileset dir="${basedir}/target/generated-docs/images" />
</copy>
<copy todir="${basedir}/target/contents/reference/html/css">
<fileset dir="${basedir}/src/main/docbook/css"/>
<fileset dir="${basedir}/src/main/docbook/css" />
</copy>
</postProcess>
</configuration>
Expand Down Expand Up @@ -186,24 +184,24 @@
<configuration>
<exportAntProperties>true</exportAntProperties>
<target>
<taskdef resource="net/sf/antcontrib/antcontrib.properties"/>
<taskdef name="stringutil" classname="ise.antelope.tasks.StringUtilTask"/>
<var name="version-type" value="${project.version}"/>
<propertyregex property="version-type" override="true" input="${version-type}" regexp=".*\.(.*)" replace="\1"/>
<propertyregex property="version-type" override="true" input="${version-type}" regexp="(M)\d+" replace="MILESTONE"/>
<propertyregex property="version-type" override="true" input="${version-type}" regexp="(RC)\d+" replace="MILESTONE"/>
<propertyregex property="version-type" override="true" input="${version-type}" regexp="BUILD-(.*)" replace="SNAPSHOT"/>
<taskdef resource="net/sf/antcontrib/antcontrib.properties" />
<taskdef name="stringutil" classname="ise.antelope.tasks.StringUtilTask" />
<var name="version-type" value="${project.version}" />
<propertyregex property="version-type" override="true" input="${version-type}" regexp=".*\.(.*)" replace="\1" />
<propertyregex property="version-type" override="true" input="${version-type}" regexp="(M)\d+" replace="MILESTONE" />
<propertyregex property="version-type" override="true" input="${version-type}" regexp="(RC)\d+" replace="MILESTONE" />
<propertyregex property="version-type" override="true" input="${version-type}" regexp="BUILD-(.*)" replace="SNAPSHOT" />
<stringutil string="${version-type}" property="version-type-lowercase">
<lowercase/>
<lowercase />
</stringutil>

<var name="dataflow-version-type" value="${spring-cloud-dataflow.version}"/>
<propertyregex property="dataflow-version-type" override="true" input="${dataflow-version-type}" regexp=".*\.(.*)" replace="\1"/>
<propertyregex property="dataflow-version-type" override="true" input="${dataflow-version-type}" regexp="(M)\d+" replace="MILESTONE"/>
<propertyregex property="dataflow-version-type" override="true" input="${dataflow-version-type}" regexp="(RC)\d+" replace="MILESTONE"/>
<propertyregex property="dataflow-version-type" override="true" input="${dataflow-version-type}" regexp="BUILD-(.*)" replace="SNAPSHOT"/>
<var name="dataflow-version-type" value="${spring-cloud-dataflow.version}" />
<propertyregex property="dataflow-version-type" override="true" input="${dataflow-version-type}" regexp=".*\.(.*)" replace="\1" />
<propertyregex property="dataflow-version-type" override="true" input="${dataflow-version-type}" regexp="(M)\d+" replace="MILESTONE" />
<propertyregex property="dataflow-version-type" override="true" input="${dataflow-version-type}" regexp="(RC)\d+" replace="MILESTONE" />
<propertyregex property="dataflow-version-type" override="true" input="${dataflow-version-type}" regexp="BUILD-(.*)" replace="SNAPSHOT" />
<stringutil string="${dataflow-version-type}" property="dataflow-version-type-lowercase">
<lowercase/>
<lowercase />
</stringutil>
</target>
</configuration>
Expand Down
6 changes: 2 additions & 4 deletions spring-cloud-dataflow-server-openshift/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?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>

<parent>
<artifactId>spring-cloud-dataflow-server-openshift-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.0.RELEASE</version>
</parent>

<artifactId>spring-cloud-dataflow-server-openshift</artifactId>
Expand Down

0 comments on commit 89911c1

Please sign in to comment.