Skip to content

Commit

Permalink
Version to 2.2.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
spmallette committed Aug 14, 2012
1 parent 25908b0 commit 429dd86
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 12 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.textile
Expand Up @@ -5,6 +5,16 @@ h2. Blueprints 2.y.z

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

h3. Version 2.2.0 (NOT OFFICIALLY RELEASED)

```xml
<dependency>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints-core</artifactId>
<version>2.2.0-SNAPSHOT</version>
</dependency>
```

h3. Version 2.1.0 (August 4, 2012)

```xml
Expand Down
2 changes: 1 addition & 1 deletion blueprints-core/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints</artifactId>
<version>2.1.0</version>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>blueprints-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion blueprints-dex-graph/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints</artifactId>
<version>2.1.0</version>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>blueprints-dex-graph</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion blueprints-graph-jung/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints</artifactId>
<version>2.1.0</version>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>blueprints-graph-jung</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion blueprints-graph-sail/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints</artifactId>
<version>2.1.0</version>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>blueprints-graph-sail</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion blueprints-neo4j-graph/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints</artifactId>
<version>2.1.0</version>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>blueprints-neo4j-graph</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion blueprints-neo4jbatch-graph/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints</artifactId>
<version>2.1.0</version>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>blueprints-neo4jbatch-graph</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion blueprints-orient-graph/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints</artifactId>
<version>2.1.0</version>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>blueprints-orient-graph</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion blueprints-rexster-graph/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints</artifactId>
<version>2.1.0</version>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>blueprints-rexster-graph</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion blueprints-sail-graph/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints</artifactId>
<version>2.1.0</version>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>blueprints-sail-graph</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion blueprints-test/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints</artifactId>
<version>2.1.0</version>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>blueprints-test</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints</artifactId>
<version>2.1.0</version>
<version>2.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<url>http://blueprints.tinkerpop.com</url>
<name>Blueprints: A Property Graph Model Interface</name>
Expand Down Expand Up @@ -76,7 +76,7 @@
</modules>

<properties>
<blueprints.version>2.1.0</blueprints.version>
<blueprints.version>2.2.0-SNAPSHOT</blueprints.version>
<sesame.version>2.6.4</sesame.version>
<sesametools.version>1.6</sesametools.version>
<junit.version>4.5</junit.version>
Expand Down

0 comments on commit 429dd86

Please sign in to comment.