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 6edd10f commit 2aa2c6a
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 22 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.textile
Expand Up @@ -5,6 +5,18 @@ h2. Rexster 0.y.z


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


h3. Version 2.1.0 (NOT OFFICIALLY RELEASED YET)

```xml
<dependency>
<groupId>com.tinkerpop.rexster</groupId>
<artifactId>rexster</artifactId>
<version>2.1.0-SNAPSHOT</version>
</dependency>
```

==<hr/>==

h3. Version 2.0.0 (May 23, 2012) h3. Version 2.0.0 (May 23, 2012)


```xml ```xml
Expand Down
19 changes: 10 additions & 9 deletions pom.xml
Expand Up @@ -10,13 +10,14 @@
</parent> </parent>
<groupId>com.tinkerpop.rexster</groupId> <groupId>com.tinkerpop.rexster</groupId>
<artifactId>rexster</artifactId> <artifactId>rexster</artifactId>
<version>2.0.0</version> <version>2.1.0-SNAPSHOT</version>
<!-- DON'T FORGET TO UPDATE rexster-server Tokens.VERSION AT RELEASE --> <!-- DON'T FORGET TO UPDATE rexster-server Tokens.VERSION AT RELEASE -->
<packaging>pom</packaging> <packaging>pom</packaging>
<url>http://rexster.tinkerpop.com</url> <url>http://rexster.tinkerpop.com</url>
<name>Rexster</name> <name>Rexster</name>
<description> <description>
Rexster is a multi-faceted graph server that exposes any Blueprints graph through several mechanisms with a general focus on REST. Rexster is a multi-faceted graph server that exposes any Blueprints graph through several mechanisms with a
general focus on REST.
</description> </description>
<developers> <developers>
<developer> <developer>
Expand Down Expand Up @@ -50,11 +51,11 @@


