Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release/1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
absaoss-build-agent committed Dec 29, 2022
1 parent c5793a0 commit 1e7455b
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion bundle-2.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>za.co.absa.spline.agent.spark</groupId>
<artifactId>spline-spark-agent_2.12</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion bundle-2.3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>za.co.absa.spline.agent.spark</groupId>
<artifactId>spline-spark-agent_2.12</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion bundle-2.4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>za.co.absa.spline.agent.spark</groupId>
<artifactId>spline-spark-agent_2.12</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion bundle-3.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>za.co.absa.spline.agent.spark</groupId>
<artifactId>spline-spark-agent_2.12</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion bundle-3.1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>za.co.absa.spline.agent.spark</groupId>
<artifactId>spline-spark-agent_2.12</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion bundle-3.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>za.co.absa.spline.agent.spark</groupId>
<artifactId>spline-spark-agent_2.12</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion bundle-3.3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>za.co.absa.spline.agent.spark</groupId>
<artifactId>spline-spark-agent_2.12</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<dependencies>
Expand Down
12 changes: 6 additions & 6 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>za.co.absa.spline.agent.spark</groupId>
<artifactId>spline-spark-agent_2.12</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<properties>
Expand Down Expand Up @@ -183,7 +183,7 @@
<configOptions>
<modelPropertyNaming>original</modelPropertyNaming>
</configOptions>
<inputSpec/>
<inputSpec />
</configuration>
<executions>
<execution>
Expand All @@ -194,7 +194,7 @@
<configuration>
<inputSpec>${project.basedir}/src/main/resources/producer.api.v1.0.json</inputSpec>
<modelPackage>za.co.absa.spline.producer.dto.v1_0</modelPackage>
<language/>
<language />
</configuration>
</execution>
<execution>
Expand All @@ -205,7 +205,7 @@
<configuration>
<inputSpec>${project.basedir}/src/main/resources/producer.api.v1.1.json</inputSpec>
<modelPackage>za.co.absa.spline.producer.dto.v1_1</modelPackage>
<language/>
<language />
</configuration>
</execution>
<execution>
Expand All @@ -216,7 +216,7 @@
<configuration>
<inputSpec>${project.basedir}/src/main/resources/producer.api.v1.2.json</inputSpec>
<modelPackage>za.co.absa.spline.producer.dto.v1_2</modelPackage>
<language/>
<language />
</configuration>
</execution>
<execution>
Expand All @@ -227,7 +227,7 @@
<configuration>
<inputSpec>${project.basedir}/src/main/resources/api/openlineage/OpenLineage.yml</inputSpec>
<modelPackage>za.co.absa.spline.producer.model.openlineage.v0_3_1</modelPackage>
<language/>
<language />
</configuration>
</execution>
</executions>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>za.co.absa.spline.agent.spark</groupId>
<artifactId>spline-spark-agent_2.12</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>za.co.absa.spline.agent.spark</groupId>
<artifactId>spline-spark-agent_2.12</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>integration-tests_2.12</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>spline-spark-agent_2.12</artifactId>
<name>Spline Spark Agent</name>
<description>Spline Agent for Apache Spark</description>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<parent>
<groupId>za.co.absa</groupId>
Expand Down Expand Up @@ -138,7 +138,7 @@
<url>${scm.url}</url>
<connection>${scm.connection}</connection>
<developerConnection>${scm.developerConnection}</developerConnection>
<tag>HEAD</tag>
<tag>release/1.0.0</tag>
</scm>

<modules>
Expand Down

0 comments on commit 1e7455b

Please sign in to comment.