Skip to content

Commit

Permalink
Pipes 2.6.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
okram committed Sep 17, 2014
1 parent d957c2b commit f08c5da
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.textile
Expand Up @@ -5,6 +5,18 @@ h2. Pipes 2.y.z

!https://github.com/tinkerpop/pipes/raw/master/doc/images/pipes-2.png!

h3. Version 2.6.0 (September 17, 2014)

```xml
<dependency>
<groupId>com.tinkerpop</groupId>
<artifactId>pipes</artifactId>
<version>2.6.0</version>
</dependency>
```

==<hr/>==

h3. Version 2.5.0 (April 14, 2014)

```xml
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.tinkerpop</groupId>
<artifactId>pipes</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
<packaging>jar</packaging>
<url>http://pipes.tinkerpop.com</url>
<name>Pipes: A Lazy Data Flow Framework</name>
Expand Down

0 comments on commit f08c5da

Please sign in to comment.