This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch 
bugfix/298-SHA512-checksums-contain-wrong-file-name
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit d44f5ff322704f23d3dd5fd82917d08af675261e
Author: Richard Eckart de Castilho <[email protected]>
AuthorDate: Wed Jan 25 12:01:21 2023 +0100

    #298 - SHA512 checksums contain wrong file name
    
    - Remove finalName override from the build section
---
 PearPackagingMavenPlugin/pom.xml  | 4 ----
 jVinci/pom.xml                    | 2 --
 uimaj-adapter-vinci/pom.xml       | 2 --
 uimaj-core/pom.xml                | 1 -
 uimaj-cpe/pom.xml                 | 1 -
 uimaj-document-annotation/pom.xml | 3 ---
 uimaj-ep-cas-editor-ide/pom.xml   | 2 --
 uimaj-ep-cas-editor/pom.xml       | 2 --
 uimaj-ep-configurator/pom.xml     | 2 --
 uimaj-ep-debug/pom.xml            | 2 --
 uimaj-ep-jcasgen/pom.xml          | 3 ---
 uimaj-ep-launcher/pom.xml         | 2 --
 uimaj-ep-pear-packager/pom.xml    | 2 --
 uimaj-ep-runtime/pom.xml          | 2 --
 uimaj-examples/pom.xml            | 1 -
 uimaj-tools/pom.xml               | 1 -
 uimaj-v3migration-jcas/pom.xml    | 4 ----
 17 files changed, 36 deletions(-)

diff --git a/PearPackagingMavenPlugin/pom.xml b/PearPackagingMavenPlugin/pom.xml
index 8f5744c07..4d0830c45 100644
--- a/PearPackagingMavenPlugin/pom.xml
+++ b/PearPackagingMavenPlugin/pom.xml
@@ -72,8 +72,4 @@
       <version>2.11.0</version>
     </dependency>
   </dependencies>
-
-  <build>
-    <finalName>uima-pear-maven-plugin</finalName>
-  </build>
 </project>
diff --git a/jVinci/pom.xml b/jVinci/pom.xml
index e96e8f05f..71ee2c7a4 100644
--- a/jVinci/pom.xml
+++ b/jVinci/pom.xml
@@ -43,8 +43,6 @@
        </properties>
 
        <build>
-               <finalName>jVinci</finalName>
-
                <plugins>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
diff --git a/uimaj-adapter-vinci/pom.xml b/uimaj-adapter-vinci/pom.xml
index acb5883f0..f9ec294e5 100644
--- a/uimaj-adapter-vinci/pom.xml
+++ b/uimaj-adapter-vinci/pom.xml
@@ -71,8 +71,6 @@
   </dependencies>
   
   <build>
-    <finalName>uima-adapter-vinci</finalName>
-    
                <plugins>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
diff --git a/uimaj-core/pom.xml b/uimaj-core/pom.xml
index 29e43753b..73a31dc01 100644
--- a/uimaj-core/pom.xml
+++ b/uimaj-core/pom.xml
@@ -179,7 +179,6 @@
   </dependencies>
 
   <build>
-    <finalName>uima-core</finalName>
     <pluginManagement>
       <plugins>
         <plugin>
diff --git a/uimaj-cpe/pom.xml b/uimaj-cpe/pom.xml
index 7c2528ac5..5759b1edc 100644
--- a/uimaj-cpe/pom.xml
+++ b/uimaj-cpe/pom.xml
@@ -72,7 +72,6 @@
     </dependency>
   </dependencies>
   <build>
-    <finalName>uima-cpe</finalName>
     <pluginManagement>
       <!-- remove this once test case cleans up after itself -->
       <plugins>
diff --git a/uimaj-document-annotation/pom.xml 
b/uimaj-document-annotation/pom.xml
index 397293d53..5e732ac36 100644
--- a/uimaj-document-annotation/pom.xml
+++ b/uimaj-document-annotation/pom.xml
@@ -57,7 +57,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-  <build>
-    <finalName>uima-document-annotation</finalName>
-  </build>
 </project>
\ No newline at end of file
diff --git a/uimaj-ep-cas-editor-ide/pom.xml b/uimaj-ep-cas-editor-ide/pom.xml
index 2e1f9fde4..3a3d38017 100644
--- a/uimaj-ep-cas-editor-ide/pom.xml
+++ b/uimaj-ep-cas-editor-ide/pom.xml
@@ -119,8 +119,6 @@
   </dependencies>
 
   <build>
-    <!-- don't use artifactId as first part of finalName, follow instead the 
eclipse convention -->
-    
<finalName>org.apache.uima.caseditor.ide_${parsedVersion.osgiVersion}</finalName>
     <resources>
       <resource>
         <directory>.</directory>
diff --git a/uimaj-ep-cas-editor/pom.xml b/uimaj-ep-cas-editor/pom.xml
index 851b9cb65..09a6be7bf 100644
--- a/uimaj-ep-cas-editor/pom.xml
+++ b/uimaj-ep-cas-editor/pom.xml
@@ -131,8 +131,6 @@
   </dependencies>
 
   <build>
-    <!-- don't use artifactId as first part of finalName, follow instead the 
eclipse convention -->
-    
<finalName>org.apache.uima.caseditor_${parsedVersion.osgiVersion}</finalName>
     <resources>
       <resource>
         <directory>.</directory>
