Skip to content

Commit

Permalink
[maven-release-plugin] prepare release commonmark-parent-0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atlassian-bamboo-agent committed May 21, 2020
1 parent 6ed1491 commit 821e2eb
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 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.14.1-SNAPSHOT</version>
<version>0.15.0</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.14.1-SNAPSHOT</version>
<version>0.15.0</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.14.1-SNAPSHOT</version>
<version>0.15.0</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.14.1-SNAPSHOT</version>
<version>0.15.0</version>
</parent>

<artifactId>commonmark-ext-heading-anchor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commonmark-ext-image-attributes/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.14.1-SNAPSHOT</version>
<version>0.15.0</version>
</parent>

<artifactId>commonmark-ext-image-attributes</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.14.1-SNAPSHOT</version>
<version>0.15.0</version>
</parent>

<artifactId>commonmark-ext-ins</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commonmark-ext-task-list-items/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.14.1-SNAPSHOT</version>
<version>0.15.0</version>
</parent>

<artifactId>commonmark-ext-task-list-items</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.14.1-SNAPSHOT</version>
<version>0.15.0</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.14.1-SNAPSHOT</version>
<version>0.15.0</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.14.1-SNAPSHOT</version>
<version>0.15.0</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.14.1-SNAPSHOT</version>
<version>0.15.0</version>
</parent>

<artifactId>commonmark</artifactId>
Expand Down
24 changes: 12 additions & 12 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.14.1-SNAPSHOT</version>
<version>0.15.0</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 @@ -89,52 +89,52 @@
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark</artifactId>
<version>0.14.1-SNAPSHOT</version>
<version>0.15.0</version>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-ext-autolink</artifactId>
<version>0.14.1-SNAPSHOT</version>
<version>0.15.0</version>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-ext-image-attributes</artifactId>
<version>0.14.1-SNAPSHOT</version>
<version>0.15.0</version>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-ext-ins</artifactId>
<version>0.14.1-SNAPSHOT</version>
<version>0.15.0</version>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-ext-gfm-strikethrough</artifactId>
<version>0.14.1-SNAPSHOT</version>
<version>0.15.0</version>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-ext-gfm-tables</artifactId>
<version>0.14.1-SNAPSHOT</version>
<version>0.15.0</version>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-ext-heading-anchor</artifactId>
<version>0.14.1-SNAPSHOT</version>
<version>0.15.0</version>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-ext-task-list-items</artifactId>
<version>0.14.1-SNAPSHOT</version>
<version>0.15.0</version>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-ext-yaml-front-matter</artifactId>
<version>0.14.1-SNAPSHOT</version>
<version>0.15.0</version>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-test-util</artifactId>
<version>0.14.1-SNAPSHOT</version>
<version>0.15.0</version>
</dependency>

<!-- Common test dependencies -->
Expand Down Expand Up @@ -208,7 +208,7 @@
<!-- Push URL is used for pushing commits and tag when doing a release on internal systems, see https://maven.apache.org/scm/git.html -->
<developerConnection>scm:git:[fetch=][email protected]:atlassian/commonmark-java.git[push=][email protected]:atlassian/commonmark-java.git</developerConnection>
<url>https://github.com/atlassian/commonmark-java</url>
<tag>HEAD</tag>
<tag>commonmark-parent-0.15.0</tag>
</scm>

</project>

0 comments on commit 821e2eb

Please sign in to comment.