Author: cbrisson
Date: Sun Mar  3 15:03:39 2019
New Revision: 32730

Log:
[dist/engine] Publish 2.1 to staging area

Added:
    dev/velocity/velocity-engine/2.1/
    dev/velocity/velocity-engine/2.1/release-notes.html
    dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-javadoc.jar   
(with props)
    dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-javadoc.jar.asc
    
dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-javadoc.jar.asc.sha256
    dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-javadoc.jar.sha256
    dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-sources.jar   
(with props)
    dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-sources.jar.asc
    
dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-sources.jar.asc.sha256
    dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-sources.jar.sha256
    dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.jar   (with props)
    dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.jar.asc
    dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.jar.asc.sha256
    dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.jar.sha256
    dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.pom
    dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.pom.asc
    dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.pom.asc.sha256
    dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.pom.sha256
    dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-javadoc.jar   
(with props)
    
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-javadoc.jar.asc
    
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-javadoc.jar.asc.sha256
    
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-javadoc.jar.sha256
    dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-sources.jar   
(with props)
    
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-sources.jar.asc
    
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-sources.jar.asc.sha256
    
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-sources.jar.sha256
    dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.jar   (with 
props)
    dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.jar.asc
    dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.jar.asc.sha256
    dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.jar.sha256
    dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.pom
    dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.pom.asc
    dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.pom.asc.sha256
    dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.pom.sha256
    dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-javadoc.jar  
 (with props)
    
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-javadoc.jar.asc
    
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-javadoc.jar.asc.sha256
    
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-javadoc.jar.sha256
    dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-sources.jar  
 (with props)
    
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-sources.jar.asc
    
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-sources.jar.asc.sha256
    
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-sources.jar.sha256
    dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.jar   (with 
props)
    dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.jar.asc
    
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.jar.asc.sha256
    dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.jar.sha256
    dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.pom
    dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.pom.asc
    
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.pom.asc.sha256
    dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.pom.sha256

Added: dev/velocity/velocity-engine/2.1/release-notes.html
==============================================================================
--- dev/velocity/velocity-engine/2.1/release-notes.html (added)
+++ dev/velocity/velocity-engine/2.1/release-notes.html Sun Mar  3 15:03:39 2019
@@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=utf-8">
+    <title>Velocity Engine 2.1</title>
+  </head>
+  <body>
+    <h1>Velocity Engine 2.1 Release Notes</h1>
+    <p>The Velocity team is pleased to announce the availability of Velocity 
Engine 2.1.</p>
+    <p>This is a maintenance release which provides several bugfixes, along 
with two new VTL syntax constructs:</p>
+    <ul>
+      <li>Alternate reference values: <code>${foo|'foo'}</code> evaluates to 
false whenever boolean evaluation of <code>$foo</code> is false.</li>
+      <li>Default block for empty loops:<br/>
+        <code>
+          <pre>
+#foreach($i in $collection)
+  ...
+#else
+  Nothing to display
+#end
+</code></li>
+    </ul>
+    <p>For a full list of changes, consult <a 
href="http://velocity.apache.org/engine/2.1/changes.html";>Velocity Engine 2.1 
Changes section</a> and <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310104&version=12344272";>JIRA
 changelog</a>.</p>
+    <p>For notes on upgrading from Velocity 1.x, see <a 
href="http://velocity.apache.org/engine/2.1/upgrading.html";>Velocity Engine 2.1 
Upgrading section</a>.</p>
+    <p>Note for Velocity Tools users: Velocity Tools 3.0 is fully compatible 
with Velocity Engine 2.1.</p>
+  </body>
+</html>

Added: dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: 
dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-javadoc.jar.asc
==============================================================================
--- dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-javadoc.jar.asc 
(added)
+++ dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-javadoc.jar.asc 
Sun Mar  3 15:03:39 2019
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEzkQ5wb7z2oOxgy+dvv7vInqYuAkFAlx763IACgkQvv7vInqY
+uAkGcAf+KF/S1mvIKrmJLMcxJHzw+P486iFJOtA574YPjcABZ5Oafeeu4WUt0kT0
+YnzLoVz/cZ/OnxnzDnDjw/+k81WH3tJM8CMqJyXMKp4hHh3GbW2mH350KXtVonsg
+bEpbZyEYlugyi+K1bEXurZntOVtK3zHvAFdE7AGOoRj0Ak1HJc+Rfl1Ap1RyaVFj
+u6Ri0RocH7EDVqAGN34Sal8s0jDkiU94DtJiUG47wXnV52Wqc/NmOpDsSlUfHQX+
+TVpDiPLOsLDZX/IdA6n7BGQ9hEGf1VaZwD6jyHgw1A0DgRg7XW6np1UdQlc1NUu6
+1Xp094xgcBiIB5nBDy4D0oW0e5/QBA==
+=qeSY
+-----END PGP SIGNATURE-----

