Skip to content

Commit

Permalink
[RELEASE] prepare release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Apr 12, 2015
1 parent 9da6e19 commit 5e2d034
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 23 deletions.
5 changes: 2 additions & 3 deletions configurate-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
limitations under the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>ninja.leaping.configurate</groupId>
<artifactId>configurate-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<artifactId>configurate-core</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions configurate-gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
limitations under the License.
-->
<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">
<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">
<parent>
<groupId>ninja.leaping.configurate</groupId>
<artifactId>configurate-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 2 additions & 4 deletions configurate-hocon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
limitations under the License.
-->
<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">
<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">
<parent>
<groupId>ninja.leaping.configurate</groupId>
<artifactId>configurate-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 2 additions & 4 deletions configurate-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
limitations under the License.
-->
<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">
<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">
<parent>
<groupId>ninja.leaping.configurate</groupId>
<artifactId>configurate-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 2 additions & 4 deletions configurate-yaml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
limitations under the License.
-->
<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">
<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">
<parent>
<groupId>ninja.leaping.configurate</groupId>
<artifactId>configurate-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
limitations under the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>ninja.leaping.configurate</groupId>
<artifactId>configurate-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<packaging>pom</packaging>
<name>Configurate Parent</name>
<description>A simple configuration library for Java applications that can handle a variety of formats and
Expand Down Expand Up @@ -54,7 +53,8 @@
<connection>scm:git:https://github.com/${gitUrl}.git</connection>
<developerConnection>scm:git:[email protected]:${gitUrl}.git</developerConnection>
<url>https://github.com/${gitUrl}</url>
</scm>
<tag>1.1.1</tag>
</scm>

<distributionManagement>
<snapshotRepository>
Expand Down

0 comments on commit 5e2d034

Please sign in to comment.