Browse Source

@laijj@调整ipu-show的pom配置,升级ipu-basic和ipu-cache到3.1-SNAPSHOT版本

赖骏劼 3 years ago
parent
commit
8b845d67f6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      show-server/pom.xml

+ 2 - 1
show-server/pom.xml

@ -126,6 +126,7 @@
126 126
		<dependency>
127 127
			<groupId>com.ai.ipu</groupId>
128 128
			<artifactId>ipu-basic</artifactId>
129
			<version>3.1-SNAPSHOT</version>
129 130
		</dependency>
130 131
		<dependency>
131 132
			<groupId>com.ai.ipu</groupId>
@ -150,7 +151,7 @@
150 151
		<dependency>
151 152
			<groupId>com.ai.ipu</groupId>
152 153
			<artifactId>ipu-cache</artifactId>
153
			<version>3.0</version>
154
			<version>3.1-SNAPSHOT</version>
154 155
		</dependency>
155 156
		<dependency>
156 157
			<groupId>com.ai.wade</groupId>