Skip to content

Commit

Permalink
[maven-release-plugin] prepare release commonmark-parent-0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bamboo Build User committed Nov 25, 2019
1 parent 326f466 commit ec6e6d8
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion commonmark-ext-autolink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-parent</artifactId>
<version>0.13.1-SNAPSHOT</version>
<version>0.13.1</version>
</parent>

<artifactId>commonmark-ext-autolink</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commonmark-ext-gfm-strikethrough/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-parent</artifactId>
<version>0.13.1-SNAPSHOT</version>
<version>0.13.1</version>
</parent>

<artifactId>commonmark-ext-gfm-strikethrough</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commonmark-ext-gfm-tables/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-parent</artifactId>
<version>0.13.1-SNAPSHOT</version>
<version>0.13.1</version>
</parent>

<artifactId>commonmark-ext-gfm-tables</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commonmark-ext-heading-anchor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-parent</artifactId>
<version>0.13.1-SNAPSHOT</version>
<version>0.13.1</version>
</parent>

<artifactId>commonmark-ext-heading-anchor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commonmark-ext-ins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-parent</artifactId>
<version>0.13.1-SNAPSHOT</version>
<version>0.13.1</version>
</parent>

<artifactId>commonmark-ext-ins</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commonmark-ext-yaml-front-matter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>commonmark-parent</artifactId>
<groupId>com.atlassian.commonmark</groupId>
<version>0.13.1-SNAPSHOT</version>
<version>0.13.1</version>
</parent>

<artifactId>commonmark-ext-yaml-front-matter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commonmark-integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-parent</artifactId>
<version>0.13.1-SNAPSHOT</version>
<version>0.13.1</version>
</parent>

<artifactId>commonmark-integration-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commonmark-test-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-parent</artifactId>
<version>0.13.1-SNAPSHOT</version>
<version>0.13.1</version>
</parent>

<artifactId>commonmark-test-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commonmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-parent</artifactId>
<version>0.13.1-SNAPSHOT</version>
<version>0.13.1</version>
</parent>

<artifactId>commonmark</artifactId>
Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-parent</artifactId>
<version>0.13.1-SNAPSHOT</version>
<version>0.13.1</version>
<name>commonmark-java parent</name>
<description>
Java implementation of CommonMark, a specification of the Markdown format for turning plain text into formatted
Expand Down Expand Up @@ -87,42 +87,42 @@
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark</artifactId>
<version>0.13.1-SNAPSHOT</version>
<version>0.13.1</version>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-ext-autolink</artifactId>
<version>0.13.1-SNAPSHOT</version>
<version>0.13.1</version>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-ext-ins</artifactId>
<version>0.13.1-SNAPSHOT</version>
<version>0.13.1</version>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-ext-gfm-strikethrough</artifactId>
<version>0.13.1-SNAPSHOT</version>
<version>0.13.1</version>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-ext-gfm-tables</artifactId>
<version>0.13.1-SNAPSHOT</version>
<version>0.13.1</version>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-ext-heading-anchor</artifactId>
<version>0.13.1-SNAPSHOT</version>
<version>0.13.1</version>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-ext-yaml-front-matter</artifactId>
<version>0.13.1-SNAPSHOT</version>
<version>0.13.1</version>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-test-util</artifactId>
<version>0.13.1-SNAPSHOT</version>
<version>0.13.1</version>
</dependency>

<!-- Common test dependencies -->
Expand Down Expand Up @@ -195,7 +195,7 @@
<connection>scm:git:[email protected]:atlassian/commonmark-java.git</connection>
<developerConnection>scm:git:[email protected]:atlassian/commonmark-java.git</developerConnection>
<url>https://github.com/atlassian/commonmark-java</url>
<tag>HEAD</tag>
<tag>commonmark-parent-0.13.1</tag>
</scm>

</project>

0 comments on commit ec6e6d8

Please sign in to comment.