修改:pom 打包信息

This commit is contained in:
绝尘 2024-07-24 12:09:40 +08:00
parent 2b296e73c3
commit c8ffa4c530

23
pom.xml
View File

@ -4,7 +4,7 @@
<groupId>com.jfinal</groupId> <groupId>com.jfinal</groupId>
<artifactId>enjoy</artifactId> <artifactId>enjoy</artifactId>
<version>4.8</version> <version>4.8.dev</version>
<packaging>jar</packaging> <packaging>jar</packaging>
@ -29,7 +29,7 @@
</license> </license>
</licenses> </licenses>
<developers> <!--<developers>
<developer> <developer>
<id>jfinal</id> <id>jfinal</id>
<name>James</name> <name>James</name>
@ -42,16 +42,13 @@
<connection>scm:git:git@gitee.com:jfinal/enjoy.git</connection> <connection>scm:git:git@gitee.com:jfinal/enjoy.git</connection>
<developerConnection>scm:git:git@gitee.com:jfinal/enjoy.git</developerConnection> <developerConnection>scm:git:git@gitee.com:jfinal/enjoy.git</developerConnection>
<url>git@gitee.com:jfinal/enjoy.git</url> <url>git@gitee.com:jfinal/enjoy.git</url>
</scm> </scm>-->
<distributionManagement> <distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository> <repository>
<id>ossrh</id> <id>mvn-release</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> <name>mvn-release</name>
<url>https://nexus.1216.top/repository/maven-releases/</url>
</repository> </repository>
</distributionManagement> </distributionManagement>
@ -62,7 +59,7 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.8.2</version> <version>4.13.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
@ -128,7 +125,7 @@
</executions> </executions>
</plugin> </plugin>
<plugin> <!--<plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId> <artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version> <version>1.6</version>
@ -141,7 +138,7 @@
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>-->
</plugins> </plugins>
</build> </build>