File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ h2. Frames 2.y.z
5
5
6
6
!https://github.com/tinkerpop/frames/raw/master/doc/images/frames-2.png!
7
7
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
+
8
20
h3. Version 2.6.0 (September 17, 2014)
9
21
10
22
```xml
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
<groupId >com.tinkerpop</groupId >
11
11
<artifactId >frames</artifactId >
12
- <version >2.6.0 </version >
12
+ <version >2.7.0-SNAPSHOT </version >
13
13
<packaging >jar</packaging >
14
14
<url >http://frames.tinkerpop.com</url >
15
15
<name >Frames: An Object to Graph Framework</name >
49
49
</scm >
50
50
51
51
<properties >
52
- <tinkerpop .version>2.6.0 </tinkerpop .version>
52
+ <tinkerpop .version>2.7.0-SNAPSHOT </tinkerpop .version>
53
53
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
54
54
</properties >
55
55
You can’t perform that action at this time.
0 commit comments