Skip to content

Commit 8af900f

Browse files
committed
[maven-release-plugin] prepare release admin-0.1.2
1 parent 4d2e2d8 commit 8af900f

File tree

17 files changed

+25
-37
lines changed

17 files changed

+25
-37
lines changed

admin-module/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@
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

2018
<parent>
2119
<groupId>org.codice.ddf.admin.beta</groupId>
2220
<artifactId>admin</artifactId>
23-
<version>0.1.2-SNAPSHOT</version>
21+
<version>0.1.2</version>
2422
</parent>
2523

2624
<name>DDF :: Admin (Beta) :: Modules :: Setup</name>
@@ -42,7 +40,7 @@
4240
<configuration>
4341
<instructions>
4442
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
45-
<Export-Package/>
43+
<Export-Package />
4644
</instructions>
4745
</configuration>
4846
</plugin>

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>admin</artifactId>
2020
<groupId>org.codice.ddf.admin.beta</groupId>
21-
<version>0.1.2-SNAPSHOT</version>
21+
<version>0.1.2</version>
2222
</parent>
2323
<artifactId>admin-api</artifactId>
2424
<packaging>bundle</packaging>

app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>admin</artifactId>
2020
<groupId>org.codice.ddf.admin.beta</groupId>
21-
<version>0.1.2-SNAPSHOT</version>
21+
<version>0.1.2</version>
2222
</parent>
2323
<artifactId>admin-beta-app</artifactId>
2424
<name>DDF :: Admin (Beta) :: App</name>

commons/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.2-SNAPSHOT</version>
20+
<version>0.1.2</version>
2321
</parent>
2422

2523
<artifactId>admin-commons</artifactId>

config-handler-router/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>admin</artifactId>
1919
<groupId>org.codice.ddf.admin.beta</groupId>
20-
<version>0.1.2-SNAPSHOT</version>
20+
<version>0.1.2</version>
2121
</parent>
2222
<name>DDF :: Admin (Beta) :: Config Handler Router</name>
2323
<artifactId>config-handler-router</artifactId>

configurator/configurator-api/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@
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

2018
<parent>
2119
<groupId>org.codice.ddf.admin.beta</groupId>
2220
<artifactId>configurator</artifactId>
23-
<version>0.1.2-SNAPSHOT</version>
21+
<version>0.1.2</version>
2422
</parent>
2523

2624
<name>DDF :: Configurator :: API</name>

configurator/configurator-impl/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@
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

2018
<parent>
2119
<groupId>org.codice.ddf.admin.beta</groupId>
2220
<artifactId>configurator</artifactId>
23-
<version>0.1.2-SNAPSHOT</version>
21+
<version>0.1.2</version>
2422
</parent>
2523

2624
<name>DDF :: Configurator :: Transactional Implementation</name>

configurator/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@
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

2018
<parent>
2119
<groupId>org.codice.ddf.admin.beta</groupId>
2220
<artifactId>admin</artifactId>
23-
<version>0.1.2-SNAPSHOT</version>
21+
<version>0.1.2</version>
2422
</parent>
2523

2624
<name>DDF :: Configurator</name>

federation/commons/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@
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
<parent>
1917
<artifactId>admin-federation</artifactId>
2018
<groupId>org.codice.ddf.admin.beta</groupId>
21-
<version>0.1.2-SNAPSHOT</version>
19+
<version>0.1.2</version>
2220
</parent>
2321
<modelVersion>4.0.0</modelVersion>
2422

federation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.codice.ddf.admin.beta</groupId>
2020
<artifactId>admin</artifactId>
21-
<version>0.1.2-SNAPSHOT</version>
21+
<version>0.1.2</version>
2222
</parent>
2323
<artifactId>admin-federation</artifactId>
2424
<name>DDF :: Admin (Beta) :: Federation</name>

0 commit comments

Comments
 (0)