mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-12 07:50:53 -05:00
WIP
This commit is contained in:
@@ -1 +0,0 @@
|
||||
88e79ca0e696263e63bc9dc759a2e9c0d66e36d9
|
||||
BIN
fixtures/repositories/m2/org/apache/test/2.0.0/test-2.0.0.jar
Normal file
BIN
fixtures/repositories/m2/org/apache/test/2.0.0/test-2.0.0.jar
Normal file
Binary file not shown.
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>org.apache</groupId>
|
||||
<artifactId>test</artifactId>
|
||||
<version>2.0.0</version>
|
||||
|
||||
<name>test</name>
|
||||
|
||||
<description>
|
||||
test
|
||||
</description>
|
||||
</project>
|
||||
@@ -20,5 +20,12 @@
|
||||
<metadata>
|
||||
<groupId>org.apache</groupId>
|
||||
<artifactId>test</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</metadata>
|
||||
<versioning>
|
||||
<latest>2.0.0</latest>
|
||||
<release>2.0.0</release>
|
||||
<versions>
|
||||
<version>1.0.0</version>
|
||||
<version>2.0.0</version>
|
||||
</versions>
|
||||
</versioning>
|
||||
</metadata>
|
||||
|
||||
Reference in New Issue
Block a user