Skip to content

Commit

Permalink
修改scala版本为2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lihuimin authored and lihuimin committed Dec 1, 2017
1 parent 9f1ded9 commit 5985651
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dapeng-code-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>dapeng-code-generator_2.12</artifactId>
<artifactId>dapeng-code-generator_2.11</artifactId>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -47,7 +47,7 @@
<!--twitter-->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>scrooge-generator_2.12</artifactId>
<artifactId>scrooge-generator_2.11</artifactId>
<version>4.18.0</version>
<exclusions>
<exclusion>
Expand All @@ -63,7 +63,7 @@

<dependency>
<groupId>com.twitter</groupId>
<artifactId>scrooge-core_2.12</artifactId>
<artifactId>scrooge-core_2.11</artifactId>
<version>4.18.0</version>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion dapeng-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

<dependency>
<groupId>com.isuwang</groupId>
<artifactId>dapeng-code-generator</artifactId>
<artifactId>dapeng-code-generator_2.11</artifactId>
<version>1.2.2</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit 5985651

Please sign in to comment.