Added: 
dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-javadoc.jar.asc.sha256
==============================================================================
--- 
dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-javadoc.jar.asc.sha256
 (added)
+++ 
dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-javadoc.jar.asc.sha256
 Sun Mar  3 15:03:39 2019
@@ -0,0 +1 @@
+0c728e1dd1cb78340c813b6b00908a65cba6b07dd10a163e84a568a8a272e711  -

Added: 
dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-javadoc.jar.sha256
==============================================================================
--- 
dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-javadoc.jar.sha256 
(added)
+++ 
dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-javadoc.jar.sha256 
Sun Mar  3 15:03:39 2019
@@ -0,0 +1 @@
+91c20e307412ebdfa43bd907fd48885049c77031e170160a1e4712db388faadc  -

Added: dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: 
dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-sources.jar.asc
==============================================================================
--- dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-sources.jar.asc 
(added)
+++ dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-sources.jar.asc 
Sun Mar  3 15:03:39 2019
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEzkQ5wb7z2oOxgy+dvv7vInqYuAkFAlx763IACgkQvv7vInqY
+uAmSoAgAkGs/xQFc5MhNGr/kWFEKodNST4oNCuqwmTBv43Ut2VVkF2slpHT4qHeg
+aIKdGr6BGpiy6UymYI0nEQDjMWpX/DlGmfzubYIfjEd/DCrJGdX0L7IHrUhQz9ey
+Jj8ErQqJN4+GlU8ZyBDq2I9INIYB6yaAw4ZswwoYirEtqeeUNcAnyluU/iypzubr
+YUf3OWHA/I78UmCX3xI1YMLwTcpTD/aA++tULxaYQNNi4r15TQiwBX8q82VdQQwW
+mlGFJ/2VN2VUiM81fhl06yflIbASynQbVjqdvYNfd18WRYvoa5mP1d5HlUkGYYgP
+C/UBKNrvc2k3qVKkUrr977oZRocAeA==
+=1Xi4
+-----END PGP SIGNATURE-----

Added: 
dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-sources.jar.asc.sha256
==============================================================================
--- 
dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-sources.jar.asc.sha256
 (added)
+++ 
dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-sources.jar.asc.sha256
 Sun Mar  3 15:03:39 2019
@@ -0,0 +1 @@
+fe627c498194b960bd0fdb5baa56137e58e75ca5f70240adddbba38a72eff092  -

Added: 
dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-sources.jar.sha256
==============================================================================
--- 
dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-sources.jar.sha256 
(added)
+++ 
dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1-sources.jar.sha256 
Sun Mar  3 15:03:39 2019
@@ -0,0 +1 @@
+1884b2ea2457085c9e0ab9c70da6edb5106b6178a5eb982975a5ee1cf1057fc4  -

Added: dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.jar.asc
==============================================================================
--- dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.jar.asc (added)
+++ dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.jar.asc Sun Mar  
3 15:03:39 2019
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEzkQ5wb7z2oOxgy+dvv7vInqYuAkFAlx763EACgkQvv7vInqY
+uAkcCAf/dz4GG5KTvwZkLjg7JX/x+RomgbowDIV355ukl9JA9Mi6EDY3udZLCEHe
+S2cj93hdkeD7nlNIQMYzhygSyaSDUh/IAf43kRF89YLmGacJ0YU/qlix0eCikgEz
+vEJpUIJegE8Z/WgAFaaUmmQd/xUiG+d6Sa6+2xravpI5KbIVFP0yi2/KncCxobH+
+VAn2GK6X2EYgycFpNSooens+ex68cj1K8P0sWYHzN7a/sMJPS2da1XcvvI0nEGAv
+JholNXqYoze9mNYIDam625vRWhzDdM/JAzliqUjVhApp8UCS3zoVbYgyEPyXcOxl
+AVfq1KBg52TNhON/b31HE1VmZGcCzw==
+=HHTT
+-----END PGP SIGNATURE-----

