try to release again
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
<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">
|
||||
<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>com.github.javafaker</groupId>
|
||||
<artifactId>javafaker</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>0.2</version>
|
||||
<version>0.2-SNAPSHOT</version>
|
||||
<name>Java Faker</name>
|
||||
<description>
|
||||
This library is a port of Ruby's stympy/faker gem (as well as Perl's Data::Faker library) that generates fake data.
|
||||
@@ -19,7 +20,7 @@
|
||||
</licenses>
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/DiUS/java-faker.git</connection>
|
||||
<developerConnection>scm:git:git://github.com/DiUS/java-faker.git</developerConnection>
|
||||
<developerConnection>scm:git:git@github.com:DiUS/java-faker.git</developerConnection>
|
||||
<url>git://github.com/DiUS/java-faker.git</url>
|
||||
</scm>
|
||||
<developers>
|
||||
|
||||
Reference in New Issue
Block a user