Skip to content

Commit

Permalink
[maven-release-plugin] prepare release ddf-2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pklinef committed Jul 1, 2016
1 parent d0dfdb2 commit 5d1d8b2
Show file tree
Hide file tree
Showing 396 changed files with 708 additions and 1,009 deletions.
8 changes: 3 additions & 5 deletions catalog/admin/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.9.1-SNAPSHOT</version>
<version>2.9.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>DDF :: Catalog :: Admin :: Poller Service</name>
Expand Down Expand Up @@ -79,7 +77,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
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.9.1-SNAPSHOT</version>
<version>2.9.1</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
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.9.1-SNAPSHOT</version>
<version>2.9.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>DDF :: Catalog :: Admin :: Module :: Sources</name>
Expand Down Expand Up @@ -87,7 +87,7 @@
<Web-ContextPath>/admin/sources</Web-ContextPath>
<_wab>src/main/webapp,${project.build.directory}/webapp</_wab>
<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.9.1-SNAPSHOT</version>
<version>2.9.1</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.9.1-SNAPSHOT</version>
<version>2.9.1</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.9.1-SNAPSHOT</version>
<version>2.9.1</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.9.1-SNAPSHOT</version>
<version>2.9.1</version>
</parent>
<groupId>ddf.catalog.admin</groupId>
<artifactId>catalog-admin</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions catalog/catalog-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@
*
**/
-->
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>ddf.catalog</groupId>
<artifactId>catalog</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.1</version>
</parent>
<artifactId>catalog-app</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion catalog/common/catalog-common-geo-formatter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>ddf.catalog.common</groupId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.1</version>
</parent>
<artifactId>geo-formatter</artifactId>
<name>DDF :: Catalog :: Common :: Geo Formatter</name>
Expand Down
2 changes: 1 addition & 1 deletion catalog/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>ddf.catalog</groupId>
<artifactId>catalog</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>ddf.catalog.common</groupId>
Expand Down
6 changes: 2 additions & 4 deletions catalog/core/catalog-core-actions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@
*
**/
-->
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>core</artifactId>
<groupId>ddf.catalog.core</groupId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.1</version>
</parent>

<artifactId>catalog-core-actions</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions catalog/core/catalog-core-api-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@
*
**/
-->
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>ddf.catalog.core</groupId>
<artifactId>core</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.1</version>
</parent>
<artifactId>catalog-core-api-impl</artifactId>
<name>DDF :: Catalog :: Core :: API :: Impl</name>
Expand Down
6 changes: 2 additions & 4 deletions catalog/core/catalog-core-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@
*
**/
-->
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>core</artifactId>
<groupId>ddf.catalog.core</groupId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.1</version>
</parent>
<artifactId>catalog-core-api</artifactId>
<name>DDF :: Catalog :: Core :: API</name>
Expand Down
6 changes: 2 additions & 4 deletions catalog/core/catalog-core-attribute-registry/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>core</artifactId>
<groupId>ddf.catalog.core</groupId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions catalog/core/catalog-core-backupplugin/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>core</artifactId>
<groupId>ddf.catalog.core</groupId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>catalog-core-backupplugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion catalog/core/catalog-core-camelcomponent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>ddf.catalog.core</groupId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.1</version>
</parent>
<artifactId>catalog-core-camelcomponent</artifactId>
<name>DDF :: Catalog :: Core :: Camel Component</name>
Expand Down
6 changes: 2 additions & 4 deletions catalog/core/catalog-core-camelcontext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,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>core</artifactId>
<groupId>ddf.catalog.core</groupId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 3 additions & 5 deletions catalog/core/catalog-core-commands/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@
*
**/
-->
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>core</artifactId>
<groupId>ddf.catalog.core</groupId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.1</version>
</parent>
<artifactId>catalog-core-commands</artifactId>
<name>DDF :: Catalog :: Core :: Commands</name>
Expand Down Expand Up @@ -145,7 +143,7 @@
<Private-Package>
org.codice.ddf.commands.*
</Private-Package>
<Export-Package/>
<Export-Package />
<Import-Package>
org.osgi.framework;version="[1.5,2)",
*
Expand Down
2 changes: 1 addition & 1 deletion catalog/core/catalog-core-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>ddf.catalog.core</groupId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.1</version>
</parent>
<artifactId>catalog-core-commons</artifactId>
<packaging>bundle</packaging>
Expand Down
6 changes: 2 additions & 4 deletions catalog/core/catalog-core-contentresourcereader/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>core</artifactId>
<groupId>ddf.catalog.core</groupId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 3 additions & 5 deletions catalog/core/catalog-core-defaultvalues/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>core</artifactId>
<groupId>ddf.catalog.core</groupId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -57,7 +55,7 @@
<configuration>
<instructions>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Export-Package/>
<Export-Package />
</instructions>
</configuration>
</plugin>
Expand Down
6 changes: 2 additions & 4 deletions catalog/core/catalog-core-directorymonitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,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>core</artifactId>
<groupId>ddf.catalog.core</groupId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions catalog/core/catalog-core-eventcommands/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>ddf.catalog.core</groupId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.1</version>
</parent>
<artifactId>catalog-core-eventcommands</artifactId>
<name>DDF :: Catalog :: Core :: Event Commands</name>
Expand Down Expand Up @@ -60,7 +60,7 @@
<configuration>
<instructions>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Export-Package/>
<Export-Package />
<Import-Package>
ddf.catalog.event,
org.apache.felix.service.command,
Expand Down
2 changes: 1 addition & 1 deletion catalog/core/catalog-core-federationstrategy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>ddf.catalog.core</groupId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.1</version>
</parent>
<artifactId>catalog-core-federationstrategy</artifactId>
<name>DDF :: Catalog :: Core :: Federation Strategy</name>
Expand Down
4 changes: 2 additions & 2 deletions catalog/core/catalog-core-impl/filter-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>ddf.catalog.core</groupId>
<artifactId>catalog-core-impl</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.1</version>
</parent>
<artifactId>filter-proxy</artifactId>
<name>DDF :: Catalog :: Core :: Impl :: Filter Proxy</name>
Expand Down Expand Up @@ -60,7 +60,7 @@
<configuration>
<instructions>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Export-Package/>
<Export-Package />
</instructions>
</configuration>
</plugin>
Expand Down
6 changes: 2 additions & 4 deletions catalog/core/catalog-core-impl/metacard-type-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@
*
**/
-->
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>ddf.catalog.core</groupId>
<artifactId>catalog-core-impl</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.1</version>
</parent>
<artifactId>metacard-type-registry</artifactId>
<packaging>bundle</packaging>
Expand Down
Loading

0 comments on commit 5d1d8b2

Please sign in to comment.