Skip to content

Commit

Permalink
Merge branch 'dev_propertyplugin'
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeec committed Dec 14, 2016
2 parents d511996 + 599bcdf commit 9b8a77b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
3 changes: 2 additions & 1 deletion cobigen/cobigen-propertyplugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>cobigen-propertyplugin</artifactId>
<packaging>jar</packaging>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<name>CobiGen - Property File Plug-In</name>
<parent>
<groupId>com.capgemini</groupId>
Expand All @@ -22,6 +22,7 @@
<groupId>com.capgemini</groupId>
<artifactId>cobigen-core-test</artifactId>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@

/**
* The {@link PropertyMerger} merges two property files. One being provided as the base file and the second
* being provided as the file contents of the
*
* @author mbrunnli (11.03.2013)
* @uthor sbasnet(06.05.2014)
* being provided as the file contents of the patch.
*/
public class PropertyMerger implements Merger {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
import junit.framework.TestCase;

/**
*
* * Testing of PropertyMerger of its override property
*
* @author sbasnet(06.05.2014)
* Testing of PropertyMerger of its override property
*/
public class PropertyMergerTest extends TestCase {

Expand Down

0 comments on commit 9b8a77b

Please sign in to comment.