no Jira - cleanup POM: Now that this pom is inheriting from the uima-wide pom it doesn't need it's own plugin-management section for the maven-changes-plugin - that section was "duplicating" the one in the parent, and was also out of date.  Removed it.

git-svn-id: https://svn.apache.org/repos/asf/uima/build/trunk/uima-build-resources@1492341 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 6d93869..71c236e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,44 +57,6 @@
   </properties>

 

   <build>

-    <pluginManagement>

-      <plugins>

-                      

-        <!-- generate the issuesFixed report of Jiras fixed in this release -->

-        <!-- uses the property "jiraVersion" to select the version -->

-        <!-- run using mvn changes:jira-report -N -DjiraVersion=xxxxxx  where

-             xxxxxx is the jira internal version number which you can get 

-             from the Jira url (see parameter fixforversion=xxxxxx) 

-             by going to https://issues.apache.org/jira/browse/UIMA 

-             and selecting "Releases" and then going to the 

-             particular version and looking in the url for

-             that version. -->        

-        <plugin>

-          <groupId>org.apache.maven.plugins</groupId>

-          <artifactId>maven-changes-plugin</artifactId>

-          <version>2.3</version>

-          <executions>

-            <execution>

-              <id>default-cli</id>

-              <goals><goal>jira-report</goal></goals>

-              <!-- don't use generate-sources - because javadoc plugin re-exec's that -->

-              <phase>generate-resources</phase>        

-              <configuration>

-                <fixVersionIds>${jiraVersion}</fixVersionIds>

-                <columnNames>Type,Key,Status,Summary</columnNames>

-                <resolutionIds>Fixed</resolutionIds>

-                <statusIds>Closed,Resolved</statusIds>

-                <sortColumnNames>Type,Key,Status</sortColumnNames>

-                <outputDirectory>${basedir}/issuesFixed/</outputDirectory>

-                <maxEntries>1000</maxEntries> <!-- hopefully, bigger than ever needed -->

-              </configuration>

-            </execution>

-          </executions>

-          

-        </plugin>

-

-      </plugins>

-    </pluginManagement>

     

     <plugins>