Skip to content

Commit

Permalink
Merge pull request #60 from niveathika/master
Browse files Browse the repository at this point in the history
Bump maven bundle plugin to fix build
  • Loading branch information
mohanvive authored Sep 23, 2019
2 parents 6670c82 + 79fcf35 commit 9069846
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${maven.bundle.plugin.version}</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</profiles>

<properties>
<siddhi.version>5.1.2</siddhi.version>
<siddhi.version>5.1.4</siddhi.version>
<siddhi.import.version.range>[5.0.0, 6.0.0)</siddhi.import.version.range>
<log4j.version>1.2.17.wso2v1</log4j.version>
<org.json.wso2.version>2.0.0.wso2v1</org.json.wso2.version>
Expand All @@ -60,6 +60,7 @@
<mavan.findbugsplugin.exclude.file>findbugs-exclude.xml</mavan.findbugsplugin.exclude.file>
<mavan.checkstyle.suppression.file>checkstyle-suppressions.xml</mavan.checkstyle.suppression.file>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.bundle.plugin.version>3.5.0</maven.bundle.plugin.version>
</properties>

<scm>
Expand Down

0 comments on commit 9069846

Please sign in to comment.