Skip to content

Commit

Permalink
2.0.0 uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
sproket committed Nov 29, 2021
1 parent a568e1b commit 0053b6f
Showing 1 changed file with 21 additions and 39 deletions.
60 changes: 21 additions & 39 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@
<!-- </compilerArgs>-->
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<version>3.2.0</version>
<configuration>
<archive>
<manifestEntries>
Expand All @@ -63,6 +64,7 @@
</archive>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down Expand Up @@ -101,43 +103,23 @@
</excludedGroups>
</configuration>
</plugin>

<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M1</version>
</plugin>

<!-- <plugin>-->
<!-- <groupId>org.codehaus.mojo</groupId>-->
<!-- <artifactId>cobertura-maven-plugin</artifactId>-->
<!-- <version>2.7</version>-->

<!-- <configuration>-->
<!-- <instrumentation>-->
<!-- <ignores>-->
<!-- <ignore>com.example.boringcode.*</ignore>-->
<!-- </ignores>-->
<!-- <excludes>-->
<!-- <exclude>com/example/dullcode/**/*.class</exclude>-->
<!-- <exclude>com/example/**/*Test.class</exclude>-->
<!-- </excludes>-->
<!-- </instrumentation>-->
<!-- <check/>-->
<!-- </configuration>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <goals>-->
<!-- <goal>clean</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->
<!-- <plugin>-->
<!-- <groupId>org.sonatype.plugins</groupId>-->
<!-- <artifactId>nexus-staging-maven-plugin</artifactId>-->
<!-- <version>1.6.8</version>-->
<!-- <extensions>true</extensions>-->
<!-- <configuration>-->
<!-- <serverId>ossrh</serverId>-->
<!-- <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>-->
<!-- <autoReleaseAfterClose>true</autoReleaseAfterClose>-->
<!-- </configuration>-->
<!-- </plugin>-->

</plugins>
</build>
Expand Down Expand Up @@ -270,7 +252,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<version>3.0.1</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down Expand Up @@ -309,7 +291,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<version>1.2.7</version>
<scope>provided</scope>
</dependency>

Expand All @@ -323,13 +305,13 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.13.0</version>
<version>2.14.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.0</version>
<version>2.14.1</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 0053b6f

Please sign in to comment.