Revert "Bump plexus-velocity from 1.2 to 2.0 and velocity from 1.7 to 2.3 (#195)" (#198)

This reverts commit df4b8fdaf719daed8b060ee161cd60f49761783c.
diff --git a/maven-plugin-tools-generators/pom.xml b/maven-plugin-tools-generators/pom.xml
index 4b5e849..8c5f780 100644
--- a/maven-plugin-tools-generators/pom.xml
+++ b/maven-plugin-tools-generators/pom.xml
@@ -63,7 +63,7 @@
     <!-- other -->
     <dependency>
       <groupId>org.apache.velocity</groupId>
-      <artifactId>velocity-engine-core</artifactId>
+      <artifactId>velocity</artifactId>
     </dependency>
 
     <dependency>
diff --git a/pom.xml b/pom.xml
index 8ff1ee7..a669cda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -247,20 +247,24 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-velocity</artifactId>
-        <version>2.0</version>
+        <version>1.2</version>
         <exclusions>
           <exclusion>
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-container-default</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>velocity</groupId>
+            <artifactId>velocity</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
 
       <!-- other -->
       <dependency>
         <groupId>org.apache.velocity</groupId>
-        <artifactId>velocity-engine-core</artifactId>
-        <version>2.3</version>
+        <artifactId>velocity</artifactId>
+        <version>1.7</version>
       </dependency>
 
       <dependency>