Skip to content

Commit

Permalink
Merge branch 'release/0.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jangalinski committed Mar 31, 2022
2 parents 2c9d975 + 5ea431e commit fb5d686
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _examples/kotlin-compile-tile-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.toolisticon.maven.tile._examples</groupId>
<artifactId>toolisticon-maven-tiles-examples</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>

<artifactId>kotlin-compile-tile-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion _examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.toolisticon.maven.tile</groupId>
<artifactId>toolisticon-maven-tiles</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>

<groupId>io.toolisticon.maven.tile._examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-compile-tile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.toolisticon.maven.tile</groupId>
<artifactId>toolisticon-maven-tiles</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>

<artifactId>kotlin-compile-tile</artifactId>
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.toolisticon.maven.tile</groupId>
<artifactId>toolisticon-maven-tiles</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>pom</packaging>

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

0 comments on commit fb5d686

Please sign in to comment.