Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#298 - SHA512 checksums contain wrong file name #299

Merged
merged 1 commit into from
Jan 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions PearPackagingMavenPlugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,4 @@
<version>2.11.0</version>
</dependency>
</dependencies>

<build>
<finalName>uima-pear-maven-plugin</finalName>
</build>
</project>
2 changes: 0 additions & 2 deletions jVinci/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
</properties>

<build>
<finalName>jVinci</finalName>

<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
Expand Down
2 changes: 0 additions & 2 deletions uimaj-adapter-vinci/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@
</dependencies>

<build>
<finalName>uima-adapter-vinci</finalName>

<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
Expand Down
1 change: 0 additions & 1 deletion uimaj-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@
</dependencies>

<build>
<finalName>uima-core</finalName>
<pluginManagement>
<plugins>
<plugin>
Expand Down
1 change: 0 additions & 1 deletion uimaj-cpe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
</dependency>
</dependencies>
<build>
<finalName>uima-cpe</finalName>
<pluginManagement>
<!-- remove this once test case cleans up after itself -->
<plugins>
Expand Down
3 changes: 0 additions & 3 deletions uimaj-document-annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<finalName>uima-document-annotation</finalName>
</build>
</project>
2 changes: 0 additions & 2 deletions uimaj-ep-cas-editor-ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 0 additions & 2 deletions uimaj-ep-cas-editor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 0 additions & 2 deletions uimaj-ep-configurator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 0 additions & 2 deletions uimaj-ep-debug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 0 additions & 3 deletions uimaj-ep-jcasgen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 0 additions & 2 deletions uimaj-ep-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 0 additions & 2 deletions uimaj-ep-pear-packager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 0 additions & 2 deletions uimaj-ep-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion uimaj-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
</dependency>
</dependencies>
<build>
<finalName>uima-examples</finalName>
<pluginManagement>
<plugins>
<plugin>
Expand Down
1 change: 0 additions & 1 deletion uimaj-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@

</dependencies>
<build>
<finalName>uima-tools</finalName>
<resources>
<resource>
<directory>src/main/resources</directory>
Expand Down
4 changes: 0 additions & 4 deletions uimaj-v3migration-jcas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,4 @@
<version>0.5.32</version>
</dependency>
</dependencies>

<build>
<finalName>uimaj-v3migration-jcas</finalName>
</build>
</project>