Browse Source

修改依赖jar版本为snapshot版

zhanglong7 6 years ago
parent
commit
1661a0764b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ipu-plugin-basic/pom.xml

+ 1 - 1
ipu-plugin-basic/pom.xml

@ -66,7 +66,7 @@
66 66
		<dependency>
67 67
			<groupId>com.ai.ipu.mobile</groupId>
68 68
			<artifactId>ipu-plugin-extend</artifactId>
69
			<version>3.0</version>
69
			<version>${ipu}</version>
70 70
		</dependency>
71 71
	</dependencies>
72 72
</project>