Skip to content

Commit

Permalink
fixed poms
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenHankiewicz committed Nov 24, 2024
1 parent 24faca9 commit 965b02c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
6 changes: 1 addition & 5 deletions module-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@
<parent>
<groupId>io.goobi.workflow.plugin</groupId>
<artifactId>plugin-workflow-wu-wma-import</artifactId>
<<<<<<< HEAD
<version>24.11-SNAPSHOT</version>
=======
<version>24.10-SNAPSHOT</version>
>>>>>>> working
</parent>
<artifactId>plugin-workflow-wu-wma-import-base</artifactId>
<packaging>jar</packaging>
</project>
</project>
6 changes: 1 addition & 5 deletions module-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
<parent>
<groupId>io.goobi.workflow.plugin</groupId>
<artifactId>plugin-workflow-wu-wma-import</artifactId>
<<<<<<< HEAD
<version>24.11-SNAPSHOT</version>
=======
<version>24.10-SNAPSHOT</version>
>>>>>>> working
</parent>
<artifactId>plugin-workflow-wu-wma-import-gui</artifactId>
<packaging>jar</packaging>
Expand All @@ -19,4 +15,4 @@
</resource>
</resources>
</build>
</project>
</project>
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
<parent>
<groupId>io.goobi.workflow</groupId>
<artifactId>workflow-base</artifactId>
<<<<<<< HEAD
<version>24.11-SNAPSHOT</version>
=======
<version>24.10-SNAPSHOT</version>
>>>>>>> working
<relativePath />
</parent>
<groupId>io.goobi.workflow.plugin</groupId>
Expand All @@ -31,4 +27,4 @@
<classifier>classes</classifier>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 965b02c

Please sign in to comment.