Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.73
Browse files Browse the repository at this point in the history
  • Loading branch information
martint committed Jul 1, 2014
1 parent ff89b28 commit 0eeb643
Show file tree
Hide file tree
Showing 22 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 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.73-SNAPSHOT</version>
<version>0.73</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.73</tag>
</scm>

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

<artifactId>presto-benchmark</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions presto-cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-root</artifactId>
<version>0.73-SNAPSHOT</version>
<version>0.73</version>
</parent>

<artifactId>presto-cassandra</artifactId>
Expand Down Expand Up @@ -338,7 +338,7 @@
<!--to a bug or configuration error in the embedded-->
<!--cassandra instance. This problem results in either-->
<!--a hang in Thrift calls or broken sockets.-->
<parallel></parallel>
<parallel />
<threadCount>1</threadCount>

<!-- integration tests take a very long time so only run them in the CI server -->
Expand Down Expand Up @@ -408,7 +408,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes combine.self="override"/>
<excludes combine.self="override" />
</configuration>
</plugin>
</plugins>
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.73-SNAPSHOT</version>
<version>0.73</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.73-SNAPSHOT</version>
<version>0.73</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.73-SNAPSHOT</version>
<version>0.73</version>
</parent>

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

<artifactId>presto-example-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.73-SNAPSHOT</version>
<version>0.73</version>
</parent>

<artifactId>presto-hive-cdh4</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion presto-hive-cdh5/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.73-SNAPSHOT</version>
<version>0.73</version>
</parent>

<artifactId>presto-hive-cdh5</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.73-SNAPSHOT</version>
<version>0.73</version>
</parent>

<artifactId>presto-hive-hadoop1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion presto-hive-hadoop2/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.73-SNAPSHOT</version>
<version>0.73</version>
</parent>

<artifactId>presto-hive-hadoop2</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.73-SNAPSHOT</version>
<version>0.73</version>
</parent>

<artifactId>presto-hive</artifactId>
Expand Down Expand Up @@ -252,7 +252,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes combine.self="override"/>
<excludes combine.self="override" />
</configuration>
</plugin>
</plugins>
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.73-SNAPSHOT</version>
<version>0.73</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.73-SNAPSHOT</version>
<version>0.73</version>
</parent>

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

<artifactId>presto-ml</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.73-SNAPSHOT</version>
<version>0.73</version>
</parent>

<artifactId>presto-parser</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion presto-raptor/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.73-SNAPSHOT</version>
<version>0.73</version>
</parent>

<artifactId>presto-raptor</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.73-SNAPSHOT</version>
<version>0.73</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.73-SNAPSHOT</version>
<version>0.73</version>
</parent>

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

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

<artifactId>presto-tpch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion presto-verifier/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.73-SNAPSHOT</version>
<version>0.73</version>
</parent>

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

0 comments on commit 0eeb643

Please sign in to comment.