Skip to content

Commit

Permalink
Refactored Token Stream to address Bug#3480607
Browse files Browse the repository at this point in the history
  • Loading branch information
alder committed Feb 6, 2012
1 parent c5a8483 commit 7f16d66
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 184 deletions.
4 changes: 2 additions & 2 deletions beaver-ant/pom.xml
Expand Up @@ -17,9 +17,9 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>${parent.groupId}</groupId>
<groupId>${project.parent.groupId}</groupId>
<artifactId>beaver-cc</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions beaver-cc/pom.xml
Expand Up @@ -11,9 +11,9 @@

<dependencies>
<dependency>
<groupId>${parent.groupId}</groupId>
<groupId>${project.parent.groupId}</groupId>
<artifactId>beaver-rt</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 7f16d66

Please sign in to comment.