Revision | 4bece257909439e2fe1f512f4120e02fcf689d3f (tree) |
---|---|
Time | 2015-11-06 06:25:15 |
Author | MirrgieRiana |
Commiter | MirrgieRiana |
mirrg-compile-lithiumbromide: version 1.0
@@ -0,0 +1,1 @@ | ||
1 | +7a71cd8e2c47c586b8a1651afa8a13a4 | |
\ No newline at end of file |
@@ -0,0 +1,1 @@ | ||
1 | +768822f1adbe8acc2c04eac979472dd80f7b24c6 | |
\ No newline at end of file |
@@ -0,0 +1,1 @@ | ||
1 | +8224bc9f0f826e961ce05e6c07864668 | |
\ No newline at end of file |
@@ -0,0 +1,1 @@ | ||
1 | +da648dba055c528264362f015105ec99a9ea8ad9 | |
\ No newline at end of file |
@@ -0,0 +1,1 @@ | ||
1 | +ba2a62b4b066aaef6d5f9c5d748a6abd | |
\ No newline at end of file |
@@ -0,0 +1,1 @@ | ||
1 | +6493111fa2d923ddb6881b7cc308a1c984c03363 | |
\ No newline at end of file |
@@ -0,0 +1,46 @@ | ||
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-compile-lithiumbromide</artifactId> | |
7 | + <version>1.0</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-compile-bromine</artifactId> | |
18 | + <version>latest.integration</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 | + <dependency> | |
28 | + <groupId>mirrg</groupId> | |
29 | + <artifactId>mirrg-swing-neon</artifactId> | |
30 | + <version>latest.integration</version> | |
31 | + <scope>test</scope> | |
32 | + </dependency> | |
33 | + <dependency> | |
34 | + <groupId>mirrg</groupId> | |
35 | + <artifactId>mirrg-complex-hydrogen</artifactId> | |
36 | + <version>latest.integration</version> | |
37 | + <scope>test</scope> | |
38 | + </dependency> | |
39 | + <dependency> | |
40 | + <groupId>com.fifesoft</groupId> | |
41 | + <artifactId>rsyntaxtextarea</artifactId> | |
42 | + <version>r239</version> | |
43 | + <scope>test</scope> | |
44 | + </dependency> | |
45 | + </dependencies> | |
46 | +</project> |
@@ -0,0 +1,1 @@ | ||
1 | +ecedef6516e60c2b872ef31e43e966da | |
\ No newline at end of file |
@@ -0,0 +1,1 @@ | ||
1 | +7f2f1de34bafb586531f2c4d271e0d25c41aa081 | |
\ No newline at end of file |
@@ -0,0 +1,12 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<metadata> | |
3 | + <groupId>mirrg</groupId> | |
4 | + <artifactId>mirrg-compile-lithiumbromide</artifactId> | |
5 | + <version>1.0</version> | |
6 | + <versioning> | |
7 | + <versions> | |
8 | + <version>1.0</version> | |
9 | + </versions> | |
10 | + <lastUpdated>20151105212452</lastUpdated> | |
11 | + </versioning> | |
12 | +</metadata> |
@@ -0,0 +1,1 @@ | ||
1 | +0d366ab92e4e68a58ff4fd4dab735f3e | |
\ No newline at end of file |
@@ -0,0 +1,1 @@ | ||
1 | +950575658d2fa51ee9f7c85be083a2e5bb5744fa | |
\ No newline at end of file |
@@ -7,7 +7,7 @@ | ||
7 | 7 | project.group = 'mirrg' |
8 | 8 | project.archivesBaseName = 'mirrg.compile.lithiumbromide' |
9 | 9 | |
10 | -version = '0.0' | |
10 | +version = '1.0' | |
11 | 11 | |
12 | 12 | dependencies { |
13 | 13 | compile group: 'commons-collections', name: 'commons-collections', version: '3.2' |