Skip to content

Commit 96ab7a6

Browse files
committed
cleanup
1 parent f2e03de commit 96ab7a6

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

.github/workflows/main-build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ env:
77
on:
88
push:
99
branches: [ "main" ]
10-
# TODO: remove before merging
11-
workflow_dispatch:
12-
pull_request:
13-
branches: [ "main" ]
1410

1511
jobs:
1612
build:

pom.xml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -170,35 +170,13 @@
170170
<plugin>
171171
<artifactId>maven-gpg-plugin</artifactId>
172172
<version>3.2.8</version>
173-
<!-- <executions>
174-
<execution>
175-
<id>sign-artifacts</id>
176-
<phase>deploy</phase>
177-
<goals>
178-
<goal>sign</goal>
179-
</goals>
180-
</execution>
181-
</executions> -->
182173
</plugin>
183174
<plugin>
184175
<groupId>org.sonatype.central</groupId>
185176
<artifactId>central-publishing-maven-plugin</artifactId>
186177
<version>0.8.0</version>
187178
<extensions>true</extensions>
188-
<!-- <configuration>
189-
<publishingServerId>central</publishingServerId>
190-
</configuration> -->
191179
</plugin>
192-
<!-- <plugin>
193-
<artifactId>maven-gpg-plugin</artifactId>
194-
<version>3.2.7</version>
195-
</plugin> -->
196-
<!-- <plugin>
197-
<groupId>org.sonatype.central</groupId>
198-
<artifactId>central-publishing-maven-plugin</artifactId>
199-
<version>0.7.0</version>
200-
<extensions>true</extensions>
201-
</plugin> -->
202180
</plugins>
203181

204182
<pluginManagement>

0 commit comments

Comments
 (0)