You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by oliverlietz <gi...@git.apache.org> on 2017/02/23 15:09:04 UTC

[GitHub] servicemix-bundles pull request #97: SM-3267 Create OSGi bundle for OGNL 3.2

GitHub user oliverlietz opened a pull request:

    https://github.com/apache/servicemix-bundles/pull/97

    SM-3267 Create OSGi bundle for OGNL 3.2

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/oliverlietz/servicemix-bundles SM-3267

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/servicemix-bundles/pull/97.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #97
    
----
commit 135c806840479018f8d0f7bba15d8fee56694c0a
Author: Oliver Lietz <in...@oliverlietz.de>
Date:   2017-02-23T15:05:55Z

    SM-3267 Create OSGi bundle for OGNL 3.2

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] servicemix-bundles pull request #97: SM-3267 Create OSGi bundle for OGNL 3.2

Posted by jbonofre <gi...@git.apache.org>.
Github user jbonofre commented on a diff in the pull request:

    https://github.com/apache/servicemix-bundles/pull/97#discussion_r102898871
  
    --- Diff: ognl-3.2/pom.xml ---
    @@ -0,0 +1,111 @@
    +<?xml version="1.0" encoding="UTF-8"?>
    +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    +
    +    <!--
    +
    +        Licensed to the Apache Software Foundation (ASF) under one or more
    +        contributor license agreements.  See the NOTICE file distributed with
    +        this work for additional information regarding copyright ownership.
    +        The ASF licenses this file to You under the Apache License, Version 2.0
    +        (the "License"); you may not use this file except in compliance with
    +        the License.  You may obtain a copy of the License at
    +
    +           http://www.apache.org/licenses/LICENSE-2.0
    +
    +        Unless required by applicable law or agreed to in writing, software
    +        distributed under the License is distributed on an "AS IS" BASIS,
    +        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    +        See the License for the specific language governing permissions and
    +        limitations under the License.
    +    -->
    +
    +    <modelVersion>4.0.0</modelVersion>
    +
    +    <parent>
    +        <groupId>org.apache.servicemix.bundles</groupId>
    +        <artifactId>bundles-pom</artifactId>
    +        <version>13</version>
    +        <relativePath>../bundles-pom/pom.xml</relativePath>
    +    </parent>
    +
    +    <groupId>org.apache.servicemix.bundles</groupId>
    +    <artifactId>org.apache.servicemix.bundles.ognl</artifactId>
    +    <version>3.2_1</version>
    --- End diff --
    
    The version should be 3.2_1-SNAPSHOT in order to be released (I'm fixing that).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] servicemix-bundles pull request #97: SM-3267 Create OSGi bundle for OGNL 3.2

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/servicemix-bundles/pull/97


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---