Skip to content

Commit

Permalink
Merge branch 'main' into feature/determinism
Browse files Browse the repository at this point in the history
  • Loading branch information
Gram21 authored Aug 22, 2023
2 parents 9236eb6 + 6f2be10 commit 6568c10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</distributionManagement>

<properties>
<revision>0.20.0-SNAPSHOT</revision>
<revision>0.21.0-SNAPSHOT</revision>
<ardoco.version>${revision}</ardoco.version>

<project.source.encoding>UTF-8</project.source.encoding>
Expand Down Expand Up @@ -564,10 +564,10 @@
<configuration>
<ruleSet>
<rule>
<groupId>org.jetbrains.kotlin</groupId>
<groupId>*</groupId>
<ignoreVersion>
<type>regex</type>
<version>.+-(alpha|Alpha|beta|Beta).*</version>
<version>.+-(alpha|Alpha|beta|Beta|RC).*</version>
</ignoreVersion>
</rule>
</ruleSet>
Expand Down
2 changes: 1 addition & 1 deletion stages/text-extraction/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>3.0.0-RC1</version>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 6568c10

Please sign in to comment.