Skip to content

Commit

Permalink
[maven-release-plugin] prepare release catalog-ui-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Thomson committed Feb 3, 2020
1 parent 5884c1e commit 8bca40a
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 24 deletions.
9 changes: 3 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@
**/
-->
<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>

<name>DDF :: UI</name>
<artifactId>catalog-ui</artifactId>
<groupId>org.codice.ddf.search</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

<organization>
<name>Codice Foundation</name>
Expand Down Expand Up @@ -206,8 +204,7 @@
</goals>
<configuration>
<rules>
<ArtifactSizeEnforcerRule
implementation="org.codice.maven.artifactsize.ArtifactSizeEnforcerRule"/>
<ArtifactSizeEnforcerRule implementation="org.codice.maven.artifactsize.ArtifactSizeEnforcerRule" />
</rules>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion ui-backend/catalog-ui-enumeration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>backend</artifactId>
<groupId>org.codice.ddf.search</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<packaging>bundle</packaging>

Expand Down
6 changes: 2 additions & 4 deletions ui-backend/catalog-ui-oauth/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">

<parent>
<groupId>org.codice.ddf.search</groupId>
<artifactId>backend</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ui-backend/catalog-ui-search-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.codice.ddf.search</groupId>
<artifactId>backend</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>catalog-ui-search-api</artifactId>
<name>DDF :: Catalog :: UI :: Catalog UI Search API</name>
Expand Down
2 changes: 1 addition & 1 deletion ui-backend/catalog-ui-search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.codice.ddf.search</groupId>
<artifactId>backend</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>catalog-ui-search</artifactId>
<name>DDF :: Catalog :: UI :: Catalog UI Search</name>
Expand Down
2 changes: 1 addition & 1 deletion ui-backend/intrigue-ui-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.codice.ddf.search</groupId>
<artifactId>backend</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>DDF :: UI :: Search UI :: App</name>
Expand Down
8 changes: 3 additions & 5 deletions ui-backend/pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
<?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">
<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.search</groupId>
<artifactId>catalog-ui</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<groupId>org.codice.ddf.search</groupId>
<artifactId>backend</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion ui-backend/zip-splitter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.codice.ddf.search</groupId>
<artifactId>backend</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>zip-splitter</artifactId>
<name>DDF :: Catalog :: UI :: Splitter :: ZIP</name>
Expand Down
6 changes: 2 additions & 4 deletions ui-frontend/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>catalog-ui</artifactId>
<groupId>org.codice.ddf.search</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<groupId>org.codice.ddf.search</groupId>
Expand Down

0 comments on commit 8bca40a

Please sign in to comment.