File tree 1 file changed +18
-5
lines changed
1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change 20
20
<module >redis-message-client</module >
21
21
<module >redis-message-server</module >
22
22
</modules >
23
+
24
+ <build >
25
+ <plugins >
26
+ <plugin >
27
+ <groupId >org.apache.maven.plugins</groupId >
28
+ <artifactId >maven-compiler-plugin</artifactId >
29
+ <configuration >
30
+ <source >1.7</source >
31
+ <target >1.7</target >
32
+ </configuration >
33
+ </plugin >
34
+ </plugins >
35
+ </build >
23
36
24
37
<dependencyManagement >
25
38
<dependencies >
26
- <dependency >
27
- <groupId >com.cspinformatique.redis.message</groupId >
28
- <artifactId >redis-message-core</artifactId >
29
- <version >0.0.1-SNAPSHOT</version >
30
- </dependency >
31
39
<dependency >
32
40
<groupId >com.cspinformatique</groupId >
33
41
<artifactId >commons</artifactId >
38
46
<artifactId >jredis</artifactId >
39
47
<version >1.0 RC2</version >
40
48
</dependency >
49
+ <dependency >
50
+ <groupId >com.cspinformatique.redis.message</groupId >
51
+ <artifactId >redis-message-core</artifactId >
52
+ <version >${project.version} </version >
53
+ </dependency >
41
54
</dependencies >
42
55
</dependencyManagement >
43
56
</project >
You can’t perform that action at this time.
0 commit comments