Skip to content

Commit

Permalink
Incoorporating review comments and updating bundle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ruwany committed Sep 22, 2016
1 parent 457ee23 commit c3217a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hbase-shaded-client/1.2.1.wso2v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.orbit.org.apache.hadoop.hbase</groupId>
<groupId>org.wso2.orbit.org.apache.hbase</groupId>
<artifactId>hbase-shaded-client</artifactId>
<version>1.2.1.wso2v2</version>
<packaging>bundle</packaging>
Expand Down
6 changes: 3 additions & 3 deletions jscep/2.3.0.wso2v1/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
~ Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
~
~ WSO2 Inc. licenses this file to you under the Apache License,
~ Version 2.0 (the "License"); you may not use this file except
Expand Down Expand Up @@ -52,7 +52,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>1.4.0</version>
<version>2.4.0</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand All @@ -62,8 +62,8 @@
org.jscep.*;version="2.3.0",
</Export-Package>
<Import-Package>
org.apache.commons.io.*;version="[2.4.0, 2.5.0)",
!org.jscep.*,
org.apache.commons.io.*;version="[2.4.0, 2.5.0)",
*;resolution:=optional
</Import-Package>
</instructions>
Expand Down

0 comments on commit c3217a3

Please sign in to comment.