Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release version 1.3.0 #29

Merged
merged 13 commits into from
Sep 11, 2018
Prev Previous commit
Next Next commit
Update version from copy-commons to 1.3.1
  • Loading branch information
afarre authored and afarre committed Sep 11, 2018
commit 8a027b887f3b5050bfd81c5ccb73fcbf736edc4b
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.bytemechanics</groupId>
<artifactId>bytemechanics-maven</artifactId>
<version>1.0.4</version>
<version>1.0.6</version>
</parent>
<artifactId>service-repository</artifactId>
<version>1.3.0-SNAPSHOT</version>
Expand Down Expand Up @@ -52,7 +52,7 @@
<configuration>
<copies>
<copy>
<artifact>${project.groupId}:copy-commons:1.2.1-SNAPSHOT</artifact>
<artifact>${project.groupId}:copy-commons:1.3.1</artifact>
<classes>
<class>org.bytemechanics.commons.reflection.ObjectFactory</class>
<class>org.bytemechanics.commons.string.SimpleFormat</class>
Expand Down