Added: dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.jar.asc.sha256
==============================================================================
--- dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.jar.asc.sha256 
(added)
+++ dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.jar.asc.sha256 
Sun Mar  3 15:03:39 2019
@@ -0,0 +1 @@
+eab97c2837d1e09ee41f43b52e471002089431f4bce54cf487a24321f4df0480  -

Added: dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.jar.sha256
==============================================================================
--- dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.jar.sha256 (added)
+++ dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.jar.sha256 Sun 
Mar  3 15:03:39 2019
@@ -0,0 +1 @@
+a78079aba1402e89b1a8840f8057d70f4a053c808d8fa192013078c8c63b0fc7  -

Added: dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.pom
==============================================================================
--- dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.pom (added)
+++ dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.pom Sun Mar  3 
15:03:39 2019
@@ -0,0 +1,216 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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/maven-v4_0_0.xsd";>
+  <parent>
+    <artifactId>velocity-engine-parent</artifactId>
+    <groupId>org.apache.velocity</groupId>
+    <version>2.1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>velocity-engine-core</artifactId>
+  <name>Apache Velocity - Engine</name>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-resources-plugin</artifactId>
+        <version>3.0.1</version>
+        <configuration>
+          <useDefaultDelimiters>false</useDefaultDelimiters>
+          <delimiters>
+            <delimiter>${*}</delimiter>
+          </delimiters>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-shade-plugin</artifactId>
+        <version>1.4</version>
+        <executions>
+          <execution>
+            <id>shade</id>
+            <phase>package</phase>
+            <goals>
+              <goal>shade</goal>
+            </goals>
+            <configuration>
+              <artifactSet>
+                <includes>
+                  <include>commons-io:commons-io</include>
+                </includes>
+                <excludes>
+                  <exclude>org.slf4j:slf4j-api</exclude>
+                </excludes>
+              </artifactSet>
+              <relocations>
+                <relocation>
+                  <pattern>org.apache.commons.io</pattern>
+                  
<shadedPattern>org.apache.velocity.shaded.commons.io</shadedPattern>
+                </relocation>
+              </relocations>
+              <minimizeJar>true</minimizeJar>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>${surefire.plugin.version}</version>
+        <executions>
+          <execution>
+            <id>integration-test</id>
+            <phase>integration-test</phase>
+            <goals>
+              <goal>test</goal>
+            </goals>
+            <configuration>
+              <skip>false</skip>
+            </configuration>
+          </execution>
+        </executions>
+        <configuration>
+          <skip>${maven.test.skip}</skip>
+          <systemProperties>
+            <property>
+              <name>test</name>
+              <value>${test}</value>
+            </property>
+            <property>
+              <name>test.compare.dir</name>
+              <value>${project.build.testOutputDirectory}</value>
+            </property>
+            <property>
+              <name>test.result.dir</name>
+              <value>${project.build.directory}/results</value>
+            </property>
+            <property>
+              <name>org.slf4j.simpleLogger.defaultLogLevel</name>
+              <value>warn</value>
+            </property>
+            <property>
+              <name>org.slf4j.simpleLogger.logFile</name>
+              <value>${project.build.directory}/velocity.log</value>
+            </property>
+            <property>
+              <name>test.jdbc.driver.className</name>
+              <value>${test.jdbc.driver.className}</value>
+            </property>
+            <property>
+              <name>test.jdbc.uri</name>
+              <value>${test.jdbc.uri}</value>
+            </property>
+            <property>
+              <name>test.jdbc.login</name>
+              <value>${test.jdbc.login}</value>
+            </property>
+            <property>
+              <name>test.jdbc.password</name>
+              <value>${test.jdbc.password}</value>
+            </property>
+          </systemProperties>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>javacc-maven-plugin</artifactId>
+        <version>2.6</version>
+        <executions>
+          <execution>
+            <id>jjtree-javacc</id>
+            <goals>
+              <goal>jjtree-javacc</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <isStatic>false</isStatic>
+          <buildParser>true</buildParser>
+          <buildNodeFiles>${parser.nodefiles}</buildNodeFiles>
+          <multi>true</multi>
+          <debugParser>${parser.debug}</debugParser>
+          <debugLookAhead>${parser.debug}</debugLookAhead>
+          <debugTokenManager>${parser.debug}</debugTokenManager>
+          <jdkVersion>${maven.compiler.target}</jdkVersion>
+          <nodeUsesParser>true</nodeUsesParser>
+          <nodePackage>org.apache.velocity.runtime.parser.node</nodePackage>
+          <sourceDirectory>${basedir}/src/main/parser</sourceDirectory>
+          <tokenManagerUsesParser>true</tokenManagerUsesParser>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <configuration>
+          <instructions>
+            <Export-Package>org.apache.velocity.*</Export-Package>
+            <Import-Package>!org.apache.commons.io,
+              *</Import-Package>
+          </instructions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+      <version>3.8.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>1.7.26</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>hamcrest-core</artifactId>
+          <groupId>org.hamcrest</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.hsqldb</groupId>
+      <artifactId>hsqldb</artifactId>
+      <version>2.3.5</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-simple</artifactId>
+      <version>1.7.26</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <version>3.0.4</version>
+        <configuration>
+          <xmlOutput>true</xmlOutput>
+          <threshold>Low</threshold>
+          <effort>Max</effort>
+          
<excludeFilterFile>src/etc/build/findbugs-exclude.xml</excludeFilterFile>
+          <xmlOutputDirectory>target/site</xmlOutputDirectory>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+  <properties>
+    <test.jdbc.driver.version>2.3.5</test.jdbc.driver.version>
+    <test.jdbc.uri>jdbc:hsqldb:.</test.jdbc.uri>
+    <test.jdbc.driver.artifactId>hsqldb</test.jdbc.driver.artifactId>
+    <parser.debug>false</parser.debug>
+    <test.jdbc.login>sa</test.jdbc.login>
+    <parser.create>false</parser.create>
+    <test.jdbc.driver.groupId>org.hsqldb</test.jdbc.driver.groupId>
+    
<test.jdbc.driver.className>org.hsqldb.jdbcDriver</test.jdbc.driver.className>
+    <parser.nodefiles>false</parser.nodefiles>
+  </properties>
+</project>
+

