|
1 | | -<!-- /** * (c) Copyright 2018, 2019 IBM Corporation * 1 New Orchard Road, |
2 | | - * Armonk, New York, 10504-1722 * United States * +1 914 499 1900 * support: |
3 | | - Nathaniel Mills wnm3@us.ibm.com * * Licensed under the Apache License, Version |
4 | | - 2.0 (the "License"); * you may not use this file except in compliance with |
5 | | - the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 |
6 | | - * * Unless required by applicable law or agreed to in writing, software * |
7 | | - distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT |
8 | | - WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the |
9 | | - License for the specific language governing permissions and * limitations |
10 | | - under the License. * */ --> |
| 1 | +<!-- |
| 2 | +/** |
| 3 | + * (c) Copyright 2018, 2019 IBM Corporation |
| 4 | + * 1 New Orchard Road, |
| 5 | + * Armonk, New York, 10504-1722 |
| 6 | + * United States |
| 7 | + * +1 914 499 1900 |
| 8 | + * support: Nathaniel Mills wnm3@us.ibm.com |
| 9 | + * |
| 10 | + * Licensed under the Apache License, Version 2.0 (the "License"); |
| 11 | + * you may not use this file except in compliance with the License. |
| 12 | + * You may obtain a copy of the License at |
| 13 | + * |
| 14 | + * http://www.apache.org/licenses/LICENSE-2.0 |
| 15 | + * |
| 16 | + * Unless required by applicable law or agreed to in writing, software |
| 17 | + * distributed under the License is distributed on an "AS IS" BASIS, |
| 18 | + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 19 | + * See the License for the specific language governing permissions and |
| 20 | + * limitations under the License. |
| 21 | + * |
| 22 | + */ --> |
| 23 | + |
11 | 24 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
12 | 25 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
13 | 26 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
14 | 27 | <modelVersion>4.0.0</modelVersion> |
15 | 28 | <groupId>com.ibm.jsonata4java</groupId> |
16 | 29 | <artifactId>JSONata4Java</artifactId> |
17 | | - <version>2.6.2</version> |
| 30 | + <version>2.6.3</version> |
18 | 31 | <name>JSONata4Java</name> |
19 | 32 | <description>Port of jsonata.js to Java to enable rules for JSON content</description> |
20 | 33 | <url>https://github.com/IBM/JSONata4Java</url> |
|
121 | 134 | <artifactId>gson</artifactId> |
122 | 135 | <version>2.14.0</version> |
123 | 136 | </dependency> |
124 | | - <!-- issue 351 |
125 | | - <dependency> |
126 | | - <groupId>biz.aQute.bnd</groupId> |
127 | | - <artifactId>bnd-maven-plugin</artifactId> |
128 | | - <version>7.1.0</version> |
129 | | - </dependency> |
130 | | - --> |
131 | 137 | </dependencies> |
132 | 138 | <build> |
133 | 139 | <sourceDirectory>src/main/java</sourceDirectory> |
|
156 | 162 | <publishingServerId>central</publishingServerId> |
157 | 163 | </configuration> |
158 | 164 | </plugin> |
159 | | - <!-- replaced by direct maven central repo above |
160 | | - <plugin> |
161 | | - <groupId>org.sonatype.plugins</groupId> |
162 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
163 | | - <version>1.7.0</version> |
164 | | - <extensions>true</extensions> |
165 | | - <configuration> |
166 | | - <serverId>ossrh</serverId> |
167 | | - <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
168 | | - <autoReleaseAfterClose>false</autoReleaseAfterClose> |
169 | | - </configuration> |
170 | | - </plugin> |
171 | | - --> |
172 | 165 | <plugin> |
173 | 166 | <groupId>org.apache.maven.plugins</groupId> |
174 | 167 | <artifactId>maven-gpg-plugin</artifactId> |
|
0 commit comments