Skip to content

Commit

Permalink
jave 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lychie committed Nov 21, 2014
1 parent 5ad5868 commit 54374fe
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 0 deletions.
Binary file not shown.
1 change: 1 addition & 0 deletions snapshots/it/sauronsoftware/jave/1.0.2/jave-1.0.2.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
24f15e7d0ff33233e6cefdd46c9e6dba
1 change: 1 addition & 0 deletions snapshots/it/sauronsoftware/jave/1.0.2/jave-1.0.2.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d0b62ecfb92ec15e7605f53a061ee21610c7154c
28 changes: 28 additions & 0 deletions snapshots/it/sauronsoftware/jave/1.0.2/jave-1.0.2.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0"?>
<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"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>it.sauronsoftware</groupId>
<artifactId>jave</artifactId>
<version>1.0.2</version>
<name>jave</name>
<url>http://maven.apache.org</url>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>lychie-maven-repo</id>
<url>file://${project.basedir}/../maven-repo/snapshots</url>
</repository>
</distributionManagement>
</project>
1 change: 1 addition & 0 deletions snapshots/it/sauronsoftware/jave/1.0.2/jave-1.0.2.pom.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d6deed4f2e865ae6ebcfb46e07592d05
1 change: 1 addition & 0 deletions snapshots/it/sauronsoftware/jave/1.0.2/jave-1.0.2.pom.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f1301c27db51233f1fabc2ff3d93e6b42f1f183a
12 changes: 12 additions & 0 deletions snapshots/it/sauronsoftware/jave/maven-metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>it.sauronsoftware</groupId>
<artifactId>jave</artifactId>
<versioning>
<release>1.0.2</release>
<versions>
<version>1.0.2</version>
</versions>
<lastUpdated>20141121082644</lastUpdated>
</versioning>
</metadata>
1 change: 1 addition & 0 deletions snapshots/it/sauronsoftware/jave/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
72b12333b6f7c72d37a0252c9e93bd43
1 change: 1 addition & 0 deletions snapshots/it/sauronsoftware/jave/maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
886d7c9610d9d0788b7616226370dfbf8f65485f

0 comments on commit 54374fe

Please sign in to comment.