Skip to content

Commit c0f9b30

Browse files
committed
[bugfix] small pom.xml corrections for github-release-plugin
- removed github-release-plugin version in exist-installer/pom.xml - removed wrong ')' in exist-distribution/pom.xml
1 parent 7b9dce3 commit c0f9b30

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

exist-distribution/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,8 +1090,8 @@
10901090
<directory>${project.build.directory}</directory>
10911091
<includes>
10921092
<include>eXist-db-${project.version}.dmg</include>
1093-
<include>${project.artifactId})-${project.version}-unix.tar.bz2</include>
1094-
<include>${project.artifactId})-${project.version}-win.zip</include>
1093+
<include>${project.artifactId}-${project.version}-unix.tar.bz2</include>
1094+
<include>${project.artifactId}-${project.version}-win.zip</include>
10951095
</includes>
10961096
</fileSet>
10971097
</fileSets>

exist-installer/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@
138138
<plugin>
139139
<groupId>de.jutzig</groupId>
140140
<artifactId>github-release-plugin</artifactId>
141-
<version>1.1.1</version>
142141
<executions>
143142
<execution>
144143
<id>github-upload</id>

0 commit comments

Comments
 (0)