Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Dec 17, 2021
1 parent 47cdfa6 commit 2e7e498
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 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.6.5-SNAPSHOT</version>
<version>0.7.0</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.6.5-SNAPSHOT</version>
<version>0.7.0</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.6.5-SNAPSHOT</version>
<version>0.7.0</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.6.5-SNAPSHOT</version>
<version>0.7.0</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.6.5-SNAPSHOT</version>
<version>0.7.0</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.6.5-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>decima-xml-testing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion decima-xml/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.6.5-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>decima-xml</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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

<packaging>pom</packaging>

Expand Down Expand Up @@ -41,7 +41,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.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 2e7e498

Please # to comment.