Skip to content

Commit

Permalink
2.0.0 release push.
Browse files Browse the repository at this point in the history
  • Loading branch information
okram committed May 24, 2012
1 parent a1f09c7 commit 9ccbe9f
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 21 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
*.log
/target
/data
/rexster-server/release
/rexster-server/target
Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.tinkerpop.rexster</groupId>
<artifactId>rexster</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<!-- DON'T FORGET TO UPDATE rexster-server Tokens.VERSION AT RELEASE -->
<packaging>pom</packaging>
<url>http://rexster.tinkerpop.com</url>
Expand Down Expand Up @@ -50,11 +50,11 @@

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

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

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

0 comments on commit 9ccbe9f

Please sign in to comment.