Skip to content

Commit 5845c4f

Browse files
committed
更新版本为1.2.4-SNAPSHOT
1 parent 6015c86 commit 5845c4f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## lambda-property
22

33
[![Maven Central](https://img.shields.io/maven-central/v/io.github.joker-pper/lambda-property.svg?label=Maven%20Central)](https://central.sonatype.com/search?q=io.github.joker-pper:lambda-property)
4-
[![Last SNAPSHOT](https://img.shields.io/nexus/snapshots/https/s01.oss.sonatype.org/io.github.joker-pper/lambda-property?label=latest%20snapshot)](https://s01.oss.sonatype.org/content/repositories/snapshots/io/github/joker-pper/lambda-property/)
4+
[![Last SNAPSHOT](https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Fcentral.sonatype.com%2Frepository%2Fmaven-snapshots%2Fio%2Fgithub%2Fjoker-pper%2Flambda-property%2Fmaven-metadata.xml&label=lastest%20snapshot)](https://central.sonatype.com/repository/maven-snapshots/io/github/joker-pper/lambda-property/maven-metadata.xml)
55
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
66
[![codecov](https://codecov.io/gh/joker-pper/lambda-property/branch/master/graph/badge.svg)](https://codecov.io/gh/joker-pper/lambda-property)
77
[![Upload coverage reports to Codecov](https://github.com/joker-pper/lambda-property/actions/workflows/ci.yml/badge.svg)](https://github.com/joker-pper/lambda-property/actions/workflows/ci.yml)

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.joker-pper</groupId>
88
<artifactId>lambda-property</artifactId>
9-
<version>1.2.3</version>
9+
<version>1.2.4-SNAPSHOT</version>
1010
<name>lambda property</name>
1111
<description>通过lambda表达式获取实体类的属性名称的工具包</description>
1212
<url>https://github.com/joker-pper/lambda-property</url>
@@ -66,11 +66,11 @@
6666
<distributionManagement>
6767
<snapshotRepository>
6868
<id>ossrh</id>
69-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
69+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
7070
</snapshotRepository>
7171
<repository>
7272
<id>ossrh</id>
73-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
73+
<url>https://ossrh-staging-api.central.sonatype.com/service/local/</url>
7474
</repository>
7575
</distributionManagement>
7676

@@ -94,7 +94,7 @@
9494
<extensions>true</extensions>
9595
<configuration>
9696
<serverId>ossrh</serverId>
97-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
97+
<nexusUrl>https://ossrh-staging-api.central.sonatype.com/</nexusUrl>
9898
<autoReleaseAfterClose>true</autoReleaseAfterClose>
9999
</configuration>
100100
</plugin>

0 commit comments

Comments
 (0)