Added: dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.pom.asc
==============================================================================
--- dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.pom.asc (added)
+++ dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.pom.asc Sun Mar  
3 15:03:39 2019
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEzkQ5wb7z2oOxgy+dvv7vInqYuAkFAlx763EACgkQvv7vInqY
+uAlT2Af+L3Lx/JqPC+RdZLXJnNR/Kz1UTMnrKmuRGOeuMbo4avlmhfJ4eDPTNB3N
+UJQOzYb/wr9FnOeqkTAW88vPsWEFIiC5GdFbinS+C12CgGPeehQYfphFA7N99rH4
+QTJYO+yGibQUb6CPC0cQhfONEs5OI/cExyc6ZRoVeLKhvQtSx2+UT9OSCLlAj5mB
+0am2Grw1ISTci4pOBCIx6m/MxwAi890mz/3whKjjnB2FVLkS9PtW6DCitbZSxN+U
+OrhBbQLuBf3juWzewVpGXPqbgW2LFFntsgom7YKQ2LOikPFrA3J5+rEtxp/4ph2i
+F4gQpBE3s8wdMJowcCExIhj6siQBzg==
+=/ysq
+-----END PGP SIGNATURE-----

Added: dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.pom.asc.sha256
==============================================================================
--- dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.pom.asc.sha256 
(added)
+++ dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.pom.asc.sha256 
Sun Mar  3 15:03:39 2019
@@ -0,0 +1 @@
+a3f6219236cad3a79aa86aca71ddcd6436c2a126e59a09199c1e98bb35e75df5  -

Added: dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.pom.sha256
==============================================================================
--- dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.pom.sha256 (added)
+++ dev/velocity/velocity-engine/2.1/velocity-engine-core-2.1.pom.sha256 Sun 
Mar  3 15:03:39 2019
@@ -0,0 +1 @@
+81925c80284e6bebef4aea07a337b9cb7baf44a48ec6fbd26fe3a2e198609c38  -

