Skip to content

Commit

Permalink
Prepare trunk for 1.7.8 development.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1613271 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
cutting committed Jul 24, 2014
1 parent 06d463b commit d9f748e
Show file tree
Hide file tree
Showing 19 changed files with 29 additions and 19 deletions.
10 changes: 10 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
Avro Change Log

Trunk (not yet released)

NEW FEATURES

OPTIMIZATIONS

IMPROVEMENTS

BUG FIXES

Avro 1.7.7 (23 July 2014)

NEW FEATURES
Expand Down
2 changes: 1 addition & 1 deletion lang/java/archetypes/avro-service-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>avro-archetypes-parent</artifactId>
<groupId>org.apache.avro</groupId>
<version>1.7.7</version>
<version>1.7.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lang/java/archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.avro</groupId>
<artifactId>avro-parent</artifactId>
<version>1.7.7</version>
<version>1.7.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lang/java/avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>avro-parent</artifactId>
<groupId>org.apache.avro</groupId>
<version>1.7.7</version>
<version>1.7.8-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lang/java/compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>avro-parent</artifactId>
<groupId>org.apache.avro</groupId>
<version>1.7.7</version>
<version>1.7.8-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lang/java/ipc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>avro-parent</artifactId>
<groupId>org.apache.avro</groupId>
<version>1.7.7</version>
<version>1.7.8-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lang/java/mapred/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>avro-parent</artifactId>
<groupId>org.apache.avro</groupId>
<version>1.7.7</version>
<version>1.7.8-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lang/java/maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>avro-parent</artifactId>
<groupId>org.apache.avro</groupId>
<version>1.7.7</version>
<version>1.7.8-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lang/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.avro</groupId>
<artifactId>avro-toplevel</artifactId>
<version>1.7.7</version>
<version>1.7.8-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lang/java/protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>avro-parent</artifactId>
<groupId>org.apache.avro</groupId>
<version>1.7.7</version>
<version>1.7.8-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lang/java/thrift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>avro-parent</artifactId>
<groupId>org.apache.avro</groupId>
<version>1.7.7</version>
<version>1.7.8-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lang/java/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>avro-parent</artifactId>
<groupId>org.apache.avro</groupId>
<version>1.7.7</version>
<version>1.7.8-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lang/java/trevni/avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>trevni-java</artifactId>
<groupId>org.apache.avro</groupId>
<version>1.7.7</version>
<version>1.7.8-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lang/java/trevni/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>trevni-java</artifactId>
<groupId>org.apache.avro</groupId>
<version>1.7.7</version>
<version>1.7.8-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions lang/java/trevni/doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
<parent>
<artifactId>trevni-java</artifactId>
<groupId>org.apache.avro</groupId>
<version>1.7.7</version>
<version>1.7.8-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

<groupId>org.apache.avro</groupId>
<artifactId>trevni-doc</artifactId>
<version>1.7.7</version>
<version>1.7.8-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Trevni Specification</name>
Expand Down
2 changes: 1 addition & 1 deletion lang/java/trevni/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>avro-parent</artifactId>
<groupId>org.apache.avro</groupId>
<version>1.7.7</version>
<version>1.7.8-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lang/py3/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def Main():
avro_version = ReadVersion()

setup(
name = 'avro-python3-snapshot',
name = 'avro-python3',
version = avro_version,
packages = ['avro'],
package_dir = {'avro': 'avro'},
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>org.apache.avro</groupId>
<artifactId>avro-toplevel</artifactId>
<version>1.7.7</version>
<version>1.7.8-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Apache Avro Toplevel</name>
Expand Down
2 changes: 1 addition & 1 deletion share/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.7
1.7.8-SNAPSHOT

0 comments on commit d9f748e

Please sign in to comment.