diff options
author | snowleo <schneeleo@gmail.com> | 2013-04-07 15:00:40 +0200 |
---|---|---|
committer | snowleo <schneeleo@gmail.com> | 2013-04-07 15:00:40 +0200 |
commit | dbf0125eec13ada653bb1c9134f689f56d5c5e83 (patch) | |
tree | 115554e27f51d101751dbd09dba473a5c17b4c50 /EssentialsChat/pom.xml | |
parent | ee98136fc50f842231cb9052c40578d54e3d75a6 (diff) | |
download | Essentials-dbf0125eec13ada653bb1c9134f689f56d5c5e83.tar Essentials-dbf0125eec13ada653bb1c9134f689f56d5c5e83.tar.gz Essentials-dbf0125eec13ada653bb1c9134f689f56d5c5e83.tar.lz Essentials-dbf0125eec13ada653bb1c9134f689f56d5c5e83.tar.xz Essentials-dbf0125eec13ada653bb1c9134f689f56d5c5e83.zip |
Format everything using Netbeans
Diffstat (limited to 'EssentialsChat/pom.xml')
-rw-r--r-- | EssentialsChat/pom.xml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/EssentialsChat/pom.xml b/EssentialsChat/pom.xml index e59886710..6be18a14c 100644 --- a/EssentialsChat/pom.xml +++ b/EssentialsChat/pom.xml @@ -1,20 +1,20 @@ <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> + <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>net.essentials3</groupId> - <artifactId>BuildAll</artifactId> - <version>3.0-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> - </parent> + <parent> + <groupId>net.essentials3</groupId> + <artifactId>BuildAll</artifactId> + <version>3.0-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> + </parent> - <artifactId>EssentialsChat</artifactId> - <dependencies> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>Essentials</artifactId> - <version>${project.version}</version> - </dependency> - </dependencies> + <artifactId>EssentialsChat</artifactId> + <dependencies> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>Essentials</artifactId> + <version>${project.version}</version> + </dependency> + </dependencies> </project> |