Skip to content

Commit

Permalink
[maven-release-plugin] prepare release kouncil-1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 24, 2021
1 parent 7c15cae commit 9dc96e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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.0-SNAPSHOT</version>
<version>1.0</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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<build>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>

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

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

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

<modules>
Expand Down

0 comments on commit 9dc96e9

Please sign in to comment.