Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.54
Browse files Browse the repository at this point in the history
  • Loading branch information
martint committed Nov 26, 2013
1 parent f089189 commit b944578
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 21 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.facebook.presto</groupId>
<artifactId>presto-root</artifactId>
<version>0.54-SNAPSHOT</version>
<version>0.54</version>
<packaging>pom</packaging>

<name>presto-root</name>
Expand All @@ -30,7 +30,7 @@
<scm>
<connection>scm:git:git://github.com/facebook/presto.git</connection>
<url>https://github.com/facebook/presto</url>
<tag>HEAD</tag>
<tag>0.54</tag>
</scm>

<properties>
Expand Down Expand Up @@ -517,7 +517,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -530,7 +530,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -543,7 +543,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down
2 changes: 1 addition & 1 deletion presto-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-root</artifactId>
<version>0.54-SNAPSHOT</version>
<version>0.54</version>
</parent>

<artifactId>presto-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion presto-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-root</artifactId>
<version>0.54-SNAPSHOT</version>
<version>0.54</version>
</parent>

<artifactId>presto-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion presto-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-root</artifactId>
<version>0.54-SNAPSHOT</version>
<version>0.54</version>
</parent>

<artifactId>presto-docs</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions presto-example-http/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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>com.facebook.presto</groupId>
<artifactId>presto-root</artifactId>
<version>0.54-SNAPSHOT</version>
<version>0.54</version>
</parent>

<artifactId>presto-example-http</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions presto-hive-cdh4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-root</artifactId>
<version>0.54-SNAPSHOT</version>
<version>0.54</version>
</parent>

<artifactId>presto-hive-cdh4</artifactId>
Expand Down Expand Up @@ -94,7 +94,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludedGroups combine.self="override"/>
<excludedGroups combine.self="override" />
<systemProperties>
<hive.cdh4.metastoreHost>localhost</hive.cdh4.metastoreHost>
<hive.cdh4.metastorePort>9083</hive.cdh4.metastorePort>
Expand Down
4 changes: 2 additions & 2 deletions presto-hive-hadoop1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-root</artifactId>
<version>0.54-SNAPSHOT</version>
<version>0.54</version>
</parent>

<artifactId>presto-hive-hadoop1</artifactId>
Expand Down Expand Up @@ -94,7 +94,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludedGroups combine.self="override"/>
<excludedGroups combine.self="override" />
<systemProperties>
<hive.hadoop1.metastoreHost>localhost</hive.hadoop1.metastoreHost>
<hive.hadoop1.metastorePort>9083</hive.hadoop1.metastorePort>
Expand Down
2 changes: 1 addition & 1 deletion presto-hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-root</artifactId>
<version>0.54-SNAPSHOT</version>
<version>0.54</version>
</parent>

<artifactId>presto-hive</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion presto-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-root</artifactId>
<version>0.54-SNAPSHOT</version>
<version>0.54</version>
</parent>

<artifactId>presto-jdbc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion presto-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-root</artifactId>
<version>0.54-SNAPSHOT</version>
<version>0.54</version>
</parent>

<artifactId>presto-main</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion presto-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-root</artifactId>
<version>0.54-SNAPSHOT</version>
<version>0.54</version>
</parent>

<artifactId>presto-parser</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion presto-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-root</artifactId>
<version>0.54-SNAPSHOT</version>
<version>0.54</version>
</parent>

<artifactId>presto-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion presto-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-root</artifactId>
<version>0.54-SNAPSHOT</version>
<version>0.54</version>
</parent>

<artifactId>presto-spi</artifactId>
Expand Down

0 comments on commit b944578

Please sign in to comment.