Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/querydsl-5.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Jan 16, 2024
2 parents cdcf44a + fe27fa2 commit 0082266
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ derby.log
/devops/test-connection/.lein-repl-history
**/.flattened-pom.xml

.gitignore
.checkstyle

querydsl-gradle-plugin/build/
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.openfeign.querydsl</groupId>
<artifactId>querydsl-root</artifactId>
<version>6.0-SNAPSHOT</version>
<version>5.1.2-SNAPSHOT</version>

<packaging>pom</packaging>
<name>Querydsl</name>
Expand Down
2 changes: 1 addition & 1 deletion querydsl-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>3.1.3</version>
<version>3.4.6</version>
<configuration>
<charset>${character.encoding}</charset>
<scalaVersion>${scala.full.version}</scalaVersion>
Expand Down

0 comments on commit 0082266

Please sign in to comment.