Skip to content

Commit

Permalink
Issue #402: Provide bnd plugin to generate package imports based on i…
Browse files Browse the repository at this point in the history
…mports in UIMA descriptors

- UIMA Parent POM 18-SNAPSHOT -> 18
  • Loading branch information
reckart committed Oct 14, 2024
1 parent b73ff9d commit 59364ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions uimaj-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,12 @@
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.apache.uima</groupId>
<artifactId>parent-pom</artifactId>
<relativePath />
<version>18-SNAPSHOT</version>
</parent>

<groupId>org.apache.uima</groupId>
<artifactId>uimaj-bom</artifactId>
<version>3.6.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Apache UIMA Base: ${project.artifactId}</name>
<name>Apache UIMA - BOM</name>

<dependencyManagement>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion uimaj-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>parent-pom</artifactId>
<version>18-SNAPSHOT</version>
<version>18</version>
<relativePath />
</parent>

Expand Down

0 comments on commit 59364ab

Please sign in to comment.