Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release/0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
absaoss-build-agent committed Nov 14, 2021
1 parent c16589f commit f3bc1e5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deployment/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>za.co.absa.spline.ui</groupId>
<artifactId>project</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>0.7.2-SNAPSHOT</version>
<version>0.7.2</version>
</parent>

<artifactId>spline-web-ui</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<version>0.6.1</version>
</parent>

<version>0.7.2-SNAPSHOT</version>
<version>0.7.2</version>

<groupId>za.co.absa.spline.ui</groupId>
<artifactId>project</artifactId>
Expand All @@ -36,7 +36,7 @@
<url>${scm.url}</url>
<connection>${scm.connection}</connection>
<developerConnection>${scm.developerConnection}</developerConnection>
<tag>HEAD</tag>
<tag>release/0.7.2</tag>
</scm>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spline-ui",
"version": "0.7.2-SNAPSHOT",
"version": "0.7.2",
"author": "ABSA Group Limited Developers Team",
"license": "Apache 2.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>za.co.absa.spline.ui</groupId>
<artifactId>project</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.7.2-SNAPSHOT</version>
<version>0.7.2</version>
</parent>

<artifactId>ui-core</artifactId>
Expand Down

0 comments on commit f3bc1e5

Please sign in to comment.