Skip to content

Commit

Permalink
Bump to 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
valentjn committed Jul 11, 2020
1 parent 8e9e33d commit 7a4ea03
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ltexls-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.bsplines</groupId>
<artifactId>ltexls-core</artifactId>
<version>6.0.1</version>
<version>6.0.2</version>
<properties>
<errorProneJavac>${com.google.errorprone:javac:jar}</errorProneJavac>
</properties>
<parent>
<groupId>org.bsplines</groupId>
<artifactId>ltexls</artifactId>
<version>6.0.1</version>
<version>6.0.2</version>
</parent>
<dependencies>
<dependency>
<groupId>org.bsplines</groupId>
<artifactId>ltexls-languagetool-patch</artifactId>
<version>6.0.1</version>
<version>6.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions ltexls-languagetool-patch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.bsplines</groupId>
<artifactId>ltexls-languagetool-patch</artifactId>
<version>6.0.1</version>
<version>6.0.2</version>
<parent>
<groupId>org.bsplines</groupId>
<artifactId>ltexls</artifactId>
<version>6.0.1</version>
<version>6.0.2</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.bsplines</groupId>
<artifactId>ltexls</artifactId>
<version>6.0.1</version>
<version>6.0.2</version>
<packaging>pom</packaging>
<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down

0 comments on commit 7a4ea03

Please sign in to comment.