Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release-0.4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-v committed Sep 30, 2022
1 parent 10ca1ca commit f7d3ee8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
6 changes: 2 additions & 4 deletions config-examples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-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">

<parent>
<groupId>io.scalecube</groupId>
<artifactId>scalecube-config-parent</artifactId>
<version>0.4.17-SNAPSHOT</version>
<version>0.4.17</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions config-vault/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-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>

<parent>
<groupId>io.scalecube</groupId>
<artifactId>scalecube-config-parent</artifactId>
<version>0.4.17-SNAPSHOT</version>
<version>0.4.17</version>
</parent>

<artifactId>scalecube-config-vault</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions config/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-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">

<parent>
<groupId>io.scalecube</groupId>
<artifactId>scalecube-config-parent</artifactId>
<version>0.4.17-SNAPSHOT</version>
<version>0.4.17</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

<artifactId>scalecube-config-parent</artifactId>
<version>0.4.17-SNAPSHOT</version>
<version>0.4.17</version>
<packaging>pom</packaging>

<description>
Expand All @@ -34,7 +34,7 @@
<connection>scm:git:https://github.com/scalecube/scalecube-config.git</connection>
<developerConnection>scm:git:https://github.com/scalecube/scalecube-config.git
</developerConnection>
<tag>HEAD</tag>
<tag>release-0.4.17</tag>
</scm>

<properties>
Expand Down

0 comments on commit f7d3ee8

Please sign in to comment.