Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
HAWQ-1331. Update hawq and pxf versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shivzone committed Feb 15, 2017
1 parent d55014d commit 286049d
Show file tree
Hide file tree
Showing 11 changed files with 10,474 additions and 15 deletions.
8 changes: 4 additions & 4 deletions contrib/hawq-ambari-plugin/build.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
hawq.release.version=2.1.0
hawq.release.version=2.2.0
hawq.common.services.version=2.0.0
pxf.release.version=3.1.0
pxf.release.version=3.2.0
pxf.common.services.version=3.0.0
hawq.repo.prefix=hawq
hawq.addons.repo.prefix=hawq-add-ons
repository.version=2.1.0.0
default.stack=HDP-2.5
repository.version=2.2.0.0
default.stack=HDP-2.5
2 changes: 1 addition & 1 deletion contrib/hawq-ambari-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.hawq</groupId>
<artifactId>hawq-ambari-plugin</artifactId>
<version>2.1.0.0</version>
<version>2.2.0.0</version>
<name>hawq-ambari-plugin</name>
<url>http://maven.apache.org</url>

Expand Down
2 changes: 1 addition & 1 deletion getversion
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# under the License.
#

GP_VERSION="2.1.0.0"
GP_VERSION="2.2.0.0"

GP_BUILDNUMBER=dev
if [ -f BUILD_NUMBER ] ; then
Expand Down
1 change: 1 addition & 0 deletions pxf/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# specific language governing permissions and limitations
# under the License.

version=3.2.0.0
license=ASL 2.0
vendor=Apache HAWQ Incubating
hadoopVersion=2.7.1
Expand Down
4 changes: 2 additions & 2 deletions ranger-plugin/admin-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.hawq</groupId>
<artifactId>ranger-plugin</artifactId>
<version>2.1.0.0</version>
<version>2.2.0.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -87,4 +87,4 @@

</dependencies>

</project>
</project>
2 changes: 1 addition & 1 deletion ranger-plugin/integration/admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.hawq</groupId>
<artifactId>ranger-plugin-integration</artifactId>
<version>2.1.0.0</version>
<version>2.2.0.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ranger-plugin/integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.hawq</groupId>
<artifactId>ranger-plugin</artifactId>
<version>2.1.0.0</version>
<version>2.2.0.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ranger-plugin/integration/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.hawq</groupId>
<artifactId>ranger-plugin-integration</artifactId>
<version>2.1.0.0</version>
<version>2.2.0.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions ranger-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.hawq</groupId>
<artifactId>ranger-plugin</artifactId>
<version>2.1.0.0</version>
<version>2.2.0.0</version>
<packaging>pom</packaging>
<name>HAWQ Ranger Plugin</name>
<description>HAWQ Ranger Plugin</description>
Expand Down Expand Up @@ -284,4 +284,4 @@
</dependencies>
</dependencyManagement>

</project>
</project>
4 changes: 2 additions & 2 deletions ranger-plugin/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.hawq</groupId>
<artifactId>ranger-plugin</artifactId>
<version>2.1.0.0</version>
<version>2.2.0.0</version>
<relativePath>..</relativePath>
</parent>
<build>
Expand Down Expand Up @@ -115,4 +115,4 @@
</dependencies>


</project>
</project>
Loading

0 comments on commit 286049d

Please sign in to comment.