Added: dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: 
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-javadoc.jar.asc
==============================================================================
--- 
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-javadoc.jar.asc 
(added)
+++ 
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-javadoc.jar.asc 
Sun Mar  3 15:03:39 2019
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEzkQ5wb7z2oOxgy+dvv7vInqYuAkFAlx763gACgkQvv7vInqY
+uAk6vwgAsahKQ3KyERz36t3j/VLQ0xfmyezSfCF9wnHOUngsFIctIvHgbGxl1B6q
+UFbqdKW+pRXrsqvc3IaplpoGoJNZu9sQ2d9Lhbd7J8KFKvzhUrg7KCsfmZ24cr9T
+Px3X8KysHAURuyAccqRdWUfZj4jG6KC+14U10rvbE1l1lLiiZutbRS9huSi+vGbD
+jTIRsCprFdGNP8HKfvlaQ4oMEW+36bXD3rCjHV1WIMjFN6aov2cWN/BUyu0MBz9C
+GO6isV8wZr1sHp15V6l1m0JvhiZDajo6JANQRm/TzEx4N3uvpHcUOzsVAJs8ztnf
+KsZbIQjQ9k1qZwg20Fz3W4D0sV2QBw==
+=T9PQ
+-----END PGP SIGNATURE-----

Added: 
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-javadoc.jar.asc.sha256
==============================================================================
--- 
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-javadoc.jar.asc.sha256
 (added)
+++ 
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-javadoc.jar.asc.sha256
 Sun Mar  3 15:03:39 2019
@@ -0,0 +1 @@
+7bcda8afe12ccc3b57fc6cb7f406741263ec7c462c6cb1b0f046a3d29430929c  -

Added: 
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-javadoc.jar.sha256
==============================================================================
--- 
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-javadoc.jar.sha256
 (added)
+++ 
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-javadoc.jar.sha256
 Sun Mar  3 15:03:39 2019
@@ -0,0 +1 @@
+a61f2c68f75d60901e36b7971dcf4c0fcb7c9fa6f7cb33bc0ed5d4b269283c4b  -

Added: dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: 
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-sources.jar.asc
==============================================================================
--- 
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-sources.jar.asc 
(added)
+++ 
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-sources.jar.asc 
Sun Mar  3 15:03:39 2019
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEzkQ5wb7z2oOxgy+dvv7vInqYuAkFAlx763cACgkQvv7vInqY
+uAkMKQgAs0fWU5KZnacavIj2JBrtQ7foB41rLwBumQS8uhaOfzskyOXzv98viqVk
+QbTGjyUoLjD11FEEqX6YhdjZeIchWLmxO5oPHOtf4dV5qQ00agTIBDyUDd9aTR9T
+VxgQaeFkpt55wbdhzlC/S74nNUrlFZ8LBaM+xSk/pv7XZkE4ZAexr7ouXqhv5tS0
+oy8jvVR21FDo4d5GX+eW6VzAFFF3Km1WbTMlFXO9PrvJqGL5iOevGYK0QAHcppty
+5yR0iPCrOls20pvmBiIZPrJGiOylyWrNY8cAyKIxkCsbuM7c28p6kqmioiXtz6FA
+EVVFTsFgyPXZ5rQgQLbKiVWJZJZZjA==
+=+chK
+-----END PGP SIGNATURE-----

Added: 
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-sources.jar.asc.sha256
==============================================================================
--- 
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-sources.jar.asc.sha256
 (added)
+++ 
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-sources.jar.asc.sha256
 Sun Mar  3 15:03:39 2019
@@ -0,0 +1 @@
+42d47ad440e1e2be20dd3e97260632bbb9f2b02f76c612b5202be7d7ec7f735c  -

Added: 
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-sources.jar.sha256
==============================================================================
--- 
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-sources.jar.sha256
 (added)
+++ 
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1-sources.jar.sha256
 Sun Mar  3 15:03:39 2019
@@ -0,0 +1 @@
+94696d443b215e65b1cb6e4ac2dda491b9bcb03e6d57c1ec6958012a839d71ab  -

