Skip to content

Commit

Permalink
Merge pull request #225 from KristianKarl/master
Browse files Browse the repository at this point in the history
Release of 4.2.0
  • Loading branch information
KristianKarl authored Feb 21, 2020
2 parents b7aa572 + 36f8cca commit 9395540
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ deploy:
target_commitish: "$TRAVIS_COMMIT"
draft: false
file:
- graphwalker-cli/target/graphwalker-cli-4.2.0-SNAPSHOT.jar
- graphwalker-studio/target/graphwalker-studio-4.2.0-SNAPSHOT.jar
- graphwalker-cli/target/graphwalker-cli-4.3.0-SNAPSHOT.jar
- graphwalker-studio/target/graphwalker-studio-4.3.0-SNAPSHOT.jar
overwrite: true
skip_cleanup: true
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ mvn package -pl graphwalker-cli -am

The jar is in:
```bash
graphwalker-cli/target/graphwalker-cli-4.2.0-SNAPSOT.jar
graphwalker-cli/target/graphwalker-cli-4.2.0.jar
```

Run it like:
```bash
java -jar graphwalker-cli/target/graphwalker-cli-4.2.0-SNAPSOT.jar
java -jar graphwalker-cli/target/graphwalker-cli-4.2.0.jar
```

## Build Studio
Expand All @@ -51,5 +51,5 @@ graphwalker-studio/target/

Run it like:
```bash
java -jar graphwalker-studio/target/graphwalker-studio-4.2.0-SNAPSOT.jar
java -jar graphwalker-studio/target/graphwalker-studio-4.2.0.jar
```
2 changes: 1 addition & 1 deletion graphwalker-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-project</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>graphwalker-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion graphwalker-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-project</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>graphwalker-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion graphwalker-dsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-project</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>graphwalker-dsl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion graphwalker-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-project</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>graphwalker-io</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion graphwalker-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-project</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>graphwalker-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion graphwalker-maven-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-project</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<name>GraphWalker Maven Archetype</name>
Expand Down
2 changes: 1 addition & 1 deletion graphwalker-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-project</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>graphwalker-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion graphwalker-model-checker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-project</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>graphwalker-model-checker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion graphwalker-restful/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-project</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>graphwalker-restful</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions graphwalker-studio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-project</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>graphwalker-studio</artifactId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-websocket</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion graphwalker-websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-project</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>graphwalker-websocket</artifactId>
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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-project</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
<packaging>pom</packaging>

<name>GraphWalker Project</name>
Expand Down

0 comments on commit 9395540

Please sign in to comment.