Skip to content

Commit

Permalink
Some cleanup (#198)
Browse files Browse the repository at this point in the history
* Cleanup pom.
* Give Github Actions file a better name.
  • Loading branch information
carterpage authored Jul 27, 2024
1 parent ac0880c commit c4bcc6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
File renamed without changes.
28 changes: 1 addition & 27 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0-rc1</version>
<packaging>jar</packaging>

<name>JSONassert</name>
Expand All @@ -22,11 +22,6 @@
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:skyscreamer/JSONassert.git</connection>
<developerConnection>scm:git:git@github.com:skyscreamer/JSONassert.git</developerConnection>
<url>git@github.com:skyscreamer/JSONassert.git</url>
</scm>
<developers>
<developer>
<id>carterpage</id>
Expand All @@ -36,11 +31,6 @@
<developer>
<id>hertzsprung</id>
<name>James Shaw</name>
</developer>
<developer>
<id>cepage</id>
<name>Corby Page</name>
<email>corby@skyscreamer.org</email>
</developer>
</developers>

Expand Down Expand Up @@ -72,10 +62,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
Expand All @@ -95,18 +81,6 @@
</dependencies>
</plugin>
</plugins>
<extensions>
<extension>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.12.2</version>
</extension>
<extension>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-manager-plexus</artifactId>
<version>1.12.2</version>
</extension>
</extensions>
</build>

<distributionManagement>
Expand Down

0 comments on commit c4bcc6a

Please sign in to comment.