Skip to content

Commit afa1259

Browse files
committed
Bump to 2.7.0-SNAPSHOT.
1 parent 90edb0b commit afa1259

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.textile

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ h2. Frames 2.y.z
55

66
!https://github.com/tinkerpop/frames/raw/master/doc/images/frames-2.png!
77

8+
h3. Version 2.7.0 (NOT OFFICIALLY RELEASED YET)
9+
10+
```xml
11+
<dependency>
12+
<groupId>com.tinkerpop</groupId>
13+
<artifactId>frames</artifactId>
14+
<version>2.7.0-SNAPSHOT</version>
15+
</dependency>
16+
```
17+
18+
==<hr/>==
19+
820
h3. Version 2.6.0 (September 17, 2014)
921

1022
```xml

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>com.tinkerpop</groupId>
1111
<artifactId>frames</artifactId>
12-
<version>2.6.0</version>
12+
<version>2.7.0-SNAPSHOT</version>
1313
<packaging>jar</packaging>
1414
<url>http://frames.tinkerpop.com</url>
1515
<name>Frames: An Object to Graph Framework</name>
@@ -49,7 +49,7 @@
4949
</scm>
5050

5151
<properties>
52-
<tinkerpop.version>2.6.0</tinkerpop.version>
52+
<tinkerpop.version>2.7.0-SNAPSHOT</tinkerpop.version>
5353
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5454
</properties>
5555

0 commit comments

Comments
 (0)