Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v27
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Sep 26, 2023
1 parent a26e844 commit de93eb6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion oss-build-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>gov.nist.secauto</groupId>
<artifactId>oss-maven</artifactId>
<version>27-SNAPSHOT</version>
<version>27</version>
</parent>

<artifactId>oss-build-support</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions oss-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>gov.nist.secauto</groupId>
<artifactId>oss-maven</artifactId>
<version>27-SNAPSHOT</version>
<version>27</version>
</parent>
<artifactId>oss-parent</artifactId>
<packaging>pom</packaging>
Expand Down Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>gov.nist.secauto</groupId>
<artifactId>oss-build-support</artifactId>
<version>27-SNAPSHOT</version>
<version>27</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>gov.nist.secauto</groupId>
<artifactId>oss-build-support</artifactId>
<version>27-SNAPSHOT</version>
<version>27</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -125,7 +125,7 @@
<dependency>
<groupId>gov.nist.secauto</groupId>
<artifactId>oss-build-support</artifactId>
<version>27-SNAPSHOT</version>
<version>27</version>
</dependency>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
Expand Down Expand Up @@ -199,7 +199,7 @@
<dependency>
<groupId>gov.nist.secauto</groupId>
<artifactId>oss-build-support</artifactId>
<version>27-SNAPSHOT</version>
<version>27</version>
</dependency>
</dependencies>
</plugin>
Expand Down
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,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>
<groupId>gov.nist.secauto</groupId>
<artifactId>oss-maven</artifactId>
<version>27-SNAPSHOT</version>
<version>27</version>
<packaging>pom</packaging>
<name>Build Root</name>
<description>A common build root for all NIST projects related to Security
Expand Down Expand Up @@ -85,7 +83,7 @@
<connection>scm:git:ssh://[email protected]/usnistgov/oss-maven.git</connection>
<developerConnection>
scm:git:ssh://[email protected]/usnistgov/oss-maven.git</developerConnection>
<tag>HEAD</tag>
<tag>v27</tag>
</scm>
<distributionManagement>
<snapshotRepository>
Expand Down Expand Up @@ -125,7 +123,7 @@
<dependency>
<groupId>gov.nist.secauto</groupId>
<artifactId>oss-build-support</artifactId>
<version>27-SNAPSHOT</version>
<version>27</version>
</dependency>
<dependency>
<groupId>org.apache.xmlbeans</groupId>
Expand Down

0 comments on commit de93eb6

Please sign in to comment.