Skip to content

Commit

Permalink
Version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KristianKarl committed Oct 4, 2019
1 parent cd1944b commit f7d7309
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 21 deletions.
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.1.0-SNAPSHOT</version>
<version>4.0.1</version>
</parent>

<artifactId>graphwalker-cli</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions graphwalker-cli/src/test/resources/template/perl.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ use warnings;

##
## 1) Generate perl stub source code:
## java -jar graphwalker-4.0.0-SNAPSHOT.jar source -i model.graphml perl.template > model.perl
## java -jar graphwalker-4.0.1.jar source -i model.graphml perl.template > model.perl
##
## 2) Start graphwalker:
## java -jar graphwalker-4.0.0-SNAPSHOT.jar online -s RESTFUL -m model.graphml "random(edge_coverage(100))"
## java -jar graphwalker-4.0.1.jar online -s RESTFUL -m model.graphml "random(edge_coverage(100))"
##
## 3) Run the per program:
## perl login.perl http://localhost:8887/graphwalker
Expand Down
4 changes: 2 additions & 2 deletions graphwalker-cli/src/test/resources/template/python.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ HEADER<{{
import requests,json
##
## 1) Generate python stub source code:
## java -jar graphwalker-4.0.0-SNAPSHOT.jar source -i model.graphml python.template > model.py
## java -jar graphwalker-4.0.1.jar source -i model.graphml python.template > model.py
##
## 2) Start graphwalker:
## java -jar graphwalker-4.0.0-SNAPSHOT.jar online --service RESTFUL -m model.graphml "random(edge_coverage(100))"
## java -jar graphwalker-4.0.1.jar online --service RESTFUL -m model.graphml "random(edge_coverage(100))"
##
## 3) Run the per program:
## python model.py
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.1.0-SNAPSHOT</version>
<version>4.0.1</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.1.0-SNAPSHOT</version>
<version>4.0.1</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.1.0-SNAPSHOT</version>
<version>4.0.1</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.1.0-SNAPSHOT</version>
<version>4.0.1</version>
</parent>

<artifactId>graphwalker-java</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions graphwalker-maven-archetype/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A GraphWalker maven archetype. To help create boilerplate GraphWalker maven proj
To create a sample project:

~~~sh
%> mvn archetype:generate -B -DarchetypeGroupId=org.graphwalker -DarchetypeArtifactId=graphwalker-maven-archetype -DarchetypeVersion=4.0.0-SNAPSHOT -DgroupId=com.company -DartifactId=myProject
%> mvn archetype:generate -B -DarchetypeGroupId=org.graphwalker -DarchetypeArtifactId=graphwalker-maven-archetype -DgroupId=com.company -DartifactId=myProject -DarchetypeVersion=LATESTmvn archetype:generate -B -DarchetypeGroupId=org.graphwalker -DarchetypeArtifactId=graphwalker-maven-archetype -DgroupId=com.company -DartifactId=myProject -DarchetypeVersion=LATEST
~~~

Then cd into the project:
Expand All @@ -16,6 +16,6 @@ Then cd into the project:
~~~
Build and run the test:
~~~sh
%> mvn :graphwalker:test
%> mvn compile exec:java -Dexec.mainClass="com.company.Runner"
~~~

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.1.0-SNAPSHOT</version>
<version>4.0.1</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.1.0-SNAPSHOT</version>
<version>4.0.1</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.1.0-SNAPSHOT</version>
<version>4.0.1</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.1.0-SNAPSHOT</version>
<version>4.0.1</version>
</parent>

<artifactId>graphwalker-restful</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions graphwalker-studio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ mvn package

The jar is in:
```bash
target/graphwalker-studio-4.0.0-SNAPSHOT.jar
target/graphwalker-studio-4.0.1.jar
```

Run it like:
```bash
java -jar target/graphwalker-studio-4.0.0-SNAPSHOT.jar
java -jar target/graphwalker-studio-4.0.1.jar
```
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.1.0-SNAPSHOT</version>
<version>4.0.1</version>
</parent>

<artifactId>graphwalker-studio</artifactId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-websocket</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.0.1</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.1.0-SNAPSHOT</version>
<version>4.0.1</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.1.0-SNAPSHOT</version>
<version>4.0.1</version>
<packaging>pom</packaging>

<name>GraphWalker Project</name>
Expand Down

0 comments on commit f7d7309

Please sign in to comment.