Skip to content

Commit

Permalink
set dal version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c7ch23en committed Sep 2, 2019
1 parent 8f123af commit b26314e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions dal-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ctrip.platform</groupId>
<artifactId>dal-client</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<properties>
<dal-cluster.version>1.0.0-SNAPSHOT</dal-cluster.version>
<dal-cluster.version>1.0.0</dal-cluster.version>
<ver.version>${project.version}</ver.version>
<javax-persistence-version>1.0.2</javax-persistence-version>
<commons-codec-version>1.8</commons-codec-version>
Expand Down Expand Up @@ -195,8 +195,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
<encoding>${file_encoding}</encoding>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
Expand Down
4 changes: 2 additions & 2 deletions dal-cluster-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ctrip.framework.dal</groupId>
<artifactId>dal-cluster-client</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<properties>
<java.version>1.7</java.version>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<slf4j.version>1.7.2</slf4j.version>
Expand Down

0 comments on commit b26314e

Please sign in to comment.