Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release/0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
absaoss-build-agent committed Apr 28, 2020
1 parent 6c4d88a commit 249a1c2
Show file tree
Hide file tree
Showing 15 changed files with 38 additions and 45 deletions.
2 changes: 1 addition & 1 deletion admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>za.co.absa.spline</groupId>
<artifactId>parent-pom</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../build/parent-pom/pom.xml</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions build/package-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
~ limitations under the License.
-->

<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>za.co.absa.spline</groupId>
<artifactId>package-pom</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>

<packaging>pom</packaging>

Expand All @@ -34,7 +33,7 @@
<connection>scm:git:git://github.com/AbsaOSS/spline.git</connection>
<developerConnection>scm:git:ssh://github.com:AbsaOSS/spline.git</developerConnection>
<url>http://github.com/AbsaOSS/spline/tree/master</url>
<tag>HEAD</tag>
<tag>release/0.5.0</tag>
</scm>

<licenses>
Expand Down
5 changes: 2 additions & 3 deletions build/parent-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@
~ limitations under the License.
-->

<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>za.co.absa.spline</groupId>
<artifactId>package-pom</artifactId>
<relativePath>../package-pom/pom.xml</relativePath>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>parent-pom</artifactId>
Expand Down
25 changes: 12 additions & 13 deletions client-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@
~ limitations under the License.
-->

<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>za.co.absa.spline</groupId>
<artifactId>package-pom</artifactId>
<relativePath>../build/package-pom/pom.xml</relativePath>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>client-ui</artifactId>
Expand Down Expand Up @@ -55,11 +54,11 @@
</goals>
<configuration>
<target>
<property name="plugin_classpath" refid="maven.plugin.classpath"/>
<property name="plugin_classpath" refid="maven.plugin.classpath" />
<java classpath="${plugin_classpath}" classname="za.co.absa.spline.swagger.SwaggerDocGenCLI">
<arg value="-o"/>
<arg value="${project.basedir}/src/app/generated/swagger.json"/>
<arg value="za.co.absa.spline.consumer.rest.ConsumerRESTConfig"/>
<arg value="-o" />
<arg value="${project.basedir}/src/app/generated/swagger.json" />
<arg value="za.co.absa.spline.consumer.rest.ConsumerRESTConfig" />
</java>
</target>
</configuration>
Expand All @@ -73,17 +72,17 @@
<configuration>
<target>
<exec executable="cmd" osfamily="windows" failonerror="true">
<env key="SPLINE_VERSION" value="${project.version}"/>
<arg line="/c build.cmd"/>
<env key="SPLINE_VERSION" value="${project.version}" />
<arg line="/c build.cmd" />
</exec>
<exec executable="bash" osfamily="unix" failonerror="true">
<env key="SPLINE_VERSION" value="${project.version}"/>
<arg line="build.sh"/>
<env key="SPLINE_VERSION" value="${project.version}" />
<arg line="build.sh" />
</exec>

<echo message="Build Spline Webjar"/>
<echo message="Build Spline Webjar" />
<copy todir="${project.build.outputDirectory}/META-INF/resources/webjars/spline/${project.version}">
<fileset dir="${project.basedir}/dist/ui2"/>
<fileset dir="${project.basedir}/dist/ui2" />
</copy>
</target>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion client-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>za.co.absa.spline</groupId>
<artifactId>parent-pom</artifactId>
<relativePath>../build/parent-pom/pom.xml</relativePath>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>client-web</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@
~ limitations under the License.
-->

<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>za.co.absa.spline</groupId>
<artifactId>parent-pom</artifactId>
<relativePath>../build/parent-pom/pom.xml</relativePath>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion consumer-rest-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>za.co.absa.spline</groupId>
<artifactId>parent-pom</artifactId>
<relativePath>../build/parent-pom/pom.xml</relativePath>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>


Expand Down
5 changes: 2 additions & 3 deletions consumer-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@
~ limitations under the License.
-->

<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>za.co.absa.spline</groupId>
<artifactId>parent-pom</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../build/parent-pom/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>za.co.absa.spline</groupId>
<artifactId>parent-pom</artifactId>
<relativePath>../build/parent-pom/pom.xml</relativePath>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>persistence</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
~ limitations under the License.
-->

<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>za.co.absa.spline</groupId>
<artifactId>spline</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>

<packaging>pom</packaging>

Expand All @@ -35,7 +34,7 @@
<url>${scm.url}</url>
<connection>${scm.connection}</connection>
<developerConnection>${scm.developerConnection}</developerConnection>
<tag>HEAD</tag>
<tag>release/0.5.0</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion producer-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>za.co.absa.spline</groupId>
<artifactId>parent-pom</artifactId>
<relativePath>../build/parent-pom/pom.xml</relativePath>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>producer-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion producer-rest-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>za.co.absa.spline</groupId>
<artifactId>parent-pom</artifactId>
<relativePath>../build/parent-pom/pom.xml</relativePath>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion producer-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>za.co.absa.spline</groupId>
<artifactId>parent-pom</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../build/parent-pom/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion rest-api-doc-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>za.co.absa.spline</groupId>
<artifactId>parent-pom</artifactId>
<relativePath>../build/parent-pom/pom.xml</relativePath>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>rest-api-doc-generator</artifactId>
Expand Down
13 changes: 6 additions & 7 deletions rest-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@
~ limitations under the License.
-->

<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>za.co.absa.spline</groupId>
<artifactId>parent-pom</artifactId>
<relativePath>../build/parent-pom/pom.xml</relativePath>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>rest-gateway</artifactId>
Expand Down Expand Up @@ -129,12 +128,12 @@
<configuration>
<target>
<exec executable="cmd" osfamily="windows" failonerror="true">
<env key="DOCS_DIR" value="${swagger.docs.path}"/>
<arg line="/c gen-api-doc.cmd"/>
<env key="DOCS_DIR" value="${swagger.docs.path}" />
<arg line="/c gen-api-doc.cmd" />
</exec>
<exec executable="bash" osfamily="unix" failonerror="true">
<env key="DOCS_DIR" value="${swagger.docs.path}"/>
<arg line="gen-api-doc.sh"/>
<env key="DOCS_DIR" value="${swagger.docs.path}" />
<arg line="gen-api-doc.sh" />
</exec>
</target>
</configuration>
Expand Down

0 comments on commit 249a1c2

Please sign in to comment.