Skip to content

Commit

Permalink
update dss.version for linkis-engine-appconn
Browse files Browse the repository at this point in the history
  • Loading branch information
htyredc committed Oct 25, 2023
1 parent ee16d9c commit 27b1707
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions linkis-engineconn-plugins/appconn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
</parent>

<artifactId>linkis-engineplugin-appconn</artifactId>

<properties>
<dss.revision>1.1.0.17-SNAPSHOT</dss.revision>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.linkis</groupId>
Expand Down Expand Up @@ -64,7 +66,7 @@
<dependency>
<groupId>com.webank.wedatasphere.dss</groupId>
<artifactId>dss-scheduler-appconn</artifactId>
<version>1.1.1</version>
<version>${dss.revision}</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
Expand All @@ -76,19 +78,19 @@
<dependency>
<groupId>com.webank.wedatasphere.dss</groupId>
<artifactId>dss-appconn-manager-client</artifactId>
<version>1.1.1</version>
<version>${dss.revision}</version>
</dependency>

<dependency>
<groupId>com.webank.wedatasphere.dss</groupId>
<artifactId>dss-development-process-standard-execution</artifactId>
<version>1.1.1</version>
<version>${dss.revision}</version>
</dependency>

<dependency>
<groupId>com.webank.wedatasphere.dss</groupId>
<artifactId>dss-common</artifactId>
<version>1.1.1</version>
<version>${dss.revision}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 27b1707

Please sign in to comment.