aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-examples
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2019-06-01 16:15:26 +0000
committerClaude Brisson <cbrisson@apache.org>2019-06-01 16:15:26 +0000
commit59adf613d64b16683e5f959297531fcfac7493ee (patch)
tree9324ae8b7d8f00f536c3224ed81a65dae81ed6e7 /velocity-engine-examples
parent6e656ecc05da922c142e88cc98c84b60e0bfe27c (diff)
downloadapache-velocity-engine-59adf613d64b16683e5f959297531fcfac7493ee.tar.gz
[engine][VELOCITY-917] Fix pom.xml files indentation, reorder velocity-engine-plugin build plugins (no code change)
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/branches/parser_experiments@1860484 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'velocity-engine-examples')
-rw-r--r--velocity-engine-examples/pom.xml59
1 files changed, 30 insertions, 29 deletions
diff --git a/velocity-engine-examples/pom.xml b/velocity-engine-examples/pom.xml
index 7620e9d9..d60dc8c6 100644
--- a/velocity-engine-examples/pom.xml
+++ b/velocity-engine-examples/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
@@ -19,36 +20,36 @@
-->
<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>org.apache.velocity</groupId>
- <artifactId>velocity-engine-parent</artifactId>
- <version>2.2-SNAPSHOT</version>
- </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.velocity</groupId>
+ <artifactId>velocity-engine-parent</artifactId>
+ <version>2.2-SNAPSHOT</version>
+ </parent>
- <artifactId>velocity-engine-examples</artifactId>
- <name>Apache Velocity Engine - Examples</name>
- <description>Very simple examples to use Velocity</description>
+ <artifactId>velocity-engine-examples</artifactId>
+ <name>Apache Velocity Engine - Examples</name>
+ <description>Very simple examples to use Velocity</description>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
- <dependencies>
- <dependency>
- <groupId>org.apache.velocity</groupId>
- <artifactId>velocity-engine-core</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.jdom</groupId>
- <artifactId>jdom</artifactId>
- <version>1.1</version>
- </dependency>
- </dependencies>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.velocity</groupId>
+ <artifactId>velocity-engine-core</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jdom</groupId>
+ <artifactId>jdom</artifactId>
+ <version>1.1</version>
+ </dependency>
+ </dependencies>
</project>