Skip to content

Commit

Permalink
Merge pull request #7 from eddiecarpenter/main
Browse files Browse the repository at this point in the history
Updated versions and removed unused files
  • Loading branch information
eddiecarpenter authored Aug 17, 2024
2 parents a01bc28 + 2324731 commit 661f87a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 74 deletions.
2 changes: 1 addition & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
release:
current-version: "2.0.0"
next-version: "2.0.1-SNAPSHOT"
next-version: "2.1.0-SNAPSHOT"
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ jobs:
distribution: temurin
java-version: 21
cache: 'maven'
server-id: ossrh
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE

- name: Display settings.xml
run: |
Expand Down
23 changes: 0 additions & 23 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,29 +203,6 @@
<skipTests>true</skipTests>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>${maven.gpg.version}</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>install</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</plugin>


<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down
34 changes: 0 additions & 34 deletions qodana.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions settings.xml

This file was deleted.

0 comments on commit 661f87a

Please sign in to comment.