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 Jan 7, 2022
1 parent 313cab1 commit 1daa592
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -10,7 +10,7 @@

<groupId>gov.nist.secauto.swid</groupId>
<artifactId>swid-parent</artifactId>
<version>0.6.2-SNAPSHOT</version>
<version>0.7.0</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -44,7 +44,7 @@
<url>${scm.url}</url>
<connection>scm:git:ssh://git@github.com/usnistgov/swid-tools.git</connection>
<developerConnection>scm:git:ssh://git@github.com/usnistgov/swid-tools.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.7.0</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion swid-builder/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nist.secauto.swid</groupId>
<artifactId>swid-parent</artifactId>
<version>0.6.2-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>swid-builder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion swid-maven-plugin/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nist.secauto.swid</groupId>
<artifactId>swid-parent</artifactId>
<version>0.6.2-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>swid-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion swid-repo-client/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>gov.nist.secauto.swid</groupId>
<artifactId>swid-parent</artifactId>
<version>0.6.2-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>swid-repo-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion swidval-webapp/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nist.secauto.swid</groupId>
<artifactId>swid-parent</artifactId>
<version>0.6.2-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>swidval-webapp</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions swidval/pom.xml
@@ -1,12 +1,10 @@
<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.swid</groupId>
<artifactId>swid-parent</artifactId>
<version>0.6.2-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>swidval</artifactId>
Expand Down

0 comments on commit 1daa592

Please sign in to comment.