Skip to content

Commit

Permalink
Bumped version to 0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkopczuk committed Nov 25, 2015
1 parent f804df7 commit 804507d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions nifi-filefromtemplate-nar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
<parent>
<groupId>io.swingdev</groupId>
<artifactId>nifi-file-from-template-processor</artifactId>
<version>0.1</version>
<version>0.2</version>
</parent>

<artifactId>nifi-filefromtemplate-nar</artifactId>
<version>0.1</version>
<version>0.2</version>
<packaging>nar</packaging>

<dependencies>
<dependency>
<groupId>io.swingdev</groupId>
<artifactId>nifi-filefromtemplate-processors</artifactId>
<version>0.1</version>
<version>0.2</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion nifi-filefromtemplate-processors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.swingdev</groupId>
<artifactId>nifi-file-from-template-processor</artifactId>
<version>0.1</version>
<version>0.2</version>
</parent>

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

<groupId>io.swingdev</groupId>
<artifactId>nifi-file-from-template-processor</artifactId>
<version>0.1</version>
<version>0.2</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 804507d

Please sign in to comment.