Added: dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.jar.asc
==============================================================================
--- dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.jar.asc 
(added)
+++ dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.jar.asc Sun 
Mar  3 15:03:39 2019
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEzkQ5wb7z2oOxgy+dvv7vInqYuAkFAlx763cACgkQvv7vInqY
+uAkotQgApD88jGTts9db2vPMuf+Pvtkf185qalarmI/x4VG+Ba8qJlvCsSrfSH+v
+aniWtMk9rrkHNpBaLEIqLod7sTko8ZDzHWYxtu0qXRB+i0wMxePrMhEwPGXjk06z
+viBJJsigEvcHsEYYZNOsq919kDOO6/QfvN17beusT7r9Ve/ha4AIj2KXN1SbWINi
+wldirFJKUK4aTkP4V9Yb/zB3mUHMQXeMbFy+0M9XI7ZPMDST/e4RcZRxXA15tQyG
+EzwL0liN8L0Re7rExvJi+C+JDTnTm5gdluKEVAmI5uHTqC+0YsAQ+Bw/WY2iUPBD
+XQ2c4W6fs3zUYTuTgfWS87vA5rfOGg==
+=/QSC
+-----END PGP SIGNATURE-----

Added: 
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.jar.asc.sha256
==============================================================================
--- 
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.jar.asc.sha256 
(added)
+++ 
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.jar.asc.sha256 
Sun Mar  3 15:03:39 2019
@@ -0,0 +1 @@
+f83c8fd84dc7bf79b8adef93ce8eb9147c9716cc972b8eb0690240f5829ed630  -

Added: dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.jar.sha256
==============================================================================
--- dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.jar.sha256 
(added)
+++ dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.jar.sha256 
Sun Mar  3 15:03:39 2019
@@ -0,0 +1 @@
+069863224c71a84096eb63a7288da7bf0a8ed875a8c189cb9dffd2fab9aa6a50  -

Added: dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.pom
==============================================================================
--- dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.pom (added)
+++ dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.pom Sun Mar  
3 15:03:39 2019
@@ -0,0 +1,54 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and 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";>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.velocity</groupId>
+    <artifactId>velocity-engine-parent</artifactId>
+    <version>2.1</version>
+  </parent>
+
+  <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>
+
+  <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>

Added: dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.pom.asc
==============================================================================
--- dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.pom.asc 
(added)
+++ dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.pom.asc Sun 
Mar  3 15:03:39 2019
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEzkQ5wb7z2oOxgy+dvv7vInqYuAkFAlx763cACgkQvv7vInqY
+uAmwiwf/SyollTa6zY7K6iYsk3aufBrI+vGiwM4x3UL+xqnnqLbEyXdWQBQrEw4b
+8KLS4JQ5pRUVZ066tocLlINIM5JVVNtypDM1mYTEgMMg9Xz1tWg+9zyfarbo0d7W
+xOddITpG3v1xi3yjTV08py1B385vJTXRdEhwGvSN/s7j4wEBbps+YdwvOQgkMEdk
+YkSTLVMfzcQyDplto8NDQe3QKku2i9YOjB4N1FOPodL6mSSfE4IzwcZBJ0ybPTGi
+X0lsBsJZUIDrWmpDSn/IxNvHkOVo8GQJN3fzQE3OUc+AFCQPm8EQZy5llGUWLouW
+0N5nld3SkUkcn934ah1MD3CWDy7egA==
+=eG/O
+-----END PGP SIGNATURE-----

Added: 
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.pom.asc.sha256
==============================================================================
--- 
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.pom.asc.sha256 
(added)
+++ 
dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.pom.asc.sha256 
Sun Mar  3 15:03:39 2019
@@ -0,0 +1 @@
+81260104efaffd239006865d0ea0b33012fbf74be2422bd032256b7b765fad78  -

Added: dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.pom.sha256
==============================================================================
--- dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.pom.sha256 
(added)
+++ dev/velocity/velocity-engine/2.1/velocity-engine-examples-2.1.pom.sha256 
Sun Mar  3 15:03:39 2019
@@ -0,0 +1 @@
+a2f1a1ec51512bb5ce091e921e86b4bb4acb4ff474aff54505f894f482e88424  -

