Skip to content

Commit

Permalink
move RE2/J to version 1.5, allows for Debian packaging
Browse files Browse the repository at this point in the history
See issue #112, this will allow Debian package maintainers to use a
clean version of re2j rather than a commit hash.
  • Loading branch information
sjamesr committed Oct 9, 2020
1 parent cd60131 commit 66840ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ If you're using Maven, you can use the following snippet in your `pom.xml` to ge
<dependency>
<groupId>com.google.re2j</groupId>
<artifactId>re2j</artifactId>
<version>1.4</version>
<version>1.5</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins {
cobertura.coverageFormats = ['html', 'xml']

// The name of the release we're working on. See RELEASING.md for details.
def versionName = '1.4'
def versionName = '1.5'

wrapper {
gradleVersion '4.9'
Expand Down

0 comments on commit 66840ce

Please sign in to comment.