Skip to content

Commit

Permalink
bumped to 2.1.0-SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
okram committed May 25, 2012
1 parent 00aa4b4 commit f838783
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.textile
Expand Up @@ -5,6 +5,18 @@ h2. Frames 2.y.z

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

h3. Version 2.1.0 (NOT OFFICIALLY RELEASED YET)

```xml
<dependency>
<groupId>com.tinkerpop</groupId>
<artifactId>frames</artifactId>
<version>2.1.0</version>
</dependency>
```

==<hr/>==

h3. Version 2.0.0 (May 23, 2012)

```xml
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.tinkerpop</groupId>
<artifactId>frames</artifactId>
<version>2.0.0</version>
<version>2.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<url>http://frames.tinkerpop.com</url>
<name>Frames: An Object to Graph Framework</name>
Expand Down Expand Up @@ -49,12 +49,12 @@
<dependency>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints-core</artifactId>
<version>2.0.0</version>
<version>2.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.tinkerpop.gremlin</groupId>
<artifactId>gremlin-groovy</artifactId>
<version>2.0.0</version>
<version>2.1.0-SNAPSHOT</version>
</dependency>
<!-- TEST -->
<dependency>
Expand All @@ -66,13 +66,13 @@
<dependency>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints-sail-graph</artifactId>
<version>2.0.0</version>
<version>2.1.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints-test</artifactId>
<version>2.0.0</version>
<version>2.1.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -153,7 +153,7 @@
</execution>
</executions>
</plugin>
<plugin>
<!--<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
Expand All @@ -166,7 +166,7 @@
</goals>
</execution>
</executions>
</plugin>
</plugin>-->
</plugins>
</build>
</project>

0 comments on commit f838783

Please sign in to comment.