diff --git a/dev/source-release.sh b/dev/source-release.sh
index a61a6f3237..5a19d8a1bc 100644
--- a/dev/source-release.sh
+++ b/dev/source-release.sh
@@ -28,7 +28,7 @@ if [ -z "$2" ]; then
exit
fi
-version=$1-incubating
+version=$1
rc=$2
if [ -d tmp/ ]; then
@@ -36,7 +36,7 @@ if [ -d tmp/ ]; then
exit
fi
-tag=apache-parquet-mr-$version
+tag=apache-parquet-$version
tagrc=${tag}-rc${rc}
echo "Preparing source for $tagrc"
@@ -62,19 +62,19 @@ gpg --print-md MD5 $tarball > ${tarball}.md5
shasum $tarball > ${tarball}.sha
# check out the parquet RC folder
-svn co --depth=empty https://dist.apache.org/repos/dist/dev/incubator/parquet tmp
+svn co --depth=empty https://dist.apache.org/repos/dist/dev/parquet tmp
# add the release candidate for the tag
mkdir -p tmp/$tagrc
cp ${tarball}* tmp/$tagrc
svn add tmp/$tagrc
-echo "svn ci -m 'Apache Parquet MR (Incubating) $version RC${rc}' tmp/$tagrc"
+echo "svn ci -m 'Apache Parquet MR $version RC${rc}' tmp/$tagrc"
# clean up
rm -rf tmp
echo "Success! The release candidate is available here:"
-echo " https://dist.apache.org/repos/dist/dev/incubator/parquet/$tagrc"
+echo " https://dist.apache.org/repos/dist/dev/parquet/$tagrc"
echo ""
echo "Commit SHA1: $release_hash"
diff --git a/parquet-avro/pom.xml b/parquet-avro/pom.xml
index fea929dc11..6a5288bf9b 100644
--- a/parquet-avro/pom.xml
+++ b/parquet-avro/pom.xml
@@ -29,8 +29,8 @@
parquet-avro
jar
- Apache Parquet Avro (Incubating)
- https://parquet.incubator.apache.org
+ Apache Parquet Avro
+ https://parquet.apache.org
1.7.6
diff --git a/parquet-benchmarks/pom.xml b/parquet-benchmarks/pom.xml
index 1bc0fe3a25..c1efa26fa3 100644
--- a/parquet-benchmarks/pom.xml
+++ b/parquet-benchmarks/pom.xml
@@ -29,7 +29,7 @@
parquet-benchmarks
jar
Apache Parquet Benchmarks
- https://github.com/Parquet/parquet-mr
+ https://parquet.apache.org
1.3.4
diff --git a/parquet-cascading/pom.xml b/parquet-cascading/pom.xml
index 4141b8f81e..103c41147b 100644
--- a/parquet-cascading/pom.xml
+++ b/parquet-cascading/pom.xml
@@ -29,8 +29,8 @@
parquet-cascading
jar
- Apache Parquet Cascading (Incubating)
- https://parquet.incubator.apache.org
+ Apache Parquet Cascading
+ https://parquet.apache.org
diff --git a/parquet-column/pom.xml b/parquet-column/pom.xml
index 5297d09fd3..b9dea059e8 100644
--- a/parquet-column/pom.xml
+++ b/parquet-column/pom.xml
@@ -29,8 +29,8 @@
parquet-column
jar
- Apache Parquet Column (Incubating)
- https://parquet.incubator.apache.org
+ Apache Parquet Column
+ https://parquet.apache.org
diff --git a/parquet-common/pom.xml b/parquet-common/pom.xml
index 065e3769d4..613138d6be 100644
--- a/parquet-common/pom.xml
+++ b/parquet-common/pom.xml
@@ -29,8 +29,8 @@
parquet-common
jar
- Apache Parquet Common (Incubating)
- https://parquet.incubator.apache.org
+ Apache Parquet Common
+ https://parquet.apache.org
diff --git a/parquet-encoding/pom.xml b/parquet-encoding/pom.xml
index 7cd6aecd0f..8950e3825e 100644
--- a/parquet-encoding/pom.xml
+++ b/parquet-encoding/pom.xml
@@ -29,8 +29,8 @@
parquet-encoding
jar
- Apache Parquet Encodings (Incubating)
- https://parquet.incubator.apache.org
+ Apache Parquet Encodings
+ https://parquet.apache.org
diff --git a/parquet-generator/pom.xml b/parquet-generator/pom.xml
index eff0191e47..c5004a4fa7 100644
--- a/parquet-generator/pom.xml
+++ b/parquet-generator/pom.xml
@@ -29,8 +29,8 @@
parquet-generator
jar
- Apache Parquet Generator (Incubating)
- https://parquet.incubator.apache.org
+ Apache Parquet Generator
+ https://parquet.apache.org
diff --git a/parquet-hadoop-bundle/pom.xml b/parquet-hadoop-bundle/pom.xml
index b95374e57d..c22aa852e5 100644
--- a/parquet-hadoop-bundle/pom.xml
+++ b/parquet-hadoop-bundle/pom.xml
@@ -29,8 +29,8 @@
parquet-hadoop-bundle
jar
- Apache Parquet Hadoop Bundle (Incubating)
- https://parquet.incubator.apache.org
+ Apache Parquet Hadoop Bundle
+ https://parquet.apache.org
diff --git a/parquet-hadoop/pom.xml b/parquet-hadoop/pom.xml
index e4ea052934..9a11af5f32 100644
--- a/parquet-hadoop/pom.xml
+++ b/parquet-hadoop/pom.xml
@@ -29,8 +29,8 @@
parquet-hadoop
jar
- Apache Parquet Hadoop (Incubating)
- https://parquet.incubator.apache.org
+ Apache Parquet Hadoop
+ https://parquet.apache.org
diff --git a/parquet-hive-bundle/pom.xml b/parquet-hive-bundle/pom.xml
index 6e889ea64b..d1a46a1be4 100644
--- a/parquet-hive-bundle/pom.xml
+++ b/parquet-hive-bundle/pom.xml
@@ -29,8 +29,8 @@
parquet-hive-bundle
jar
- Apache Parquet Hive Bundle (Incubating)
- https://parquet.incubator.apache.org
+ Apache Parquet Hive Bundle
+ https://parquet.apache.org
diff --git a/parquet-hive/parquet-hive-binding/parquet-hive-0.10-binding/pom.xml b/parquet-hive/parquet-hive-binding/parquet-hive-0.10-binding/pom.xml
index 3732b2d4ae..dd85f21361 100644
--- a/parquet-hive/parquet-hive-binding/parquet-hive-0.10-binding/pom.xml
+++ b/parquet-hive/parquet-hive-binding/parquet-hive-0.10-binding/pom.xml
@@ -27,7 +27,7 @@
4.0.0
parquet-hive-0.10-binding
- Apache Parquet Hive 0.10 Binding (Incubating)
+ Apache Parquet Hive 0.10 Binding
jar
diff --git a/parquet-hive/parquet-hive-binding/parquet-hive-0.12-binding/pom.xml b/parquet-hive/parquet-hive-binding/parquet-hive-0.12-binding/pom.xml
index ae2d7b3029..d41730b34f 100644
--- a/parquet-hive/parquet-hive-binding/parquet-hive-0.12-binding/pom.xml
+++ b/parquet-hive/parquet-hive-binding/parquet-hive-0.12-binding/pom.xml
@@ -27,7 +27,7 @@
4.0.0
parquet-hive-0.12-binding
- Apache Parquet Hive 0.12 Binding (Incubating)
+ Apache Parquet Hive 0.12 Binding
jar
diff --git a/parquet-hive/parquet-hive-binding/parquet-hive-binding-bundle/pom.xml b/parquet-hive/parquet-hive-binding/parquet-hive-binding-bundle/pom.xml
index 27d6842532..fef13cf8dd 100644
--- a/parquet-hive/parquet-hive-binding/parquet-hive-binding-bundle/pom.xml
+++ b/parquet-hive/parquet-hive-binding/parquet-hive-binding-bundle/pom.xml
@@ -29,7 +29,7 @@
4.0.0
parquet-hive-binding-bundle
- Apache Parquet Hive Binding Bundle (Incubating)
+ Apache Parquet Hive Binding Bundle
jar
diff --git a/parquet-hive/parquet-hive-binding/parquet-hive-binding-factory/pom.xml b/parquet-hive/parquet-hive-binding/parquet-hive-binding-factory/pom.xml
index cae2f8e1da..68351ebf45 100644
--- a/parquet-hive/parquet-hive-binding/parquet-hive-binding-factory/pom.xml
+++ b/parquet-hive/parquet-hive-binding/parquet-hive-binding-factory/pom.xml
@@ -27,7 +27,7 @@
4.0.0
parquet-hive-binding-factory
- Apache Parquet Hive Binding Factory (Incubating)
+ Apache Parquet Hive Binding Factory
jar
diff --git a/parquet-hive/parquet-hive-binding/parquet-hive-binding-interface/pom.xml b/parquet-hive/parquet-hive-binding/parquet-hive-binding-interface/pom.xml
index 7120319b2c..580be1c618 100644
--- a/parquet-hive/parquet-hive-binding/parquet-hive-binding-interface/pom.xml
+++ b/parquet-hive/parquet-hive-binding/parquet-hive-binding-interface/pom.xml
@@ -27,7 +27,7 @@
4.0.0
parquet-hive-binding-interface
- Apache Parquet Hive Binding Interface (Incubating)
+ Apache Parquet Hive Binding Interface
jar
diff --git a/parquet-hive/parquet-hive-binding/pom.xml b/parquet-hive/parquet-hive-binding/pom.xml
index 39f6845c6c..eaad2cfbf1 100644
--- a/parquet-hive/parquet-hive-binding/pom.xml
+++ b/parquet-hive/parquet-hive-binding/pom.xml
@@ -27,7 +27,7 @@
4.0.0
parquet-hive-binding
- Apache Parquet Hive Binding Parent (Incubating)
+ Apache Parquet Hive Binding Parent
pom
diff --git a/parquet-hive/parquet-hive-storage-handler/pom.xml b/parquet-hive/parquet-hive-storage-handler/pom.xml
index 4ca494679c..cdb74fb3b4 100644
--- a/parquet-hive/parquet-hive-storage-handler/pom.xml
+++ b/parquet-hive/parquet-hive-storage-handler/pom.xml
@@ -27,7 +27,7 @@
4.0.0
parquet-hive-storage-handler
- Parquet Hive Storage Handler
+ Apache Parquet Hive Storage Handler
jar
diff --git a/parquet-hive/pom.xml b/parquet-hive/pom.xml
index 586496b656..f9e00a7953 100644
--- a/parquet-hive/pom.xml
+++ b/parquet-hive/pom.xml
@@ -29,8 +29,8 @@
parquet-hive
pom
- Apache Parquet Hive (Incubating)
- https://parquet.incubator.apache.org
+ Apache Parquet Hive
+ https://parquet.apache.org
diff --git a/parquet-jackson/pom.xml b/parquet-jackson/pom.xml
index f4825a7f56..beaf211592 100644
--- a/parquet-jackson/pom.xml
+++ b/parquet-jackson/pom.xml
@@ -29,8 +29,8 @@
parquet-jackson
jar
- Apache Parquet Jackson (Incubating)
- https://parquet.incubator.apache.org
+ Apache Parquet Jackson
+ https://parquet.apache.org
diff --git a/parquet-pig-bundle/pom.xml b/parquet-pig-bundle/pom.xml
index aa8e66716a..942c3a13d2 100644
--- a/parquet-pig-bundle/pom.xml
+++ b/parquet-pig-bundle/pom.xml
@@ -29,8 +29,8 @@
parquet-pig-bundle
jar
- Apache Parquet Pig Bundle (Incubating)
- https://parquet.incubator.apache.org
+ Apache Parquet Pig Bundle
+ https://parquet.apache.org
diff --git a/parquet-pig/pom.xml b/parquet-pig/pom.xml
index 102d604ca8..10419dd096 100644
--- a/parquet-pig/pom.xml
+++ b/parquet-pig/pom.xml
@@ -29,8 +29,8 @@
parquet-pig
jar
- Apache Parquet Pig (Incubating)
- https://parquet.incubator.apache.org
+ Apache Parquet Pig
+ https://parquet.apache.org
diff --git a/parquet-protobuf/pom.xml b/parquet-protobuf/pom.xml
index 309a52d732..6cd5ecb5d8 100644
--- a/parquet-protobuf/pom.xml
+++ b/parquet-protobuf/pom.xml
@@ -35,8 +35,8 @@
- Apache Parquet Protobuf (Incubating)
- https://parquet.incubator.apache.org
+ Apache Parquet Protobuf
+ https://parquet.apache.org
diff --git a/parquet-scala/pom.xml b/parquet-scala/pom.xml
index ab1872670c..fe423c5b26 100644
--- a/parquet-scala/pom.xml
+++ b/parquet-scala/pom.xml
@@ -29,8 +29,8 @@
parquet-scala_${scala.binary.version}
jar
- Apache Parquet Scala (Incubating)
- https://parquet.incubator.apache.org
+ Apache Parquet Scala
+ https://parquet.apache.org
diff --git a/parquet-scrooge/pom.xml b/parquet-scrooge/pom.xml
index 42d2656c38..ea567c8d61 100644
--- a/parquet-scrooge/pom.xml
+++ b/parquet-scrooge/pom.xml
@@ -29,8 +29,8 @@
parquet-scrooge_${scala.binary.version}
jar
- Apache Parquet Scrooge (Incubating)
- https://parquet.incubator.apache.org
+ Apache Parquet Scrooge
+ https://parquet.apache.org
diff --git a/parquet-thrift/pom.xml b/parquet-thrift/pom.xml
index c19d2a186b..358124eca3 100644
--- a/parquet-thrift/pom.xml
+++ b/parquet-thrift/pom.xml
@@ -29,8 +29,8 @@
parquet-thrift
jar
- Apache Parquet Thrift (Incubating)
- https://parquet.incubator.apache.org
+ Apache Parquet Thrift
+ https://parquet.apache.org
4.4
diff --git a/parquet-tools/pom.xml b/parquet-tools/pom.xml
index 5811b70298..5a036c4a41 100644
--- a/parquet-tools/pom.xml
+++ b/parquet-tools/pom.xml
@@ -29,8 +29,8 @@
parquet-tools
jar
- Apache Parquet Tools (Incubating)
- https://parquet.incubator.apache.org
+ Apache Parquet Tools
+ https://parquet.apache.org
provided
diff --git a/pom.xml b/pom.xml
index 880191d799..51e2e7f63c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,14 +12,14 @@
1.8.0-SNAPSHOT
pom
- Apache Parquet MR (Incubating)
- https://parquet.incubator.apache.org
+ Apache Parquet MR
+ https://parquet.apache.org
Parquet is a columnar storage format that supports nested data. This provides the java implementation.
- scm:git:git@github.com:apache/incubator-parquet-mr.git
- scm:git:git@github.com:apache/incubator-parquet-mr.git
- scm:git:https://git-wip-us.apache.org/repos/asf/incubator-parquet-mr.git
+ scm:git:git@github.com:apache/parquet-mr.git
+ scm:git:git@github.com:apache/parquet-mr.git
+ scm:git:https://git-wip-us.apache.org/repos/asf/parquet-mr.git
@@ -37,15 +37,15 @@
Dev Mailing List
- dev@parquet.incubator.apache.org
- dev-subscribe@parquet.incubator.apache.org
- dev-unsubscribe@parquet.incubator.apache.org
+ dev@parquet.apache.org
+ dev-subscribe@parquet.apache.org
+ dev-unsubscribe@parquet.apache.org
Commits Mailing List
- commits@parquet.incubator.apache.org
- commits-subscribe@parquet.incubator.apache.org
- commits-unsubscribe@parquet.incubator.apache.org
+ commits@parquet.apache.org
+ commits-subscribe@parquet.apache.org
+ commits-unsubscribe@parquet.apache.org