Skip to content

Commit

Permalink
version change to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yangtu222 committed Sep 1, 2017
1 parent f538111 commit 061c51a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This BeanUtils library is a Java bean copy utility with powerful functionality a
<dependency>
<groupId>com.github.yangtu222</groupId>
<artifactId>BeanUtils</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
~~~

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.yangtu222</groupId>
<artifactId>BeanUtils</artifactId>
<name>BeanUtils</name>
<version>1.0.0</version>
<version>1.0.1</version>
<description>BeanUtils library is a Java bean copy utility with powerful functionality and high performance.</description>
<url>https://github.com/yangtu222/BeanUtils</url>

Expand All @@ -27,7 +27,7 @@
<connection>scm:git:https://github.com/yangtu222/BeanUtils.git</connection>
<developerConnection>scm:git:https://github.com/yangtu222/BeanUtils.git</developerConnection>
<url>https://github.com/yangtu222/BeanUtils.git</url>
<tag>v1.0.0</tag>
<tag>v1.0.1</tag>
</scm>

<profiles>
Expand Down

0 comments on commit 061c51a

Please sign in to comment.