Skip to content

Commit 0082266

Browse files
committed
Merge remote-tracking branch 'origin/querydsl-5.0.0'
2 parents cdcf44a + fe27fa2 commit 0082266

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ derby.log
2222
/devops/test-connection/.lein-repl-history
2323
**/.flattened-pom.xml
2424

25+
.gitignore
2526
.checkstyle
2627

2728
querydsl-gradle-plugin/build/

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.github.openfeign.querydsl</groupId>
66
<artifactId>querydsl-root</artifactId>
7-
<version>6.0-SNAPSHOT</version>
7+
<version>5.1.2-SNAPSHOT</version>
88

99
<packaging>pom</packaging>
1010
<name>Querydsl</name>

querydsl-scala/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
<plugin>
154154
<groupId>net.alchim31.maven</groupId>
155155
<artifactId>scala-maven-plugin</artifactId>
156-
<version>3.1.3</version>
156+
<version>3.4.6</version>
157157
<configuration>
158158
<charset>${character.encoding}</charset>
159159
<scalaVersion>${scala.full.version}</scalaVersion>

0 commit comments

Comments
 (0)