Skip to content

Commit

Permalink
Merge pull request #35 from Mischn/develop
Browse files Browse the repository at this point in the history
Release version 3.0.0.
  • Loading branch information
Mischn authored Nov 29, 2018
2 parents 31dfc79 + d1b6243 commit db8d47e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Just add the following lines to your project's `pom.xml` file:
<dependency>
<groupId>org.lambda3.graphene</groupId>
<artifactId>graphene-core</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion graphene-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>graphene</artifactId>
<groupId>org.lambda3.graphene</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class VersionTest extends GrapheneCLITest {
public void testVersionInfo() {
String expected = "Graphene VersionInfo: {\n" +
" \"name\": \"Graphene-Core-DEV\",\n" +
" \"version\": \"1.0.0-SNAPSHOT\",\n" +
" \"version\": \"3.0.0\",\n" +
" \"buildNumber\":";

GrapheneCLI.main(new String[]{"--version"});
Expand Down
2 changes: 1 addition & 1 deletion graphene-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>graphene</artifactId>
<groupId>org.lambda3.graphene</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion graphene-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>graphene</artifactId>
<groupId>org.lambda3.graphene</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.lambda3.graphene</groupId>
<artifactId>graphene</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit db8d47e

Please sign in to comment.