Skip to content

Commit

Permalink
[maven-release-plugin] prepare release basepom-37
Browse files Browse the repository at this point in the history
  • Loading branch information
hgschmie committed May 28, 2021
1 parent 727ea87 commit 44409c6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion foundation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<groupId>org.basepom</groupId>
<artifactId>basepom-foundation</artifactId>
<packaging>pom</packaging>
<version>37-SNAPSHOT</version>
<version>37</version>

<!--
<name>basepom-foundation</name>
Expand Down
2 changes: 1 addition & 1 deletion minimal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.basepom</groupId>
<artifactId>basepom-foundation</artifactId>
<version>37-SNAPSHOT</version>
<version>37</version>
<relativePath>../foundation</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oss/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.basepom</groupId>
<artifactId>basepom-minimal</artifactId>
<version>37-SNAPSHOT</version>
<version>37</version>
<relativePath>../minimal</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.basepom</groupId>
<artifactId>basepom-oss</artifactId>
<version>37-SNAPSHOT</version>
<version>37</version>
<relativePath>./oss</relativePath>
</parent>

Expand Down Expand Up @@ -55,7 +55,7 @@
<connection>scm:git:git://github.com/basepom/basepom.git</connection>
<developerConnection>scm:git:git@github.com:basepom/basepom.git</developerConnection>
<url>https://github.com/basepom/basepom</url>
<tag>HEAD</tag>
<tag>basepom-37</tag>
</scm>

<properties>
Expand Down

0 comments on commit 44409c6

Please sign in to comment.