Skip to content

Commit

Permalink
[maven-release-plugin] prepare release kgrid-library-parent-1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mradamgbeck committed Mar 30, 2021
1 parent 19590b8 commit 69ed662
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions application/pom.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
<?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>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.2</version>
<relativePath/>
<relativePath />
<!-- lookup parent from repository -->
</parent>

<groupId>org.kgrid</groupId>
<artifactId>kgrid-library</artifactId>
<version>1.2.9-SNAPSHOT</version>
<version>1.2.9</version>
<packaging>jar</packaging>

<scm>
<developerConnection>scm:git:git@github.com:kgrid/kgrid-library.git</developerConnection>
<tag>HEAD</tag>
<tag>kgrid-library-parent-1.2.9</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.kgrid</groupId>
<artifactId>kgrid-library-client</artifactId>
<version>1.2.9-SNAPSHOT</version>
<version>1.2.9</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
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>org.kgrid</groupId>
<artifactId>kgrid-library-parent</artifactId>
<version>1.2.9-SNAPSHOT</version>
<version>1.2.9</version>
<packaging>pom</packaging>

<description>Knowledge Grid Library</description>
Expand All @@ -18,7 +18,7 @@
<url>https://github.com/kgrid/kgrid-library</url>
<connection>scm:git:https://github.com/kgrid/kgrid-library.git</connection>
<developerConnection>scm:git:https://github.com/kgrid/kgrid-library.git</developerConnection>
<tag>HEAD</tag>
<tag>kgrid-library-parent-1.2.9</tag>
</scm>

<properties>
Expand Down

0 comments on commit 69ed662

Please sign in to comment.