Skip to content

Commit

Permalink
Improving api
Browse files Browse the repository at this point in the history
Autocommit Thu Jan 15 10:35:01 EST 2015
  • Loading branch information
mxro committed Jan 14, 2015
1 parent f6a0c80 commit b22bbd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><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/xsd/maven-4.0.0.xsd">
<groupId>de.mxro.async.properties</groupId>
<artifactId>async-properties</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
<description>Async Properties is a Java library to store and retrieve properties in an asynchronous manner.</description>
<url>https://github.com/mxro/async-properties</url>
<properties>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>de.mxro.json</groupId>
<artifactId>java-json</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit b22bbd1

Please sign in to comment.