Skip to content

Commit 3556ade

Browse files
committed
[maven-release-plugin] prepare release commonmark-parent-0.1.0
1 parent 5929c4f commit 3556ade

File tree

6 files changed

+18
-24
lines changed

6 files changed

+18
-24
lines changed

commonmark-ext-autolink/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3-
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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>com.atlassian.commonmark</groupId>
76
<artifactId>commonmark-parent</artifactId>
8-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.1.0</version>
98
</parent>
109

1110
<artifactId>commonmark-ext-autolink</artifactId>

commonmark-ext-gfm-strikethrough/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3-
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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>com.atlassian.commonmark</groupId>
76
<artifactId>commonmark-parent</artifactId>
8-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.1.0</version>
98
</parent>
109

1110
<artifactId>commonmark-ext-gfm-strikethrough</artifactId>

commonmark-ext-gfm-tables/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3-
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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>com.atlassian.commonmark</groupId>
76
<artifactId>commonmark-parent</artifactId>
8-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.1.0</version>
98
</parent>
109

1110
<artifactId>commonmark-ext-gfm-tables</artifactId>

commonmark-integration-test/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3-
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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>com.atlassian.commonmark</groupId>
76
<artifactId>commonmark-parent</artifactId>
8-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.1.0</version>
98
</parent>
109

1110
<artifactId>commonmark-integration-test</artifactId>

commonmark/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3-
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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>com.atlassian.commonmark</groupId>
76
<artifactId>commonmark-parent</artifactId>
8-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.1.0</version>
98
</parent>
109

1110
<artifactId>commonmark</artifactId>

pom.xml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3-
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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>com.atlassian.pom</groupId>
@@ -12,7 +11,7 @@
1211

1312
<groupId>com.atlassian.commonmark</groupId>
1413
<artifactId>commonmark-parent</artifactId>
15-
<version>0.1.0-SNAPSHOT</version>
14+
<version>0.1.0</version>
1615
<name>commonmark-java parent</name>
1716
<description>
1817
Java implementation of CommonMark, a specification of the Markdown format for turning plain text into formatted
@@ -52,27 +51,27 @@
5251
<dependency>
5352
<groupId>com.atlassian.commonmark</groupId>
5453
<artifactId>commonmark</artifactId>
55-
<version>0.1.0-SNAPSHOT</version>
54+
<version>0.1.0</version>
5655
</dependency>
5756
<dependency>
5857
<groupId>com.atlassian.commonmark</groupId>
5958
<artifactId>commonmark-ext-autolink</artifactId>
60-
<version>0.1.0-SNAPSHOT</version>
59+
<version>0.1.0</version>
6160
</dependency>
6261
<dependency>
6362
<groupId>com.atlassian.commonmark</groupId>
6463
<artifactId>commonmark-ext-gfm-strikethrough</artifactId>
65-
<version>0.1.0-SNAPSHOT</version>
64+
<version>0.1.0</version>
6665
</dependency>
6766
<dependency>
6867
<groupId>com.atlassian.commonmark</groupId>
6968
<artifactId>commonmark-ext-gfm-tables</artifactId>
70-
<version>0.1.0-SNAPSHOT</version>
69+
<version>0.1.0</version>
7170
</dependency>
7271
<dependency>
7372
<groupId>com.atlassian.commonmark</groupId>
7473
<artifactId>commonmark</artifactId>
75-
<version>0.1.0-SNAPSHOT</version>
74+
<version>0.1.0</version>
7675
<type>test-jar</type>
7776
</dependency>
7877

@@ -173,7 +172,7 @@
173172
<connection>scm:git:git@github.com:atlassian/commonmark-java.git</connection>
174173
<developerConnection>scm:git:git@github.com:atlassian/commonmark-java.git</developerConnection>
175174
<url>https://github.com/atlassian/commonmark-java</url>
176-
<tag>HEAD</tag>
175+
<tag>commonmark-parent-0.1.0</tag>
177176
</scm>
178177

179178
</project>

0 commit comments

Comments
 (0)