Skip to content

Commit

Permalink
[maven-release-plugin] prepare release commonmark-parent-0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robinst committed Jan 18, 2016
1 parent 1d4515e commit 2ba2a9b
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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.3.3-SNAPSHOT</version>
<version>0.4.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.3.3-SNAPSHOT</version>
<version>0.4.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.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>commonmark-ext-gfm-tables</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.3.3-SNAPSHOT</version>
<version>0.4.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.3.3-SNAPSHOT</version>
<version>0.4.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.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>commonmark</artifactId>
Expand Down
14 changes: 7 additions & 7 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.3.3-SNAPSHOT</version>
<version>0.4.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 @@ -84,27 +84,27 @@
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-ext-autolink</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-ext-gfm-strikethrough</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-ext-gfm-tables</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-test-util</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>

<!-- Common test dependencies -->
Expand Down Expand Up @@ -147,7 +147,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.4.0</tag>
</scm>

</project>

0 comments on commit 2ba2a9b

Please sign in to comment.