Skip to content

Commit cfd61d9

Browse files
committed
remove gh release from pom
1 parent 3357b2a commit cfd61d9

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

pom.xml

+1-29
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<groupId>org.thymeleaf</groupId>
124124
<artifactId>thymeleaf</artifactId>
125125
</exclusion>
126-
</exclusions>
126+
</exclusions>
127127
</dependency>
128128
<dependency>
129129
<groupId>org.apache.solr</groupId>
@@ -196,34 +196,6 @@
196196
</execution>
197197
</executions>
198198
</plugin>
199-
<plugin>
200-
<groupId>de.jutzig</groupId>
201-
<artifactId>github-release-plugin</artifactId>
202-
<version>1.4.0</version>
203-
<executions>
204-
<execution>
205-
<id>upload-artifacts-2-github</id>
206-
<phase>deploy</phase>
207-
<goals>
208-
<goal>release</goal>
209-
</goals>
210-
</execution>
211-
</executions>
212-
<configuration>
213-
<description>Release version ${project.version}</description>
214-
<releaseName>${project.version}</releaseName>
215-
<tag>${project.version}</tag>
216-
<fileSets>
217-
<fileSet>
218-
<directory>${project.build.directory}</directory>
219-
<includes>
220-
<include>${project.artifactId}*.jar</include>
221-
<include>${project.artifactId}*.jar.asc</include>
222-
</includes>
223-
</fileSet>
224-
</fileSets>
225-
</configuration>
226-
</plugin>
227199
<plugin>
228200
<groupId>org.apache.maven.plugins</groupId>
229201
<artifactId>maven-gpg-plugin</artifactId>

0 commit comments

Comments
 (0)