Skip to content

Commit c5821d6

Browse files
committed
[maven-release-plugin] prepare release admin-0.1.0
1 parent 76cba09 commit c5821d6

File tree

11 files changed

+27
-49
lines changed

11 files changed

+27
-49
lines changed

api/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@
1313
**/
1414
-->
1515

16-
<project xmlns="http://maven.apache.org/POM/4.0.0"
17-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
16+
<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">
1917
<modelVersion>4.0.0</modelVersion>
2018
<parent>
2119
<artifactId>admin</artifactId>
2220
<groupId>org.codice.ddf.admin.beta</groupId>
23-
<version>0.1.0-SNAPSHOT</version>
21+
<version>0.1.0</version>
2422
</parent>
2523
<artifactId>admin-api</artifactId>
2624
<packaging>bundle</packaging>
@@ -41,7 +39,7 @@
4139
<version>2.9.4</version>
4240
<scope>provided</scope>
4341
</dependency>
44-
<!---->
42+
4543

4644
<!--todo these ldap dependencies to be removed when ldap is yanked out of this module-->
4745
<dependency>

app/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@
1313
**/
1414
-->
1515

16-
<project xmlns="http://maven.apache.org/POM/4.0.0"
17-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
16+
<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">
1917
<modelVersion>4.0.0</modelVersion>
2018
<parent>
2119
<artifactId>admin</artifactId>
2220
<groupId>org.codice.ddf.admin.beta</groupId>
23-
<version>0.1.0-SNAPSHOT</version>
21+
<version>0.1.0</version>
2422
</parent>
2523
<artifactId>admin-beta-app</artifactId>
2624
<name>DDF :: Admin (Beta) :: App</name>

config-handler-router/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@
1212
*
1313
**/
1414
-->
15-
<project xmlns="http://maven.apache.org/POM/4.0.0"
16-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
15+
<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">
1816
<modelVersion>4.0.0</modelVersion>
1917
<parent>
2018
<artifactId>admin</artifactId>
2119
<groupId>org.codice.ddf.admin.beta</groupId>
22-
<version>0.1.0-SNAPSHOT</version>
20+
<version>0.1.0</version>
2321
</parent>
2422
<name>DDF :: Admin (Beta) :: Config Handler Router</name>
2523
<artifactId>config-handler-router</artifactId>

federation/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@
1313
**/
1414
-->
1515

16-
<project xmlns="http://maven.apache.org/POM/4.0.0"
17-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
16+
<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">
1917
<modelVersion>4.0.0</modelVersion>
2018
<parent>
2119
<groupId>org.codice.ddf.admin.beta</groupId>
2220
<artifactId>admin</artifactId>
23-
<version>0.1.0-SNAPSHOT</version>
21+
<version>0.1.0</version>
2422
</parent>
2523
<artifactId>admin-federation</artifactId>
2624
<name>DDF :: Admin (Beta) :: Federation</name>

federation/source-config-handlers/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@
1313
**/
1414
-->
1515

16-
<project xmlns="http://maven.apache.org/POM/4.0.0"
17-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
16+
<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">
1917
<modelVersion>4.0.0</modelVersion>
2018
<parent>
2119
<groupId>org.codice.ddf.admin.beta</groupId>
2220
<artifactId>admin-federation</artifactId>
23-
<version>0.1.0-SNAPSHOT</version>
21+
<version>0.1.0</version>
2422
</parent>
2523
<name>DDF :: Admin (Beta) :: Federation :: Source Config Handlers</name>
2624
<artifactId>sources-config-handler</artifactId>

pom.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@
1212
*
1313
**/
1414
-->
15-
<project xmlns="http://maven.apache.org/POM/4.0.0"
16-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
15+
<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">
1816
<modelVersion>4.0.0</modelVersion>
1917
<groupId>org.codice.ddf.admin.beta</groupId>
2018
<artifactId>admin</artifactId>
2119
<name>DDF Admin (Beta)</name>
22-
<version>0.1.0-SNAPSHOT</version>
20+
<version>0.1.0</version>
2321
<packaging>pom</packaging>
2422

2523
<!--
@@ -43,16 +41,16 @@
4341
<commons-lang.version>2.6</commons-lang.version>
4442
<node.version>v7.1.0</node.version>
4543
<yarn.version>v0.19.1</yarn.version>
46-
<ddf.scm.connection.url/>
47-
<snapshots.repository.url/>
48-
<reports.repository.url/>
44+
<ddf.scm.connection.url />
45+
<snapshots.repository.url />
46+
<reports.repository.url />
4947
</properties>
5048

5149
<scm>
5250
<url>https://github.com/connexta/admin-console-beta</url>
5351
<connection>scm:git:https://github.com/connexta/admin-console-beta.git</connection>
5452
<developerConnection>scm:git:https://github.com/connexta/admin-console-beta.git</developerConnection>
55-
<tag>HEAD</tag>
53+
<tag>admin-0.1.0</tag>
5654
</scm>
5755
<distributionManagement>
5856
<snapshotRepository>

security/contextpolicy-config-handler/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@
1313
**/
1414
-->
1515

16-
<project xmlns="http://maven.apache.org/POM/4.0.0"
17-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
16+
<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">
1917
<modelVersion>4.0.0</modelVersion>
2018
<parent>
2119
<artifactId>admin-security</artifactId>
2220
<groupId>org.codice.ddf.admin.beta</groupId>
23-
<version>0.1.0-SNAPSHOT</version>
21+
<version>0.1.0</version>
2422
</parent>
2523
<name>DDF :: Admin (Beta) :: Security :: Context Policy Handler</name>
2624
<artifactId>contextpolicy-config-handler</artifactId>

security/embedded-ldap-config-handler/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@
1313
**/
1414
-->
1515

16-
<project xmlns="http://maven.apache.org/POM/4.0.0"
17-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
16+
<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">
1917
<modelVersion>4.0.0</modelVersion>
2018
<parent>
2119
<artifactId>admin-security</artifactId>
2220
<groupId>org.codice.ddf.admin.beta</groupId>
23-
<version>0.1.0-SNAPSHOT</version>
21+
<version>0.1.0</version>
2422
</parent>
2523
<artifactId>embedded-ldap-config-handler</artifactId>
2624
<name>DDF :: Admin (Beta) :: Security :: Embedded LDAP Handler</name>

security/ldap-config-handler/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@
1313
**/
1414
-->
1515

16-
<project xmlns="http://maven.apache.org/POM/4.0.0"
17-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
16+
<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">
1917
<modelVersion>4.0.0</modelVersion>
2018
<parent>
2119
<artifactId>admin-security</artifactId>
2220
<groupId>org.codice.ddf.admin.beta</groupId>
23-
<version>0.1.0-SNAPSHOT</version>
21+
<version>0.1.0</version>
2422
</parent>
2523
<name>DDF :: Admin (Beta) :: Security :: LDAP Handler</name>
2624
<artifactId>ldap-config-handler</artifactId>

security/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@
1313
**/
1414
-->
1515

16-
<project xmlns="http://maven.apache.org/POM/4.0.0"
17-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
16+
<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">
1917
<modelVersion>4.0.0</modelVersion>
2018
<parent>
2119
<artifactId>admin</artifactId>
2220
<groupId>org.codice.ddf.admin.beta</groupId>
23-
<version>0.1.0-SNAPSHOT</version>
21+
<version>0.1.0</version>
2422
</parent>
2523
<artifactId>admin-security</artifactId>
2624
<name>DDF :: Admin (Beta) :: Security</name>

0 commit comments

Comments
 (0)