Skip to content

Commit cc33ac5

Browse files
committed
[maven-release-plugin] prepare release release-1.2.0-rc2
1 parent 6943c0c commit cc33ac5

File tree

65 files changed

+155
-248
lines changed

Some content is hidden

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

65 files changed

+155
-248
lines changed

pinot-broker/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: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.2.0-SNAPSHOT</version>
27+
<version>1.2.0</version>
2928
<relativePath>..</relativePath>
3029
</parent>
3130
<artifactId>pinot-broker</artifactId>

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

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

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

pinot-common/pom.xml

Lines changed: 21 additions & 22 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.2.0-SNAPSHOT</version>
27+
<version>1.2.0</version>
2928
<relativePath>..</relativePath>
3029
</parent>
3130
<artifactId>pinot-common</artifactId>
@@ -373,33 +372,33 @@
373372
<phase>generate-sources</phase>
374373
<configuration>
375374
<target>
376-
<delete dir="target/generated-sources/gen-javabean"/>
377-
<mkdir dir="target/generated-sources"/>
375+
<delete dir="target/generated-sources/gen-javabean" />
376+
<mkdir dir="target/generated-sources" />
378377
<exec executable="/usr/local/bin/thrift">
379-
<arg value="--gen"/>
380-
<arg value="java:beans"/>
381-
<arg value="-o"/>
382-
<arg value="target/generated-sources"/>
383-
<arg value="src/thrift/query.thrift"/>
378+
<arg value="--gen" />
379+
<arg value="java:beans" />
380+
<arg value="-o" />
381+
<arg value="target/generated-sources" />
382+
<arg value="src/thrift/query.thrift" />
384383
</exec>
385384
<exec executable="/usr/local/bin/thrift">
386-
<arg value="--gen"/>
387-
<arg value="java:beans"/>
388-
<arg value="-o"/>
389-
<arg value="target/generated-sources"/>
390-
<arg value="src/thrift/request.thrift"/>
385+
<arg value="--gen" />
386+
<arg value="java:beans" />
387+
<arg value="-o" />
388+
<arg value="target/generated-sources" />
389+
<arg value="src/thrift/request.thrift" />
391390
</exec>
392391
<exec executable="/usr/local/bin/thrift">
393-
<arg value="--gen"/>
394-
<arg value="java:beans"/>
395-
<arg value="-o"/>
396-
<arg value="target/generated-sources"/>
397-
<arg value="src/thrift/response.thrift"/>
392+
<arg value="--gen" />
393+
<arg value="java:beans" />
394+
<arg value="-o" />
395+
<arg value="target/generated-sources" />
396+
<arg value="src/thrift/response.thrift" />
398397
</exec>
399398
<move todir="src/main/java/">
400-
<fileset dir="target/generated-sources/gen-javabean"/>
399+
<fileset dir="target/generated-sources/gen-javabean" />
401400
</move>
402-
<delete dir="target/generated-sources/gen-javabean"/>
401+
<delete dir="target/generated-sources/gen-javabean" />
403402
</target>
404403
</configuration>
405404
<goals>

pinot-compatibility-verifier/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.2.0-SNAPSHOT</version>
27+
<version>1.2.0</version>
2928
<relativePath>..</relativePath>
3029
</parent>
3130
<artifactId>pinot-compatibility-verifier</artifactId>

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

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

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

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

0 commit comments

Comments
 (0)