Skip to content

Commit

Permalink
v1.0.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-bor committed Oct 4, 2017
1 parent 410f0a0 commit 6dd3638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add this maven dependency to your project and you can start wiring the `BeanMapp
<dependency>
<groupId>io.beanmapper</groupId>
<artifactId>beanmapper-spring-boot-starter</artifactId>
<version>0.1.0</version>
<version>1.0.0</version>
</dependency>
```

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

<groupId>io.beanmapper</groupId>
<artifactId>beanmapper-spring-boot-starter</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>
<name>42 BeanMapper Spring Boot Starter</name>
<description>Spring boot starter/autoconfig for BeanMapper</description>
Expand Down

0 comments on commit 6dd3638

Please sign in to comment.