Skip to content

Commit e978352

Browse files
author
Codice Release Manager
committed
[maven-release-plugin] prepare release admin-1.2.0
1 parent 5806b3a commit e978352

File tree

25 files changed

+50
-95
lines changed

25 files changed

+50
-95
lines changed

admin-module/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.query</groupId>
2020
<artifactId>admin</artifactId>
21-
<version>1.2.0-SNAPSHOT</version>
21+
<version>1.2.0</version>
2222
</parent>
2323

2424
<name>DDF :: Admin Console :: Setup Module</name>

artifact-size-enforcer/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.query</groupId>
22-
<version>1.2.0-SNAPSHOT</version>
20+
<version>1.2.0</version>
2321
</parent>
2422
<artifactId>artifact-size-enforcer</artifactId>
2523
<name>DDF :: Admin Console :: Artifact Size Enforcer</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<groupId>org.codice.ddf.admin.query</groupId>
1818
<artifactId>admin</artifactId>
1919
<name>DDF :: Admin Console</name>
20-
<version>1.2.0-SNAPSHOT</version>
20+
<version>1.2.0</version>
2121
<packaging>pom</packaging>
2222

2323
<!--
@@ -69,7 +69,7 @@
6969
<url>https://github.com/connexta/admin-console</url>
7070
<connection>scm:git:https://github.com/connexta/admin-console.git</connection>
7171
<developerConnection>scm:git:https://github.com/connexta/admin-console.git</developerConnection>
72-
<tag>HEAD</tag>
72+
<tag>admin-1.2.0</tag>
7373
</scm>
7474
<distributionManagement>
7575
<snapshotRepository>

query/api/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-query</artifactId>
2119
<groupId>org.codice.ddf.admin.query</groupId>
22-
<version>1.2.0-SNAPSHOT</version>
20+
<version>1.2.0</version>
2321
</parent>
2422

2523
<name>DDF :: Admin Console :: Query :: API</name>

query/app/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-query</artifactId>
2018
<groupId>org.codice.ddf.admin.query</groupId>
21-
<version>1.2.0-SNAPSHOT</version>
19+
<version>1.2.0</version>
2220
</parent>
2321
<modelVersion>4.0.0</modelVersion>
2422

query/common/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-query</artifactId>
2119
<groupId>org.codice.ddf.admin.query</groupId>
22-
<version>1.2.0-SNAPSHOT</version>
20+
<version>1.2.0</version>
2321
</parent>
2422

2523
<artifactId>admin-query-common</artifactId>

query/dev/app/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-dev</artifactId>
2119
<groupId>org.codice.ddf.admin.query</groupId>
22-
<version>1.2.0-SNAPSHOT</version>
20+
<version>1.2.0</version>
2321
</parent>
2422
<name>DDF :: Admin Console :: Query :: Dev :: App</name>
2523
<artifactId>admin-dev-app</artifactId>

query/dev/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-query</artifactId>
2119
<groupId>org.codice.ddf.admin.query</groupId>
22-
<version>1.2.0-SNAPSHOT</version>
20+
<version>1.2.0</version>
2321
</parent>
2422
<artifactId>admin-dev</artifactId>
2523
<name>DDF :: Admin Console :: Query :: Dev</name>

query/dev/system/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
<artifactId>admin-dev</artifactId>
2220
<groupId>org.codice.ddf.admin.query</groupId>
23-
<version>1.2.0-SNAPSHOT</version>
21+
<version>1.2.0</version>
2422
</parent>
2523
<name>DDF :: Admin Console :: Query :: Dev :: System</name>
2624
<artifactId>admin-dev-system</artifactId>

query/graphql/pom.xml

Lines changed: 3 additions & 5 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-query</artifactId>
2018
<groupId>org.codice.ddf.admin.query</groupId>
21-
<version>1.2.0-SNAPSHOT</version>
19+
<version>1.2.0</version>
2220
</parent>
2321
<modelVersion>4.0.0</modelVersion>
2422

@@ -166,7 +164,7 @@
166164
</Embed-Dependency>
167165

168166
<!--graphql-servlet uses SCR, an alternative to blueprint. The line below overrides the service declarations-->
169-
<_dsannotations/>
167+
<_dsannotations />
170168
</instructions>
171169
</configuration>
172170
</plugin>

0 commit comments

Comments
 (0)