diff --git a/uimaj-ep-configurator/pom.xml b/uimaj-ep-configurator/pom.xml
index 27b0d9a0f..694acd86a 100644
--- a/uimaj-ep-configurator/pom.xml
+++ b/uimaj-ep-configurator/pom.xml
@@ -103,8 +103,6 @@
   </dependencies>
 
   <build>
-    <!-- don't use artifactId as first part of finalName, follow instead the 
eclipse convention -->
-    
<finalName>org.apache.uima.desceditor_${parsedVersion.osgiVersion}</finalName>
     <plugins>
       <plugin>
         <groupId>org.apache.felix</groupId>
diff --git a/uimaj-ep-debug/pom.xml b/uimaj-ep-debug/pom.xml
index facc8e525..fd991c89a 100644
--- a/uimaj-ep-debug/pom.xml
+++ b/uimaj-ep-debug/pom.xml
@@ -61,8 +61,6 @@ UIMA data structures to the Eclipse Debug 
displays</description>
   </dependencies>
 
   <build>
-    <!-- don't use artifactId as first part of finalName, follow instead the 
eclipse convention -->
-    <finalName>org.apache.uima.debug_${parsedVersion.osgiVersion}</finalName>
     <plugins>
       <plugin>
         <groupId>org.apache.felix</groupId>
diff --git a/uimaj-ep-jcasgen/pom.xml b/uimaj-ep-jcasgen/pom.xml
index b7bc92821..4eb88e729 100644
--- a/uimaj-ep-jcasgen/pom.xml
+++ b/uimaj-ep-jcasgen/pom.xml
@@ -95,9 +95,6 @@
   </dependencies>
 
   <build>
-    <!-- don't use artifactId as first part of finalName, follow instead the 
eclipse convention -->
-    
<finalName>org.apache.uima.jcas.jcasgenp_${parsedVersion.osgiVersion}</finalName>
-
     <plugins>
       <plugin>
         <groupId>org.apache.felix</groupId>
diff --git a/uimaj-ep-launcher/pom.xml b/uimaj-ep-launcher/pom.xml
index 180636b7f..dd0fd1244 100644
--- a/uimaj-ep-launcher/pom.xml
+++ b/uimaj-ep-launcher/pom.xml
@@ -77,8 +77,6 @@
   </dependencies>
 
   <build>
-    <!-- don't use artifactId as first part of finalName, follow instead the 
eclipse convention -->
-    
<finalName>org.apache.uima.launcher_${parsedVersion.osgiVersion}</finalName>
     <plugins>
       <plugin>
         <groupId>org.apache.felix</groupId>
diff --git a/uimaj-ep-pear-packager/pom.xml b/uimaj-ep-pear-packager/pom.xml
index 936582347..4c1737780 100644
--- a/uimaj-ep-pear-packager/pom.xml
+++ b/uimaj-ep-pear-packager/pom.xml
@@ -86,8 +86,6 @@
   </dependencies>
 
   <build>
-    <!-- don't use artifactId as first part of finalName, follow instead the 
eclipse convention -->
-    <finalName>org.apache.uima.pear_${parsedVersion.osgiVersion}</finalName>
     <plugins>
       <plugin>
         <groupId>org.apache.felix</groupId>
diff --git a/uimaj-ep-runtime/pom.xml b/uimaj-ep-runtime/pom.xml
index 14d7b3bff..74186b9c4 100644
--- a/uimaj-ep-runtime/pom.xml
+++ b/uimaj-ep-runtime/pom.xml
@@ -91,8 +91,6 @@
   </dependencies>
 
   <build>
-    <!-- don't use artifactId as first part of finalName, follow instead the 
eclipse convention -->
-    <finalName>org.apache.uima.runtime_${parsedVersion.osgiVersion}</finalName>
     <plugins>
       <plugin>
         <groupId>org.apache.felix</groupId>
diff --git a/uimaj-examples/pom.xml b/uimaj-examples/pom.xml
index c799b788d..a7c7f7ef2 100644
--- a/uimaj-examples/pom.xml
+++ b/uimaj-examples/pom.xml
@@ -90,7 +90,6 @@
     </dependency>
   </dependencies>
   <build>
-    <finalName>uima-examples</finalName>
     <pluginManagement>
       <plugins>
         <plugin>
diff --git a/uimaj-tools/pom.xml b/uimaj-tools/pom.xml
index 19e4a7bbe..0e503a99e 100644
--- a/uimaj-tools/pom.xml
+++ b/uimaj-tools/pom.xml
@@ -67,7 +67,6 @@
 
        </dependencies>
        <build>
-               <finalName>uima-tools</finalName>
                <resources>
                        <resource>
                                <directory>src/main/resources</directory>
diff --git a/uimaj-v3migration-jcas/pom.xml b/uimaj-v3migration-jcas/pom.xml
index 4ccdd4cad..4cda95e0e 100644
--- a/uimaj-v3migration-jcas/pom.xml
+++ b/uimaj-v3migration-jcas/pom.xml
@@ -68,8 +68,4 @@
       <version>0.5.32</version>
     </dependency>
   </dependencies>
-
-  <build>
-    <finalName>uimaj-v3migration-jcas</finalName>
-  </build>
 </project>
\ No newline at end of file

Reply via email to