Skip to content

Commit

Permalink
Merge pull request #5 from FutureGateway/master
Browse files Browse the repository at this point in the history
Fix version mismatch
  • Loading branch information
fmarco76 committed May 4, 2017
2 parents 46568d5 + edace7a commit 7ec174f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion future-gateway-admin-portlet/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Bundle-SymbolicName: future.gateway.admin.portlet
Bundle-Name: FutureGateway Admin
Bundle-Version: 2.0.0
Bundle-Version: 2.0.1
Liferay-Export-JS-Submodules: *
-includeresource: package.json
2 changes: 1 addition & 1 deletion future-gateway-admin-portlet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "future-gateway-admin-portlet",
"version": "1.0.0",
"version": "2.0.1",
"dependencies": {
"metal": "^1.0.0",
"metal-datatable": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion future-gateway-customisable-application-portlet/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Bundle-Name: FutureGateway customisable.application.portlet
Bundle-SymbolicName: customisable.application.portlet
Bundle-Version: 2.0.0
Bundle-Version: 2.0.1
Export-Package:\
it.infn.ct.indigo.portlet,\
it.infn.ct.indigo.portlet.configuration
Expand Down
2 changes: 1 addition & 1 deletion login-authentication-iam-web/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Bundle-SymbolicName: com.liferay.login.authentication.iam.web
Bundle-Version: 2.0.0
Bundle-Version: 2.0.1
Bundle-Name: Login Authentication IAM Web
Bundle-Description: Login extension for IAM authentication
Bundle-Copyright: Copyright 2016, INFN - INDIGO-DataCloud
Expand Down
2 changes: 1 addition & 1 deletion portal-security-sso-iam/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Bundle-SymbolicName: com.liferay.portal.security.sso.iam
Bundle-Version: 2.0.0
Bundle-Version: 2.0.1
Bundle-Name: Liferay Portal Security SSO IAM
Bundle-Description: SSO module for INDIGO-DC IAM service. The IAM service is integrated using \
the OpenID Connect protocol
Expand Down
2 changes: 1 addition & 1 deletion portal-settings-authentication-iam-web/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Bundle-SymbolicName: com.liferay.portal.settings.authentication.iam.web
Bundle-Version: 2.0.0
Bundle-Version: 2.0.1
Bundle-Name: Liferay Portal Settings Authentication IAM Web
Bundle-Description: Liferay Portal Settings Authentication Web interface for INDIGO-DC IAM service. \
This make use of OpenID Connect protocol for the authentication
Expand Down
2 changes: 1 addition & 1 deletion service-iam-token/service-iam-token-api/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Bundle-SymbolicName: com.liferay.portal.security.sso.iam.api
Bundle-Version: 2.0.0
Bundle-Version: 2.0.1
Bundle-Name: IAM Tokens Manager API
Bundle-Description: Remote API to manage tokens released by IAM service and allow their use to portlet and other application
Bundle-Copyright: Copyright 2016, INFN - INDIGO-DataCloud
Expand Down
2 changes: 1 addition & 1 deletion service-iam-token/service-iam-token-service/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Bundle-SymbolicName: com.liferay.portal.security.sso.iam.service
Bundle-Version: 2.0.0
Bundle-Version: 2.0.1
Bundle-Name: IAM Tokens Manager Service
Bundle-Description: Manages token released by IAM service and allows their use to portlet and other application
Bundle-Copyright: Copyright 2016, INFN - INDIGO-DataCloud
Expand Down

0 comments on commit 7ec174f

Please sign in to comment.