<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<blueprints.version>2.0.0</blueprints.version> <blueprints.version>2.1.0-SNAPSHOT</blueprints.version>
<gremlin.version>2.0.0</gremlin.version> <gremlin.version>2.1.0-SNAPSHOT</gremlin.version>
<pipes.version>2.0.0</pipes.version> <pipes.version>2.1.0-SNAPSHOT</pipes.version>
<frames.version>2.0.0</frames.version> <frames.version>2.1.0-SNAPSHOT</frames.version>
<rexster.version>2.0.0</rexster.version> <rexster.version>2.1.0-SNAPSHOT</rexster.version>
<junit.version>4.5</junit.version> <junit.version>4.5</junit.version>
<srcdir>src/test/java</srcdir> <srcdir>src/test/java</srcdir>
</properties> </properties>
Expand Down Expand Up @@ -88,7 +89,7 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <!--<plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId> <artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version> <version>1.4</version>
Expand All @@ -101,7 +102,7 @@
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>-->
</plugins> </plugins>
</build> </build>
<reporting> <reporting>
Expand Down
4 changes: 2 additions & 2 deletions rexster-kibbles/batch-kibble/pom.xml
Expand Up @@ -6,12 +6,12 @@
<parent> <parent>
<groupId>com.tinkerpop.rexster</groupId> <groupId>com.tinkerpop.rexster</groupId>
<artifactId>rexster-kibbles</artifactId> <artifactId>rexster-kibbles</artifactId>
<version>2.0.0</version> <version>2.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<groupId>com.tinkerpop.rexster.rexster-kibbles</groupId> <groupId>com.tinkerpop.rexster.rexster-kibbles</groupId>
<artifactId>batch-kibble</artifactId> <artifactId>batch-kibble</artifactId>
<version>2.0.0</version> <version>2.1.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<url>http://rexster-kibbles.tinkerpop.com</url> <url>http://rexster-kibbles.tinkerpop.com</url>
<name>Rexster Kibbles: Batch</name> <name>Rexster Kibbles: Batch</name>
Expand Down
4 changes: 2 additions & 2 deletions rexster-kibbles/frames-kibble/pom.xml
Expand Up @@ -6,12 +6,12 @@
<parent> <parent>
<groupId>com.tinkerpop.rexster</groupId> <groupId>com.tinkerpop.rexster</groupId>
<artifactId>rexster-kibbles</artifactId> <artifactId>rexster-kibbles</artifactId>
<version>2.0.0</version> <version>2.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<groupId>com.tinkerpop.rexster.rexster-kibbles</groupId> <groupId>com.tinkerpop.rexster.rexster-kibbles</groupId>
<artifactId>frames-kibble</artifactId> <artifactId>frames-kibble</artifactId>
<version>2.0.0</version> <version>2.1.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<url>http://rexster-kibbles.tinkerpop.com</url> <url>http://rexster-kibbles.tinkerpop.com</url>
<name>Rexster Kibbles: Frames</name> <name>Rexster Kibbles: Frames</name>
Expand Down
4 changes: 2 additions & 2 deletions rexster-kibbles/pom.xml
Expand Up @@ -6,11 +6,11 @@
<parent> <parent>
<groupId>com.tinkerpop.rexster</groupId> <groupId>com.tinkerpop.rexster</groupId>
<artifactId>rexster</artifactId> <artifactId>rexster</artifactId>
<version>2.0.0</version> <version>2.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>rexster-kibbles</artifactId> <artifactId>rexster-kibbles</artifactId>
<version>2.0.0</version> <version>2.1.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<url>http://rexster.tinkerpop.com</url> <url>http://rexster.tinkerpop.com</url>
<name>Rexster Kibbles: General-Purpose Rexster Extensions</name> <name>Rexster Kibbles: General-Purpose Rexster Extensions</name>
Expand Down
4 changes: 2 additions & 2 deletions rexster-kibbles/sample-kibbles/pom.xml
Expand Up @@ -6,12 +6,12 @@
<parent> <parent>
<groupId>com.tinkerpop.rexster</groupId> <groupId>com.tinkerpop.rexster</groupId>
<artifactId>rexster-kibbles</artifactId> <artifactId>rexster-kibbles</artifactId>
<version>2.0.0</version> <version>2.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<groupId>com.tinkerpop.rexster.rexster-kibbles</groupId> <groupId>com.tinkerpop.rexster.rexster-kibbles</groupId>
<artifactId>sample-kibbles</artifactId> <artifactId>sample-kibbles</artifactId>
<version>2.0.0</version> <version>2.1.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<url>http://rexster-kibbles.tinkerpop.com</url> <url>http://rexster-kibbles.tinkerpop.com</url>
<name>Rexster Kibbles: Sample</name> <name>Rexster Kibbles: Sample</name>
Expand Down
4 changes: 2 additions & 2 deletions rexster-kibbles/sparql-kibble/pom.xml
Expand Up @@ -6,12 +6,12 @@
<parent> <parent>
<groupId>com.tinkerpop.rexster</groupId> <groupId>com.tinkerpop.rexster</groupId>
<artifactId>rexster-kibbles</artifactId> <artifactId>rexster-kibbles</artifactId>
<version>2.0.0</version> <version>2.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<groupId>com.tinkerpop.rexster.rexster-kibbles</groupId> <groupId>com.tinkerpop.rexster.rexster-kibbles</groupId>
<artifactId>sparql-kibble</artifactId> <artifactId>sparql-kibble</artifactId>
<version>2.0.0</version> <version>2.1.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<url>http://rexster-kibbles.tinkerpop.com</url> <url>http://rexster-kibbles.tinkerpop.com</url>
<name>Rexster Kibbles: SPARQL</name> <name>Rexster Kibbles: SPARQL</name>
Expand Down
4 changes: 2 additions & 2 deletions rexster-server/pom.xml
Expand Up @@ -6,11 +6,11 @@
<parent> <parent>
<groupId>com.tinkerpop.rexster</groupId> <groupId>com.tinkerpop.rexster</groupId>
<artifactId>rexster</artifactId> <artifactId>rexster</artifactId>
<version>2.0.0</version> <version>2.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>rexster-server</artifactId> <artifactId>rexster-server</artifactId>
<version>2.0.0</version> <version>2.1.0-SNAPSHOT</version>
<!-- DON'T FORGET TO UPDATE Tokens.VERSION AT RELEASE --> <!-- DON'T FORGET TO UPDATE Tokens.VERSION AT RELEASE -->
<packaging>jar</packaging> <packaging>jar</packaging>
<url>http://rexster.tinkerpop.com</url> <url>http://rexster.tinkerpop.com</url>
Expand Down
Expand Up @@ -6,7 +6,7 @@
*/ */
public class Tokens { public class Tokens {


public static final String REXSTER_VERSION = "2.0.0"; public static final String REXSTER_VERSION = "2.1.0-SNAPSHOT";


public static final String _ID = "_id"; public static final String _ID = "_id";
public static final String ID = "id"; public static final String ID = "id";
Expand Down

0 comments on commit 2aa2c6a

Please sign in to comment.