Skip to content

Commit

Permalink
release: version 4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Siroshun09 committed Feb 27, 2023
1 parent 4a38a0a commit cdeae13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.github.siroshun09.configapi</groupId>
<artifactId>parent</artifactId>
<version>4.6.2-SNAPSHOT</version>
<version>4.6.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>com.github.siroshun09.configapi</groupId>
<artifactId>parent</artifactId>
<version>4.6.2-SNAPSHOT</version>
<version>4.6.2</version>
<packaging>pom</packaging>

<name>ConfigAPI</name>
Expand Down
4 changes: 2 additions & 2 deletions yaml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.github.siroshun09.configapi</groupId>
<artifactId>parent</artifactId>
<version>4.6.2-SNAPSHOT</version>
<version>4.6.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>com.github.siroshun09.configapi</groupId>
<artifactId>configapi</artifactId>
<version>4.6.2-SNAPSHOT</version>
<version>4.6.2</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit cdeae13

Please sign in to comment.