Skip to content

Commit

Permalink
[maven-release-plugin] prepare release kouncil-1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 7, 2022
1 parent 773db2d commit 057ba61
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions kouncil-backend/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?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>

<artifactId>kouncil-backend</artifactId>
Expand All @@ -10,7 +9,7 @@
<parent>
<groupId>com.consdata</groupId>
<artifactId>kouncil</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
</parent>

<dependencies>
Expand Down
5 changes: 2 additions & 3 deletions kouncil-frontend/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?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>

<artifactId>kouncil-frontend</artifactId>
Expand All @@ -10,7 +9,7 @@
<parent>
<groupId>com.consdata</groupId>
<artifactId>kouncil</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
</parent>

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

<groupId>com.consdata</groupId>
<artifactId>kouncil</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<packaging>pom</packaging>

<name>kouncil</name>
Expand Down Expand Up @@ -34,7 +34,7 @@

<scm>
<developerConnection>scm:git:https://github.com/Consdata/kouncil.git</developerConnection>
<tag>HEAD</tag>
<tag>kouncil-1.1</tag>
</scm>

<modules>
Expand Down

0 comments on commit 057ba61

Please sign in to comment.