Browse Source

更新master分支pom文件

zhanglong7 5 years ago
parent
commit
817b597fc7
2 changed files with 9 additions and 3 deletions
  1. 6 1
      ipu-mobile-ui/pom.xml
  2. 3 2
      ipu-plugin-basic/pom.xml

+ 6 - 1
ipu-mobile-ui/pom.xml

@ -4,7 +4,7 @@
4 4
	<parent>
5 5
		<groupId>com.ai.ipu.mobile</groupId>
6 6
		<artifactId>ipu-mobile-aggregator</artifactId>
7
		<version>3.0-SNAPSHOT</version>
7
		<version>3.1-SNAPSHOT</version>
8 8
	</parent>
9 9
10 10
	<artifactId>ipu-mobile-ui</artifactId>
@ -40,5 +40,10 @@
40 40
			<groupId>com.ai.ipu</groupId>
41 41
			<artifactId>ipu-basic</artifactId>
42 42
		</dependency>
43
		<dependency>
44
			<groupId>com.ai.ipu.mobile</groupId>
45
			<artifactId>ipu-mobile-basic</artifactId>
46
			<version>${ipu}</version>
47
		</dependency>
43 48
	</dependencies>
44 49
</project>

+ 3 - 2
ipu-plugin-basic/pom.xml

@ -4,7 +4,7 @@
4 4
	<parent>
5 5
		<groupId>com.ai.ipu.mobile</groupId>
6 6
		<artifactId>ipu-mobile-aggregator</artifactId>
7
		<version>3.0-SNAPSHOT</version>
7
		<version>3.1-SNAPSHOT</version>
8 8
	</parent>
9 9
10 10
	<artifactId>ipu-plugin-basic</artifactId>
@ -53,6 +53,7 @@
53 53
		<dependency>
54 54
			<groupId>com.ai.ipu</groupId>
55 55
			<artifactId>ipu-basic</artifactId>
56
			<version>${ipu}</version>
56 57
		</dependency>
57 58
		<dependency>
58 59
			<groupId>com.ai.ipu.mobile</groupId>
@ -86,7 +87,7 @@
86 87
		<dependency>
87 88
			<groupId>com.ai.ipu.mobile</groupId>
88 89
			<artifactId>ipu-mobile-rn</artifactId>
89
			<version>${ipu}</version>
90
			<version>3.0-SNAPSHOT</version> <!-- 暂时没有3.1 -->
90 91
		</dependency>
91 92
	</dependencies>
92 93
</project>