Skip to content

Commit

Permalink
[maven-release-plugin] prepare release commonmark-parent-0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robinst committed Aug 20, 2015
1 parent 177ad21 commit 153eaae
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 15 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.1.1-SNAPSHOT</version>
<version>0.2.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.1.1-SNAPSHOT</version>
<version>0.2.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.1.1-SNAPSHOT</version>
<version>0.2.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.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<artifactId>commonmark-integration-test</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<artifactId>commonmark</artifactId>
Expand Down Expand Up @@ -61,7 +61,7 @@
<classpathScope>test</classpathScope>
<arguments>
<argument>-classpath</argument>
<classpath/>
<classpath />
<argument>org.commonmark.test.SpecBenchmark</argument>
</arguments>
</configuration>
Expand Down
17 changes: 8 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.atlassian.pom</groupId>
Expand All @@ -12,7 +11,7 @@

<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.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 @@ -92,27 +91,27 @@
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-ext-autolink</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-ext-gfm-strikethrough</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-ext-gfm-tables</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
<type>test-jar</type>
</dependency>

Expand Down Expand Up @@ -156,7 +155,7 @@
<connection>scm:git:git@github.com:atlassian/commonmark-java.git</connection>
<developerConnection>scm:git:git@github.com:atlassian/commonmark-java.git</developerConnection>
<url>https://github.com/atlassian/commonmark-java</url>
<tag>HEAD</tag>
<tag>commonmark-parent-0.2.0</tag>
</scm>

</project>

0 comments on commit 153eaae

Please sign in to comment.