Skip to content

Commit c0023da

Browse files
Abhishek SharmaAbhishek Sharma
Abhishek Sharma
authored and
Abhishek Sharma
committed
[maven-release-plugin] prepare release release-1.3.0-rc1
1 parent 6f78151 commit c0023da

File tree

74 files changed

+88
-105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+88
-105
lines changed

pinot-broker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>pinot-broker</artifactId>
3030
<name>Pinot Broker</name>

pinot-clients/pinot-java-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot-clients</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>pinot-java-client</artifactId>
3030
<name>Pinot Java Client</name>

pinot-clients/pinot-jdbc-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot-clients</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>pinot-jdbc-client</artifactId>
3030
<name>Pinot JDBC Client</name>

pinot-clients/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>pinot-clients</artifactId>
3030
<packaging>pom</packaging>

pinot-common/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>pinot-common</artifactId>
3030
<name>Pinot Common</name>
@@ -400,10 +400,8 @@
400400
</goals>
401401
<configuration>
402402
<target name="generate-code">
403-
<taskdef name="fmpp" classname="fmpp.tools.AntTask" classpathref="maven.compile.classpath"/>
404-
<fmpp configuration="src/main/codegen/config.fmpp"
405-
sourceRoot="src/main/codegen/templates"
406-
outputRoot="${project.build.directory}/generated-sources/"/>
403+
<taskdef name="fmpp" classname="fmpp.tools.AntTask" classpathref="maven.compile.classpath" />
404+
<fmpp configuration="src/main/codegen/config.fmpp" sourceRoot="src/main/codegen/templates" outputRoot="${project.build.directory}/generated-sources/" />
407405
</target>
408406
</configuration>
409407
</execution>

pinot-compatibility-verifier/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>pinot-compatibility-verifier</artifactId>
3030
<name>Pinot Compatibility Verifier</name>

pinot-connectors/pinot-flink-connector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.pinot</groupId>
2626
<artifactId>pinot-connectors</artifactId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>pinot-flink-connector</artifactId>
3030
<name>Pinot Flink Connector</name>

pinot-connectors/pinot-spark-2-connector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot-connectors</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>pinot-spark-2-connector</artifactId>
3030
<name>Pinot Spark 2 Connector</name>

pinot-connectors/pinot-spark-3-connector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot-connectors</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>pinot-spark-3-connector</artifactId>
3030
<name>Pinot Spark 3 Connector</name>

pinot-connectors/pinot-spark-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot-connectors</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>pinot-spark-common</artifactId>
3030
<name>Pinot Spark Common</name>

pinot-connectors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>pinot-connectors</artifactId>
3030
<packaging>pom</packaging>

pinot-controller/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>pinot-controller</artifactId>
3030
<name>Pinot Controller</name>

pinot-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>pinot-core</artifactId>
3030
<name>Pinot Core</name>

pinot-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>pinot-distribution</artifactId>
3030
<name>Pinot Distribution</name>

pinot-integration-test-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>pinot-integration-test-base</artifactId>
3030
<name>Pinot Test Utils</name>

pinot-integration-tests/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@
1919
under the License.
2020
2121
-->
22-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22+
<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">
2423
<modelVersion>4.0.0</modelVersion>
2524
<parent>
2625
<artifactId>pinot</artifactId>
2726
<groupId>org.apache.pinot</groupId>
28-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2928
</parent>
3029
<artifactId>pinot-integration-tests</artifactId>
3130
<name>Pinot Integration Tests</name>

pinot-minion/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>pinot-minion</artifactId>
3030
<name>Pinot Minion</name>

pinot-perf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>pinot-perf</artifactId>
3030
<name>Pinot Perf</name>

pinot-plugins/assembly-descriptor/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,12 @@
1919
under the License.
2020
2121
-->
22-
<project xmlns="http://maven.apache.org/POM/4.0.0"
23-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22+
<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">
2523
<modelVersion>4.0.0</modelVersion>
2624
<parent>
2725
<groupId>org.apache.pinot</groupId>
2826
<artifactId>pinot-plugins</artifactId>
29-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
3028
</parent>
3129

3230
<artifactId>assembly-descriptor</artifactId>

pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot-batch-ingestion</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929

3030
<artifactId>pinot-batch-ingestion-common</artifactId>

pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-hadoop/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot-batch-ingestion</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929

3030
<artifactId>pinot-batch-ingestion-hadoop</artifactId>

pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-2.4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot-batch-ingestion</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929

3030
<artifactId>pinot-batch-ingestion-spark-2.4</artifactId>

pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot-batch-ingestion</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929

3030
<artifactId>pinot-batch-ingestion-spark-3</artifactId>

pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot-batch-ingestion</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929

3030
<artifactId>pinot-batch-ingestion-spark-base</artifactId>

pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-standalone/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot-batch-ingestion</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929

3030
<artifactId>pinot-batch-ingestion-standalone</artifactId>

pinot-plugins/pinot-batch-ingestion/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot-plugins</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>pinot-batch-ingestion</artifactId>
3030
<packaging>pom</packaging>

pinot-plugins/pinot-environment/pinot-azure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot-environment</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>pinot-azure</artifactId>
3030
<name>Pinot Azure Environment</name>

pinot-plugins/pinot-environment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot-plugins</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929

3030
<artifactId>pinot-environment</artifactId>

pinot-plugins/pinot-file-system/pinot-adls/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot-file-system</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>pinot-adls</artifactId>
3030
<name>Pinot Azure Data Lake Storage</name>

pinot-plugins/pinot-file-system/pinot-gcs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot-file-system</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929

3030
<artifactId>pinot-gcs</artifactId>

pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot-file-system</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>pinot-hdfs</artifactId>
3030
<name>Pinot Hadoop Filesystem</name>

pinot-plugins/pinot-file-system/pinot-s3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot-file-system</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929

3030
<artifactId>pinot-s3</artifactId>

pinot-plugins/pinot-file-system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot-plugins</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929

3030
<artifactId>pinot-file-system</artifactId>

pinot-plugins/pinot-input-format/pinot-avro-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot-input-format</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929

3030
<artifactId>pinot-avro-base</artifactId>

pinot-plugins/pinot-input-format/pinot-avro/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot-input-format</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929

3030
<artifactId>pinot-avro</artifactId>

pinot-plugins/pinot-input-format/pinot-clp-log/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot-input-format</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929

3030
<artifactId>pinot-clp-log</artifactId>

pinot-plugins/pinot-input-format/pinot-confluent-avro/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot-input-format</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929

3030
<artifactId>pinot-confluent-avro</artifactId>

pinot-plugins/pinot-input-format/pinot-csv/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot-input-format</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929

3030
<artifactId>pinot-csv</artifactId>

pinot-plugins/pinot-input-format/pinot-json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot-input-format</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929

3030
<artifactId>pinot-json</artifactId>

pinot-plugins/pinot-input-format/pinot-orc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot-input-format</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929

3030
<artifactId>pinot-orc</artifactId>

pinot-plugins/pinot-input-format/pinot-parquet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>pinot-input-format</artifactId>
2626
<groupId>org.apache.pinot</groupId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929

3030
<artifactId>pinot-parquet</artifactId>

0 commit comments

Comments
 (0)