修订版 | 2dd8d1f841f922594470e6b3004772d2e7014df4 (tree) |
---|---|
时间 | 2015-10-04 07:09:22 |
作者 | MirrgieRiana |
Commiter | MirrgieRiana |
mirrg.applet.nitrogen verion 1.3
@@ -0,0 +1,1 @@ | ||
1 | +74348c9321f0a737728d313ca29bb8c4 | |
\ No newline at end of file |
@@ -0,0 +1,1 @@ | ||
1 | +570c2b26a74ec5d7deba572550638fcedba3b5db | |
\ 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.3</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>junit</groupId> | |
17 | + <artifactId>junit</artifactId> | |
18 | + <version>4.+</version> | |
19 | + <scope>test</scope> | |
20 | + </dependency> | |
21 | + <dependency> | |
22 | + <groupId>mirrg</groupId> | |
23 | + <artifactId>mirrg-event-nitrogen</artifactId> | |
24 | + <version>1.0</version> | |
25 | + <scope>compile</scope> | |
26 | + </dependency> | |
27 | + </dependencies> | |
28 | +</project> |
@@ -0,0 +1,1 @@ | ||
1 | +5aacc9cacb5f84a6ce4c485b2649402b | |
\ No newline at end of file |
@@ -0,0 +1,1 @@ | ||
1 | +78432776eed5fed175086de459b84b172205c133 | |
\ No newline at end of file |
@@ -8,7 +8,8 @@ | ||
8 | 8 | <version>1.0</version> |
9 | 9 | <version>1.1</version> |
10 | 10 | <version>1.2</version> |
11 | + <version>1.3</version> | |
11 | 12 | </versions> |
12 | - <lastUpdated>20151003220145</lastUpdated> | |
13 | + <lastUpdated>20151003220811</lastUpdated> | |
13 | 14 | </versioning> |
14 | 15 | </metadata> |
@@ -1,1 +1,1 @@ | ||
1 | -568cc6356757cf325f8035a9aa6dbacf | |
\ No newline at end of file | ||
1 | +e5e297ba8195cbe1e28e5b2bcb2eb691 | |
\ No newline at end of file |
@@ -1,1 +1,1 @@ | ||
1 | -09408a7f3b87b820c45078f24c4580b37777f5a3 | |
\ No newline at end of file | ||
1 | +3508c4b626ccd8ec78188a4311115c4f63ff3b48 | |
\ No newline at end of file |
@@ -7,7 +7,7 @@ | ||
7 | 7 | project.group = 'mirrg' |
8 | 8 | project.archivesBaseName = 'mirrg.applet.nitrogen' |
9 | 9 | |
10 | -version = '1.2' | |
10 | +version = '1.3' | |
11 | 11 | |
12 | 12 | dependencies { |
13 | 13 | compile group: 'commons-collections', name: 'commons-collections', version: '3.2' |