Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Jan 4, 2022
1 parent 81cfe2c commit fa3b02f
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 15 deletions.
2 changes: 1 addition & 1 deletion decima-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nist.secauto.decima</groupId>
<artifactId>decima-framework</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
</parent>

<artifactId>decima-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion decima-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nist.secauto.decima</groupId>
<artifactId>decima-framework</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
</parent>

<artifactId>decima-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion decima-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nist.secauto.decima</groupId>
<artifactId>decima-framework</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
</parent>

<artifactId>decima-module</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion decima-xml-assessment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nist.secauto.decima</groupId>
<artifactId>decima-framework</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
</parent>

<artifactId>decima-xml-assessment</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion decima-xml-templating/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>gov.nist.secauto.decima</groupId>
<artifactId>decima-framework</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
</parent>
<artifactId>decima-xml-templating</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion decima-xml-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nist.secauto.decima</groupId>
<artifactId>decima-framework</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
</parent>

<artifactId>decima-xml-testing</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions decima-xml/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<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>gov.nist.secauto.decima</groupId>
<artifactId>decima-framework</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
</parent>

<artifactId>decima-xml</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?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>
Expand All @@ -12,7 +10,7 @@

<groupId>gov.nist.secauto.decima</groupId>
<artifactId>decima-framework</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -44,7 +42,7 @@
<url>${scm.url}</url>
<connection>scm:git:ssh://git@github.com/usnistgov/decima.git</connection>
<developerConnection>scm:git:ssh://git@github.com/usnistgov/decima.git</developerConnection>
<tag>v0.6.5</tag>
<tag>v0.7.1</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit fa3b02f

Please # to comment.