リビジョン | 91f668d8274c99cb7fbb51a27dd4c3521fbbf90c (tree) |
---|---|
日時 | 2015-08-15 19:20:51 |
作者 | MirrgieRiana |
コミッター | MirrgieRiana |
ディレクトリ構成変更: projects/*/maven -> maven
@@ -0,0 +1,1 @@ | ||
1 | +2c3715f2bdd7a17e5c724f65010b4198 | |
\ No newline at end of file |
@@ -0,0 +1,1 @@ | ||
1 | +83a3438a269592070b12b96fcae555dd21df9810 | |
\ No newline at end of file |
@@ -0,0 +1,22 @@ | ||
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.struct.hydrogen</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>junit</groupId> | |
17 | + <artifactId>junit</artifactId> | |
18 | + <version>4.+</version> | |
19 | + <scope>test</scope> | |
20 | + </dependency> | |
21 | + </dependencies> | |
22 | +</project> |
@@ -0,0 +1,1 @@ | ||
1 | +ab75711a38535c3cfd1d1982caa26887 | |
\ No newline at end of file |
@@ -0,0 +1,1 @@ | ||
1 | +736bd063370b1498ee8623cd1c60ae9499c2d150 | |
\ 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.struct.hydrogen</artifactId> | |
5 | + <version>1.0</version> | |
6 | + <versioning> | |
7 | + <versions> | |
8 | + <version>1.0</version> | |
9 | + </versions> | |
10 | + <lastUpdated>20150815101906</lastUpdated> | |
11 | + </versioning> | |
12 | +</metadata> |
@@ -0,0 +1,1 @@ | ||
1 | +7a0686ae5f25506c38e9404e63f1f778 | |
\ No newline at end of file |
@@ -0,0 +1,1 @@ | ||
1 | +f683d16975a502e728182c1a9daac90f6741800b | |
\ No newline at end of file |
@@ -34,7 +34,7 @@ | ||
34 | 34 | uploadArchives { |
35 | 35 | repositories { |
36 | 36 | mavenDeployer { |
37 | - repository(url: 'file://localhost/' + file('maven').getAbsolutePath()) | |
37 | + repository(url: 'file://localhost/' + file('../../maven').getAbsolutePath()) | |
38 | 38 | } |
39 | 39 | } |
40 | 40 | } |
@@ -1,1 +0,0 @@ | ||
1 | -64799abc44ec2ebce6bae9a8095629f2 | |
\ No newline at end of file |
@@ -1,1 +0,0 @@ | ||
1 | -84290b8c71f73d5998e79b4b8709262e1a2f68ad | |
\ No newline at end of file |
@@ -1,22 +0,0 @@ | ||
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.struct.hydrogen</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>junit</groupId> | |
17 | - <artifactId>junit</artifactId> | |
18 | - <version>4.+</version> | |
19 | - <scope>test</scope> | |
20 | - </dependency> | |
21 | - </dependencies> | |
22 | -</project> |
@@ -1,1 +0,0 @@ | ||
1 | -ab75711a38535c3cfd1d1982caa26887 | |
\ No newline at end of file |
@@ -1,1 +0,0 @@ | ||
1 | -736bd063370b1498ee8623cd1c60ae9499c2d150 | |
\ No newline at end of file |
@@ -1,12 +0,0 @@ | ||
1 | -<?xml version="1.0" encoding="UTF-8"?> | |
2 | -<metadata> | |
3 | - <groupId>mirrg</groupId> | |
4 | - <artifactId>mirrg.struct.hydrogen</artifactId> | |
5 | - <version>1.0</version> | |
6 | - <versioning> | |
7 | - <versions> | |
8 | - <version>1.0</version> | |
9 | - </versions> | |
10 | - <lastUpdated>20150815092529</lastUpdated> | |
11 | - </versioning> | |
12 | -</metadata> |
@@ -1,1 +0,0 @@ | ||
1 | -a710bce782b2fd65ef1c728ba313579a | |
\ No newline at end of file |
@@ -1,1 +0,0 @@ | ||
1 | -57bd2b5495b1c92ff2ff269e01153830b56c0f29 | |
\ No newline at end of file |