Skip to content

Commit c260674

Browse files
committed
[maven-release-plugin] prepare release release-1.1.0-rc1
1 parent f2a5986 commit c260674

File tree

66 files changed

+163
-263
lines changed

Some content is hidden

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

66 files changed

+163
-263
lines changed

contrib/pinot-fmpp-maven-plugin/pom.xml

+2-4
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
<artifactId>pinot</artifactId>
2826
<groupId>org.apache.pinot</groupId>
29-
<version>1.1.0-SNAPSHOT</version>
27+
<version>1.1.0</version>
3028
<relativePath>../..</relativePath>
3129
</parent>
3230

pinot-broker/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@
1919
under the License.
2020
2121
-->
22-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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.1.0-SNAPSHOT</version>
27+
<version>1.1.0</version>
2928
<relativePath>..</relativePath>
3029
</parent>
3130
<artifactId>pinot-broker</artifactId>

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

+2-3
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-clients</artifactId>
2726
<groupId>org.apache.pinot</groupId>
28-
<version>1.1.0-SNAPSHOT</version>
27+
<version>1.1.0</version>
2928
<relativePath>..</relativePath>
3029
</parent>
3130
<artifactId>pinot-java-client</artifactId>

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

+3-5
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-clients</artifactId>
2726
<groupId>org.apache.pinot</groupId>
28-
<version>1.1.0-SNAPSHOT</version>
27+
<version>1.1.0</version>
2928
<relativePath>..</relativePath>
3029
</parent>
3130
<artifactId>pinot-jdbc-client</artifactId>
@@ -104,8 +103,7 @@
104103
</goals>
105104
<configuration>
106105
<transformers>
107-
<transformer
108-
implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer"/>
106+
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer" />
109107
</transformers>
110108
</configuration>
111109
</execution>

pinot-clients/pom.xml

+2-4
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
<artifactId>pinot</artifactId>
2826
<groupId>org.apache.pinot</groupId>
29-
<version>1.1.0-SNAPSHOT</version>
27+
<version>1.1.0</version>
3028
<relativePath>..</relativePath>
3129
</parent>
3230
<artifactId>pinot-clients</artifactId>

pinot-common/pom.xml

+21-22
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.1.0-SNAPSHOT</version>
27+
<version>1.1.0</version>
2928
<relativePath>..</relativePath>
3029
</parent>
3130
<artifactId>pinot-common</artifactId>
@@ -179,7 +178,7 @@
179178
<importOrder>
180179
<order>,\#</order>
181180
</importOrder>
182-
<removeUnusedImports/>
181+
<removeUnusedImports />
183182
</java>
184183
</configuration>
185184
</plugin>
@@ -465,31 +464,31 @@
465464
<phase>generate-sources</phase>
466465
<configuration>
467466
<tasks>
468-
<delete dir="target/generated-sources/gen-javabean"/>
469-
<mkdir dir="target/generated-sources"/>
467+
<delete dir="target/generated-sources/gen-javabean" />
468+
<mkdir dir="target/generated-sources" />
470469
<exec executable="/usr/local/bin/thrift">
471-
<arg value="--gen"/>
472-
<arg value="java:beans"/>
473-
<arg value="-o"/>
474-
<arg value="target/generated-sources"/>
475-
<arg value="src/thrift/query.thrift"/>
470+
<arg value="--gen" />
471+
<arg value="java:beans" />
472+
<arg value="-o" />
473+
<arg value="target/generated-sources" />
474+
<arg value="src/thrift/query.thrift" />
476475
</exec>
477476
<exec executable="/usr/local/bin/thrift">
478-
<arg value="--gen"/>
479-
<arg value="java:beans"/>
480-
<arg value="-o"/>
481-
<arg value="target/generated-sources"/>
482-
<arg value="src/thrift/request.thrift"/>
477+
<arg value="--gen" />
478+
<arg value="java:beans" />
479+
<arg value="-o" />
480+
<arg value="target/generated-sources" />
481+
<arg value="src/thrift/request.thrift" />
483482
</exec>
484483
<exec executable="/usr/local/bin/thrift">
485-
<arg value="--gen"/>
486-
<arg value="java:beans"/>
487-
<arg value="-o"/>
488-
<arg value="target/generated-sources"/>
489-
<arg value="src/thrift/response.thrift"/>
484+
<arg value="--gen" />
485+
<arg value="java:beans" />
486+
<arg value="-o" />
487+
<arg value="target/generated-sources" />
488+
<arg value="src/thrift/response.thrift" />
490489
</exec>
491490
<copy todir="src/main/java/">
492-
<fileset dir="target/generated-sources/gen-javabean"/>
491+
<fileset dir="target/generated-sources/gen-javabean" />
493492
</copy>
494493
</tasks>
495494
</configuration>

