修訂 | 6af51c793c86e17b3529d78338a6618dd091db91 (tree) |
---|---|
時間 | 2015-10-18 13:09:12 |
作者 | MirrgieRiana |
Commiter | MirrgieRiana |
mirrg.applet.nitrogen version 1.5
@@ -0,0 +1,1 @@ | ||
1 | +c15c344793776f6b976b792079c871a8 | |
\ No newline at end of file |
@@ -0,0 +1,1 @@ | ||
1 | +c24f463435a578ec8727afe539a85a67e0230e4a | |
\ No newline at end of file |
@@ -0,0 +1,1 @@ | ||
1 | +e745f42f03641caeda96ba711883f3a8 | |
\ No newline at end of file |
@@ -0,0 +1,1 @@ | ||
1 | +9cca492ee5d6eaaf8b25935ab1927d92108c4a70 | |
\ No newline at end of file |
@@ -0,0 +1,1 @@ | ||
1 | +271ec2789ff81ae80e4a39f5239ee32f | |
\ No newline at end of file |
@@ -0,0 +1,1 @@ | ||
1 | +b678f79c87fa22a34d8e0be00a4d06ff5aee48c4 | |
\ No newline at end of file |
@@ -0,0 +1,28 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | |
3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
4 | + <modelVersion>4.0.0</modelVersion> | |
5 | + <groupId>mirrg</groupId> | |
6 | + <artifactId>mirrg-applet-nitrogen</artifactId> | |
7 | + <version>1.5</version> | |
8 | + <dependencies> | |
9 | + <dependency> | |
10 | + <groupId>commons-collections</groupId> | |
11 | + <artifactId>commons-collections</artifactId> | |
12 | + <version>3.2</version> | |
13 | + <scope>compile</scope> | |
14 | + </dependency> | |
15 | + <dependency> | |
16 | + <groupId>mirrg</groupId> | |
17 | + <artifactId>mirrg-event-nitrogen</artifactId> | |
18 | + <version>2.+</version> | |
19 | + <scope>compile</scope> | |
20 | + </dependency> | |
21 | + <dependency> | |
22 | + <groupId>junit</groupId> | |
23 | + <artifactId>junit</artifactId> | |
24 | + <version>4.+</version> | |
25 | + <scope>test</scope> | |
26 | + </dependency> | |
27 | + </dependencies> | |
28 | +</project> |
@@ -0,0 +1,1 @@ | ||
1 | +46997b2990edf4c3b88a4ecbccb981f7 | |
\ No newline at end of file |
@@ -0,0 +1,1 @@ | ||
1 | +d4048a3138d8f22f29c30e6f23c8f1af97725524 | |
\ No newline at end of file |
@@ -10,7 +10,8 @@ | ||
10 | 10 | <version>1.2</version> |
11 | 11 | <version>1.3</version> |
12 | 12 | <version>1.4</version> |
13 | + <version>1.5</version> | |
13 | 14 | </versions> |
14 | - <lastUpdated>20151011101237</lastUpdated> | |
15 | + <lastUpdated>20151018040834</lastUpdated> | |
15 | 16 | </versioning> |
16 | 17 | </metadata> |
@@ -1,1 +1,1 @@ | ||
1 | -45bf5bfc48e6109aa90dea6ea985b62f | |
\ No newline at end of file | ||
1 | +f56dffc7babf3b38c9c4697622cdf27e | |
\ No newline at end of file |
@@ -1,1 +1,1 @@ | ||
1 | -850ac05f5f42ce752f4044c5bd29369a00b9fdbe | |
\ No newline at end of file | ||
1 | +099df9f53b3571ad696843283dfceff44e869f1b | |
\ No newline at end of file |
@@ -7,12 +7,12 @@ | ||
7 | 7 | project.group = 'mirrg' |
8 | 8 | project.archivesBaseName = 'mirrg.applet.nitrogen' |
9 | 9 | |
10 | -version = '1.4' | |
10 | +version = '1.5' | |
11 | 11 | |
12 | 12 | dependencies { |
13 | 13 | compile group: 'commons-collections', name: 'commons-collections', version: '3.2' |
14 | 14 | testCompile group: 'junit', name: 'junit', version: '4.+' |
15 | - compile group: 'mirrg', name: 'mirrg-event-nitrogen', version: '1.1' | |
15 | + compile group: 'mirrg', name: 'mirrg-event-nitrogen', version: '2.+' | |
16 | 16 | } |
17 | 17 | |
18 | 18 | /////////////////////////////////// |