Added 317Provider V1.13

This commit is contained in:
JKetelaar
2015-09-14 14:14:55 +02:00
parent 07b69a7971
commit d7efc2c8b3
4 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"317-api-minified":{ "317-api-minified":{
"groupId":"org.parabot", "groupId":"org.parabot",
"artifactId":"317-api-minified", "artifactId":"317-api-minified",
"version":"1.12" "version":"1.13"
}, },
"client":{ "client":{
"groupId":"org.parabot", "groupId":"org.parabot",
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>org.parabot</groupId>
<artifactId>317-api-minified</artifactId>
<version>1.13</version>
<description>POM was created from install:install-file</description>
</project>
@@ -3,11 +3,12 @@
<groupId>org.parabot</groupId> <groupId>org.parabot</groupId>
<artifactId>317-api-minified</artifactId> <artifactId>317-api-minified</artifactId>
<versioning> <versioning>
<release>1.12</release> <release>1.13</release>
<versions> <versions>
<version>1.1</version> <version>1.1</version>
<version>1.12</version> <version>1.12</version>
<version>1.13</version>
</versions> </versions>
<lastUpdated>20150914114757</lastUpdated> <lastUpdated>20150914121348</lastUpdated>
</versioning> </versioning>
</metadata> </metadata>