Skip to content

Commit

Permalink
[maven-release-plugin] prepare release ddf-2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Codice Release Manager committed Mar 11, 2019
1 parent f9ba034 commit b0fc462
Show file tree
Hide file tree
Showing 546 changed files with 1,123 additions and 1,879 deletions.
8 changes: 3 additions & 5 deletions broker/broker-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@
*
**/
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<parent>
<groupId>org.codice.ddf.broker</groupId>
<artifactId>broker</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -61,7 +59,7 @@
<Fragment-Host>org.apache.activemq.artemis-server-osgi</Fragment-Host>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<!-- Don't Export Anything -->
<Export-Package/>
<Export-Package />
</instructions>
</configuration>
</plugin>
Expand Down
9 changes: 3 additions & 6 deletions broker/broker-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,12 @@
**/
-->
<project
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.codice.ddf.broker</groupId>
<artifactId>broker</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<artifactId>broker-app</artifactId>
<name>DDF :: Broker :: App</name>
Expand Down Expand Up @@ -63,7 +60,7 @@
<version>${project.version}</version>
</dependency>
</dependencies>
<properties/>
<properties />
<build>
<plugins>
<plugin>
Expand Down
6 changes: 2 additions & 4 deletions broker/broker-connection-factory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@
*
**/
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<parent>
<groupId>org.codice.ddf.broker</groupId>
<artifactId>broker</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions broker/broker-route-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@
*
**/
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<parent>
<groupId>org.codice.ddf.broker</groupId>
<artifactId>broker</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions broker/broker-security-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@
*
**/
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<parent>
<groupId>org.codice.ddf.broker</groupId>
<artifactId>broker</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 3 additions & 5 deletions broker/broker-security-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@
*
**/
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<parent>
<groupId>org.codice.ddf.broker</groupId>
<artifactId>broker</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -71,7 +69,7 @@
<instructions>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Conditional-Package>org.codice.ddf.security.util,org.codice.ddf.platform.util</Conditional-Package>
<Export-Package/>
<Export-Package />
</instructions>
</configuration>
</plugin>
Expand Down
8 changes: 3 additions & 5 deletions broker/broker-topic-logger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@
*
**/
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<parent>
<groupId>org.codice.ddf.broker</groupId>
<artifactId>broker</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -42,7 +40,7 @@
<configuration>
<instructions>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Export-Package/>
<Export-Package />
</instructions>
</configuration>
</plugin>
Expand Down
4 changes: 2 additions & 2 deletions broker/broker-undelivered-messages-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
*
**/
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<parent>
<groupId>org.codice.ddf.broker</groupId>
<artifactId>broker</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@
*
**/
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>ddf</groupId>
<artifactId>ddf</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>

<groupId>org.codice.ddf.broker</groupId>
Expand Down
4 changes: 2 additions & 2 deletions catalog/admin/catalog-admin-downloadmanager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<artifactId>catalog-admin</artifactId>
<groupId>ddf.catalog.admin</groupId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>catalog-admin-downloadmanager</artifactId>
Expand All @@ -27,7 +27,7 @@
<instructions>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Private-Package>ddf.catalog.data.impl.*</Private-Package>
<Export-Package/>
<Export-Package />
</instructions>
</configuration>
</plugin>
Expand Down
8 changes: 3 additions & 5 deletions catalog/admin/catalog-admin-poller-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@
*
**/
-->
<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">
<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">
<parent>
<artifactId>catalog-admin</artifactId>
<groupId>ddf.catalog.admin</groupId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>DDF :: Catalog :: Admin :: Poller Service</name>
Expand Down Expand Up @@ -85,7 +83,7 @@
<!--we will use this servlet filter once it has been made generic to protect this app-->
<!--<Embed-Dependency>search-securityservletfilter</Embed-Dependency>-->
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Export-Package/>
<Export-Package />
<Embed-Dependency>
catalog-core-api-impl;scope=!test,platform-util
</Embed-Dependency>
Expand Down
6 changes: 2 additions & 4 deletions catalog/admin/module/catalog-admin-module-layout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@
*
**/
-->
<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">
<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">
<parent>
<artifactId>catalog-admin-module</artifactId>
<groupId>ddf.catalog.admin</groupId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>DDF :: Catalog :: Admin :: Module :: Default Layout</name>
Expand Down
6 changes: 2 additions & 4 deletions catalog/admin/module/catalog-admin-module-maplayers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@
*
**/
-->
<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">
<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">
<parent>
<artifactId>catalog-admin-module</artifactId>
<groupId>ddf.catalog.admin</groupId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>DDF :: Catalog :: Admin :: Module :: Map Layers</name>
Expand Down
4 changes: 2 additions & 2 deletions catalog/admin/module/catalog-admin-module-sources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>catalog-admin-module</artifactId>
<groupId>ddf.catalog.admin</groupId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>DDF :: Catalog :: Admin :: Module :: Sources</name>
Expand Down Expand Up @@ -61,7 +61,7 @@
<!--we will use this servlet filter once it has been made generic to protect this app-->
<!--<Embed-Dependency>search-securityservletfilter</Embed-Dependency>-->
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Export-Package/>
<Export-Package />
</instructions>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion catalog/admin/module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>ddf.catalog.admin</groupId>
<artifactId>catalog-admin</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<artifactId>catalog-admin-module</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>catalog-admin-plugin</artifactId>
<groupId>ddf.catalog.admin</groupId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>catalog-admin-plugin-sourceconfiguration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion catalog/admin/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>ddf.catalog.admin</groupId>
<artifactId>catalog-admin</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<artifactId>catalog-admin-plugin</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion catalog/admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>ddf.catalog</groupId>
<artifactId>catalog</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<groupId>ddf.catalog.admin</groupId>
<artifactId>catalog-admin</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions catalog/async/catalog-async-data-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@
*
**/
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<parent>
<artifactId>async</artifactId>
<groupId>ddf.catalog.async</groupId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 2 additions & 4 deletions catalog/async/catalog-async-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@
*
**/
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<parent>
<artifactId>async</artifactId>
<groupId>ddf.catalog.async</groupId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 2 additions & 4 deletions catalog/async/catalog-async-plugin-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@
*
**/
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<parent>
<artifactId>async</artifactId>
<groupId>ddf.catalog.async</groupId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 2 additions & 4 deletions catalog/async/catalog-async-postingestplugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@
*
**/
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<parent>
<artifactId>async</artifactId>
<groupId>ddf.catalog.async</groupId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 2 additions & 4 deletions catalog/async/catalog-async-processingframework-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@
*
**/
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<parent>
<artifactId>async</artifactId>
<groupId>ddf.catalog.async</groupId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Loading

0 comments on commit b0fc462

Please sign in to comment.