Added: 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-javadoc.jar.asc
==============================================================================
--- 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-javadoc.jar.asc 
(added)
+++ 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-javadoc.jar.asc 
Sun Mar  3 15:03:39 2019
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEzkQ5wb7z2oOxgy+dvv7vInqYuAkFAlx763oACgkQvv7vInqY
+uAl4uAgAj0n7tW/8NBL1/GgPzllo/7vKkSJkddhqi1Dkd+bA/RVnatzH/AfyEhjw
+LyeQPqv9OhJlgjJ/JY9Ub68PSqWqU/IeHOgFv6OiFCOzoGU8c7/zEJZ9uKXJDJvF
+cRGlnLg9f7Zb04mgGy/90lG2YpdCy/VKDj1Y0YU36yhbzdqNdrzqwSonPELIys7P
+OPLhCQ13ICk0ASjakkGTAe5E96CNYQ8HdpJwnmr9qGFi1MNjluxGZ7FK6WAHLBbj
+mbH47SsIeFlyb0MrrsmxS6SHHiHdqM0qwFWgOAWnr2oXg2hgcfiwPLmJGTD9/IsK
+A8ygiQh2eXu+6Li0b/WK5wbNHkM63Q==
+=wYNL
+-----END PGP SIGNATURE-----

Added: 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-javadoc.jar.asc.sha256
==============================================================================
--- 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-javadoc.jar.asc.sha256
 (added)
+++ 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-javadoc.jar.asc.sha256
 Sun Mar  3 15:03:39 2019
@@ -0,0 +1 @@
+d1d07b0a7e2aa4060db828c39f3a5e630c6394a31018f4e1bc2d070bb22195cd  -

Added: 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-javadoc.jar.sha256
==============================================================================
--- 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-javadoc.jar.sha256
 (added)
+++ 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-javadoc.jar.sha256
 Sun Mar  3 15:03:39 2019
@@ -0,0 +1 @@
+f40000e46a5dd87898415dff02cb34d2d03d8178a479e7246a78187bb673d80e  -

Added: 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-sources.jar.asc
==============================================================================
--- 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-sources.jar.asc 
(added)
+++ 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-sources.jar.asc 
Sun Mar  3 15:03:39 2019
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEzkQ5wb7z2oOxgy+dvv7vInqYuAkFAlx763oACgkQvv7vInqY
+uAnmRQf+No1Vitnqob20nN404gH03z8OrRrxyiKdeyF3vvpxIa7DJCO+e6iy5rMR
+FhfAPd+yqoFURUS2Ckrl/YV/zOo94kd8blR6cA5gOZ1kF2JzdhpLwsBG40ieyqFN
+7WPWzxAIB9EwTu4Q3vpgMWTZuillz/KOfdmno+SDEDMBBWxuou7Gl+UuSrDMA8Uw
+y+UrygdK6XozIMDOgEbSzO3iUoUoKA/XZZm5K6eAo3IdWADTPw3pzdcXDvNhMkqy
+yiutcThqhXJpCSx2fNBQJd6cEcC8EBlkInmBe/yZd0JHKSvyGemjXShBEA8h+1ez
+7qoeS1xjIATOUyZ9bN9lQd3+kyaJkQ==
+=0ggG
+-----END PGP SIGNATURE-----

Added: 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-sources.jar.asc.sha256
==============================================================================
--- 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-sources.jar.asc.sha256
 (added)
+++ 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-sources.jar.asc.sha256
 Sun Mar  3 15:03:39 2019
@@ -0,0 +1 @@
+e456885fd56f8de89ccb489e3118eb8f9a21610ab0ae2512bd5cf911417b2a29  -

Added: 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-sources.jar.sha256
==============================================================================
--- 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-sources.jar.sha256
 (added)
+++ 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1-sources.jar.sha256
 Sun Mar  3 15:03:39 2019
@@ -0,0 +1 @@
+842556f3e586241b3d0d1e5fb130aa788f57683794059d893924cc2d78f14327  -

Added: dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.jar.asc
==============================================================================
--- dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.jar.asc 
(added)
+++ dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.jar.asc Sun 
Mar  3 15:03:39 2019
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEzkQ5wb7z2oOxgy+dvv7vInqYuAkFAlx763kACgkQvv7vInqY
+uAnZ2gf/SeGV+mVxwPlZTsGHTOdvbcfWKTXsyDlWSp8CWxwwOtXy+0/+ld831+I5
+PHFH8B9kAExnu2MGmq35ta2zf3La9FtpoiLjdKH4Q7mfo4CUwTVfO1yMwB23HcTh
+JpCC7gk80hwjzwih2oEqnFBgJOfPBnJoIlT4iLhhCsNyyTkCnppK1v+bPJrEYYKt
+/hHOU40OPm9/r4EHJVz9od9QKE3SPj7YypI4qxvjFY7uBusZX+wjOaWgtx5RevXS
+aQgU1EZm+TZAEVOjTEVhggftDJVDiFtWM9XRTTb6RJhpu5gxga6wKqMaCTSkb1Re
+Wy0SQY6t+Tl150pxPUPW9ofyPXDGJw==
+=/VDe
+-----END PGP SIGNATURE-----

