Skip to content

Commit c89f440

Browse files
committed
[maven-release-plugin] prepare release diffusion-limited-aggregation-2.1.1
1 parent e39434d commit c89f440

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>org.woehlke.computer.kurzweil</groupId>
86
<artifactId>diffusion-limited-aggregation</artifactId>
9-
<version>2.1.1-SNAPSHOT</version>
7+
<version>2.1.1</version>
108
<packaging>jar</packaging>
119

1210
<name>Diffusion Limited Aggregation (DLA)</name>
@@ -18,7 +16,8 @@
1816
<url>https://github.com/Computer-Kurzweil/diffusion-limited-aggregation.git</url>
1917
<connection>scm:git:git@github.com:Computer-Kurzweil/diffusion-limited-aggregation.git</connection>
2018
<developerConnection>scm:git:git@github.com:Computer-Kurzweil/diffusion-limited-aggregation.git</developerConnection>
21-
</scm>
19+
<tag>diffusion-limited-aggregation-2.1.1</tag>
20+
</scm>
2221

2322
<issueManagement>
2423
<url>https://github.com/Computer-Kurzweil/diffusion-limited-aggregation/issues/</url>

0 commit comments

Comments
 (0)