Skip to content

Commit

Permalink
[maven-release-plugin] prepare release pinot-1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek Sharma authored and Abhishek Sharma committed Jan 11, 2025
1 parent 863e05f commit 5498d93
Show file tree
Hide file tree
Showing 74 changed files with 88 additions and 105 deletions.
2 changes: 1 addition & 1 deletion pinot-broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>pinot-broker</artifactId>
<name>Pinot Broker</name>
Expand Down
2 changes: 1 addition & 1 deletion pinot-clients/pinot-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-clients</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>pinot-java-client</artifactId>
<name>Pinot Java Client</name>
Expand Down
2 changes: 1 addition & 1 deletion pinot-clients/pinot-jdbc-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-clients</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>pinot-jdbc-client</artifactId>
<name>Pinot JDBC Client</name>
Expand Down
2 changes: 1 addition & 1 deletion pinot-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>pinot-clients</artifactId>
<packaging>pom</packaging>
Expand Down
8 changes: 3 additions & 5 deletions pinot-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>pinot-common</artifactId>
<name>Pinot Common</name>
Expand Down Expand Up @@ -400,10 +400,8 @@
</goals>
<configuration>
<target name="generate-code">
<taskdef name="fmpp" classname="fmpp.tools.AntTask" classpathref="maven.compile.classpath"/>
<fmpp configuration="src/main/codegen/config.fmpp"
sourceRoot="src/main/codegen/templates"
outputRoot="${project.build.directory}/generated-sources/"/>
<taskdef name="fmpp" classname="fmpp.tools.AntTask" classpathref="maven.compile.classpath" />
<fmpp configuration="src/main/codegen/config.fmpp" sourceRoot="src/main/codegen/templates" outputRoot="${project.build.directory}/generated-sources/" />
</target>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion pinot-compatibility-verifier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>pinot-compatibility-verifier</artifactId>
<name>Pinot Compatibility Verifier</name>
Expand Down
2 changes: 1 addition & 1 deletion pinot-connectors/pinot-flink-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-connectors</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>pinot-flink-connector</artifactId>
<name>Pinot Flink Connector</name>
Expand Down
2 changes: 1 addition & 1 deletion pinot-connectors/pinot-spark-2-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-connectors</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>pinot-spark-2-connector</artifactId>
<name>Pinot Spark 2 Connector</name>
Expand Down
2 changes: 1 addition & 1 deletion pinot-connectors/pinot-spark-3-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-connectors</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>pinot-spark-3-connector</artifactId>
<name>Pinot Spark 3 Connector</name>
Expand Down
2 changes: 1 addition & 1 deletion pinot-connectors/pinot-spark-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-connectors</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>pinot-spark-common</artifactId>
<name>Pinot Spark Common</name>
Expand Down
2 changes: 1 addition & 1 deletion pinot-connectors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>pinot-connectors</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pinot-controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>pinot-controller</artifactId>
<name>Pinot Controller</name>
Expand Down
2 changes: 1 addition & 1 deletion pinot-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>pinot-core</artifactId>
<name>Pinot Core</name>
Expand Down
2 changes: 1 addition & 1 deletion pinot-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>pinot-distribution</artifactId>
<name>Pinot Distribution</name>
Expand Down
2 changes: 1 addition & 1 deletion pinot-integration-test-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>pinot-integration-test-base</artifactId>
<name>Pinot Test Utils</name>
Expand Down
5 changes: 2 additions & 3 deletions pinot-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@
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>
<artifactId>pinot</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>pinot-integration-tests</artifactId>
<name>Pinot Integration Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion pinot-minion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>pinot-minion</artifactId>
<name>Pinot Minion</name>
Expand Down
2 changes: 1 addition & 1 deletion pinot-perf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>pinot-perf</artifactId>
<name>Pinot Perf</name>
Expand Down
6 changes: 2 additions & 4 deletions pinot-plugins/assembly-descriptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@
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>org.apache.pinot</groupId>
<artifactId>pinot-plugins</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>assembly-descriptor</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-batch-ingestion</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>pinot-batch-ingestion-common</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-batch-ingestion</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>pinot-batch-ingestion-hadoop</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-batch-ingestion</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>pinot-batch-ingestion-spark-2.4</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-batch-ingestion</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>pinot-batch-ingestion-spark-3</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-batch-ingestion</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>pinot-batch-ingestion-spark-base</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-batch-ingestion</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>pinot-batch-ingestion-standalone</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-batch-ingestion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-plugins</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>pinot-batch-ingestion</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-environment/pinot-azure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-environment</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>pinot-azure</artifactId>
<name>Pinot Azure Environment</name>
Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-environment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-plugins</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>pinot-environment</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-file-system/pinot-adls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-file-system</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>pinot-adls</artifactId>
<name>Pinot Azure Data Lake Storage</name>
Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-file-system/pinot-gcs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-file-system</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>pinot-gcs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-file-system</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>pinot-hdfs</artifactId>
<name>Pinot Hadoop Filesystem</name>
Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-file-system/pinot-s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-file-system</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>pinot-s3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-file-system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-plugins</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>pinot-file-system</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-input-format/pinot-avro-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-input-format</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>pinot-avro-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-input-format/pinot-avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-input-format</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>pinot-avro</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-input-format/pinot-clp-log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-input-format</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>pinot-clp-log</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-input-format</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>pinot-confluent-avro</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-input-format/pinot-csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-input-format</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>pinot-csv</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-input-format/pinot-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-input-format</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>pinot-json</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-input-format/pinot-orc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-input-format</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>pinot-orc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-input-format/pinot-parquet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-input-format</artifactId>
<groupId>org.apache.pinot</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>pinot-parquet</artifactId>
Expand Down
Loading

0 comments on commit 5498d93

Please sign in to comment.