Added: 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.jar.asc.sha256
==============================================================================
--- 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.jar.asc.sha256 
(added)
+++ 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.jar.asc.sha256 
Sun Mar  3 15:03:39 2019
@@ -0,0 +1 @@
+8d9f0b2869f08e96f5117cb25aad4767275f7c7a44e2da74fb5ebd05a57fa733  -

Added: dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.jar.sha256
==============================================================================
--- dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.jar.sha256 
(added)
+++ dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.jar.sha256 
Sun Mar  3 15:03:39 2019
@@ -0,0 +1 @@
+ff2f80edb149e6b276f17af43fdd276ec41362e2b16da1086abba23371fada84  -

Added: dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.pom
==============================================================================
--- dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.pom (added)
+++ dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.pom Sun Mar  
3 15:03:39 2019
@@ -0,0 +1,83 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and 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";>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.velocity</groupId>
+    <artifactId>velocity-engine-parent</artifactId>
+    <version>2.1</version>
+  </parent>
+  <artifactId>velocity-engine-scripting</artifactId>
+  <name>Apache Velocity - JSR 223 Scripting</name>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.velocity</groupId>
+      <artifactId>velocity-engine-core</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${junit.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-simple</artifactId>
+      <version>${slf4j.version}</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>${surefire.plugin.version}</version>
+        <configuration>
+          <systemProperties>
+            <property>
+              <name>test.resources.dir</name>
+              <value>${project.build.directory}</value>
+            </property>
+          </systemProperties>
+        </configuration>
+        <executions>
+          <execution>
+            <id>integration-test</id>
+            <phase>integration-test</phase>
+            <goals>
+              <goal>test</goal>
+            </goals>
+            <configuration>
+              <skip>false</skip>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.pom.asc
==============================================================================
--- dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.pom.asc 
(added)
+++ dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.pom.asc Sun 
Mar  3 15:03:39 2019
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEzkQ5wb7z2oOxgy+dvv7vInqYuAkFAlx763oACgkQvv7vInqY
+uAltEwf/c7kkpan3xOlBWPZOn8fwpTs23vnk9papw2WZ3s/nPEe+p9bCQBLFD08D
++SZSKzoUCRU6pgPGaHwfzutYdY5SzvE4yc3l5GtzDvCN1+S9K77WULDriPXqrx8w
+5BO34fq6o89CNwDT+uYxRB19tcK4g/3m4RGWJ0+Da6nKzCD+emRSbRFCcUlJTv5m
+eYOLfx2f64Q/7Etr704TbaEPYp7E32wQKVW7O2FzGuYrWtgjC8drE5vZMO+WySNV
+jy5isaAB2cEXlgwukgOj/PJ0CU/1mDKxsxVQJnYcFKtbsLe8TkRbIIVSQoiV2QU6
+w2G/igM+AbebDowtE/mCHPTtw6hvjA==
+=gJKk
+-----END PGP SIGNATURE-----

Added: 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.pom.asc.sha256
==============================================================================
--- 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.pom.asc.sha256 
(added)
+++ 
dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.pom.asc.sha256 
Sun Mar  3 15:03:39 2019
@@ -0,0 +1 @@
+28e2d673486bfe26513c468a56ba95fe43b8cd3a6293fa07b54b07d2f6b79c3d  -

Added: dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.pom.sha256
==============================================================================
--- dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.pom.sha256 
(added)
+++ dev/velocity/velocity-engine/2.1/velocity-engine-scripting-2.1.pom.sha256 
Sun Mar  3 15:03:39 2019
@@ -0,0 +1 @@
+ffb5c67d6fb58dc60d7ea869cad1a22c9eda6569b0cce24f70c04b4c48b68bea  -


Reply via email to