Skip to content

Commit

Permalink
Bump version to 2.1.0 (#4715)
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyiam authored Feb 1, 2023
1 parent f28a01a commit 60bd514
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
</developers>

<properties>
<revision>2.1.0-SNAPSHOT</revision>
<revision>2.1.0</revision>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<apollo-java.version>2.1.0-SNAPSHOT</apollo-java.version>
<apollo-java.version>2.1.0</apollo-java.version>
<spring-boot.version>2.6.8</spring-boot.version>
<spring-cloud.version>2021.0.2</spring-cloud.version>
<spring-security.version>5.7.3</spring-security.version>
Expand Down Expand Up @@ -662,7 +662,7 @@
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>true</enabled>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
Expand Down

0 comments on commit 60bd514

Please sign in to comment.