Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daggerok committed Nov 24, 2019
1 parent 04aaa01 commit 24957db
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 13 deletions.
6 changes: 2 additions & 4 deletions docker-compose/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>
<artifactId>k8s-nginx-ingress-example</artifactId>
<groupId>com.example.k8snginxingressexample</groupId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
</parent>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.example.k8snginxingressexample</groupId>
<artifactId>k8s-nginx-ingress-example</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion greeting-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.example.k8snginxingressexample</groupId>
<artifactId>k8s-nginx-ingress-example</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hello-variants-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.example.k8snginxingressexample</groupId>
<artifactId>k8s-nginx-ingress-example</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
<developerConnection>scm:git:git@github.com:daggerok/k8s-nginx-ingress-example.git</developerConnection>
<connection>scm:git:https://github.com/daggerok/k8s-nginx-ingress-example.git</connection>
<url>https://github.com/daggerok/k8s-nginx-ingress-example</url>
<tag>HEAD</tag>
<tag>0.0.2</tag>
</scm>

<modelVersion>4.0.0</modelVersion>
<name>${project.artifactId}</name>
<groupId>com.example.k8snginxingressexample</groupId>
<artifactId>k8s-nginx-ingress-example</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion shared/greeting-props/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.example.k8snginxingressexample.shared</groupId>
<artifactId>shared</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion shared/hello-props/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.example.k8snginxingressexample.shared</groupId>
<artifactId>shared</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion shared/info/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.example.k8snginxingressexample.shared</groupId>
<artifactId>shared</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.example.k8snginxingressexample</groupId>
<artifactId>k8s-nginx-ingress-example</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
</parent>

<packaging>pom</packaging>
Expand Down

0 comments on commit 24957db

Please sign in to comment.