pinot-compatibility-verifier/pom.xml

+2-3
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.1.0-SNAPSHOT</version>
27+
<version>1.1.0</version>
2928
<relativePath>..</relativePath>
3029
</parent>
3130
<artifactId>pinot-compatibility-verifier</artifactId>

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

+2-4
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-connectors</artifactId>
29-
<version>1.1.0-SNAPSHOT</version>
27+
<version>1.1.0</version>
3028
<relativePath>..</relativePath>
3129
</parent>
3230
<artifactId>pinot-flink-connector</artifactId>

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

+2-3
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-connectors</artifactId>
2726
<groupId>org.apache.pinot</groupId>
28-
<version>1.1.0-SNAPSHOT</version>
27+
<version>1.1.0</version>
2928
<relativePath>..</relativePath>
3029
</parent>
3130
<artifactId>pinot-spark-2-connector</artifactId>

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

+2-3
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-connectors</artifactId>
2726
<groupId>org.apache.pinot</groupId>
28-
<version>1.1.0-SNAPSHOT</version>
27+
<version>1.1.0</version>
2928
<relativePath>..</relativePath>
3029
</parent>
3130
<artifactId>pinot-spark-3-connector</artifactId>

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

+2-3
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-connectors</artifactId>
2726
<groupId>org.apache.pinot</groupId>
28-
<version>1.1.0-SNAPSHOT</version>
27+
<version>1.1.0</version>
2928
<relativePath>..</relativePath>
3029
</parent>
3130
<artifactId>pinot-spark-common</artifactId>

pinot-connectors/pom.xml

+2-4
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
<artifactId>pinot</artifactId>
2826
<groupId>org.apache.pinot</groupId>
29-
<version>1.1.0-SNAPSHOT</version>
27+
<version>1.1.0</version>
3028
<relativePath>..</relativePath>
3129
</parent>
3230
<artifactId>pinot-connectors</artifactId>

pinot-controller/pom.xml

+2-3
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.1.0-SNAPSHOT</version>
27+
<version>1.1.0</version>
2928
<relativePath>..</relativePath>
3029
</parent>
3130
<artifactId>pinot-controller</artifactId>

pinot-core/pom.xml

+2-3
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.1.0-SNAPSHOT</version>
27+
<version>1.1.0</version>
2928
<relativePath>..</relativePath>
3029
</parent>
3130
<artifactId>pinot-core</artifactId>

pinot-distribution/pom.xml

+4-5
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.1.0-SNAPSHOT</version>
27+
<version>1.1.0</version>
2928
<relativePath>..</relativePath>
3029
</parent>
3130
<artifactId>pinot-distribution</artifactId>
@@ -165,8 +164,8 @@
165164
</goals>
166165
<configuration>
167166
<transformers combine.self="override">
168-
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer"/>
169-
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
167+
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer" />
168+
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
170169
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
171170
<manifestEntries>
172171
<Multi-Release>true</Multi-Release>

pinot-integration-test-base/pom.xml

+2-3
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.1.0-SNAPSHOT</version>
27+
<version>1.1.0</version>
2928
<relativePath>..</relativePath>
3029
</parent>
3130
<artifactId>pinot-integration-test-base</artifactId>

pinot-integration-tests/pom.xml

+2-3
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.1.0-SNAPSHOT</version>
27+
<version>1.1.0</version>
2928
<relativePath>..</relativePath>
3029
</parent>
3130
<artifactId>pinot-integration-tests</artifactId>

pinot-minion/pom.xml

+2-3
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.1.0-SNAPSHOT</version>
27+
<version>1.1.0</version>
2928
<relativePath>..</relativePath>
3029
</parent>
3130
<artifactId>pinot-minion</artifactId>

pinot-perf/pom.xml

+2-3
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.1.0-SNAPSHOT</version>
27+
<version>1.1.0</version>
2928
<relativePath>..</relativePath>
3029
</parent>
3130
<artifactId>pinot-perf</artifactId>

0 commit comments

Comments
 (0)