Skip to content

Commit

Permalink
prepare new patch release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed Dec 21, 2018
1 parent 8f14d4c commit 491f4b6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 18 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
## Change log
----------------------

Version 1.2-SNAPSHOT
Version 1.1.1
-------------

CHANGED:

- update of parent version to 4.4
- update of dependency silly-collections version to 5


Version 1.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Than you can add the dependency to your dependencies:
<properties>
...
<!-- MEANBEAN-FACTORIES version -->
<meanbean-factories.version>1.1</meanbean-factories.version>
<meanbean-factories.version>1.1.1</meanbean-factories.version>
...
</properties>
...
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>de.alpharogroup</groupId>
<artifactId>mvn-java-parent</artifactId>
<version>3.11</version>
<version>4.4</version>
<relativePath></relativePath>
</parent>

<artifactId>meanbean-factories</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.1.1</version>
<inceptionYear>2012</inceptionYear>

<name>${project.artifactId}</name>
Expand All @@ -27,7 +27,7 @@
<!-- MEANBEAN version -->
<meanbean.version>2.0.3</meanbean.version>
<!-- SILLY-COLLECTIONS version -->
<silly-collections.version>4.31</silly-collections.version>
<silly-collections.version>5</silly-collections.version>
</properties>


Expand Down
13 changes: 0 additions & 13 deletions src/main/resources/log4j2.xml

This file was deleted.

0 comments on commit 491f4b6

Please sign in to comment.