Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
eschleb committed Jan 23, 2024
2 parents 1525bfa + a8d4bb2 commit 8284eab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion json2properties-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.namics.oss.magnolia</groupId>
<artifactId>magnolia-dictionary-parent</artifactId>
<version>1.2.7</version>
<version>1.2.8-SNAPSHOT</version>
</parent>

<artifactId>json2properties-generator</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
import java.util.Set;


@Mojo(name = "json2properties-generator", defaultPhase = LifecyclePhase.GENERATE_RESOURCES)
public class ReferenceGeneratorMojo extends AbstractMojo {
@Mojo(name = "json2properties-generator", defaultPhase = LifecyclePhase.GENERATE_RESOURCES, threadSafe = true)
public class Json2PropertiesGeneratorMojo extends AbstractMojo {
@Parameter(property = "source", required = true)
private String source;
@Parameter(property = "destination", required = true)
Expand Down
2 changes: 1 addition & 1 deletion magnolia-dictionary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.namics.oss.magnolia</groupId>
<artifactId>magnolia-dictionary-parent</artifactId>
<version>1.2.7</version>
<version>1.2.8-SNAPSHOT</version>
</parent>

<artifactId>magnolia-dictionary</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.namics.oss.magnolia</groupId>
<artifactId>magnolia-dictionary-parent</artifactId>
<version>1.2.7</version>
<version>1.2.8-SNAPSHOT</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down

0 comments on commit 8284eab

Please sign in to comment.