Skip to content

Commit

Permalink
maven - bump version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lytles@takashi committed Sep 27, 2018
1 parent e9ebda3 commit 81c0094
Show file tree
Hide file tree
Showing 4 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 @@ -22,7 +22,7 @@ see the `demo` and `pshell` directories for some usage examples
<dependency>
<groupId>com.nqzero</groupId>
<artifactId>permit-reflect</artifactId>
<version>0.2</version>
<version>0.3</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.nqzero</groupId>
<artifactId>demo-permit</artifactId>
<version>0.2</version>
<version>0.3</version>
<dependencies>
<dependency>
<groupId>com.nqzero</groupId>
<artifactId>permit-reflect</artifactId>
<version>0.2</version>
<version>0.3</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.nqzero</groupId>
<artifactId>permit-reflect</artifactId>
<version>0.2</version>
<version>0.3</version>
<parent>
<groupId>com.nqzero</groupId>
<artifactId>soup-project</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pshell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.nqzero</groupId>
<artifactId>permit-shell</artifactId>
<version>0.2</version>
<version>0.3</version>
<dependencies>
<dependency>
<groupId>com.nqzero</groupId>
<artifactId>permit-reflect</artifactId>
<version>0.2</version>
<version>0.3</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 81c0094

Please sign in to comment.