Skip to content

Commit

Permalink
[maven-release-plugin] prepare release japicmp-base-0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siom79 committed Feb 1, 2015
1 parent c780886 commit f0dfc44
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion japicmp-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-base</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion japicmp-testbase/japicmp-test-maven-plugin-guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-testbase</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>japicmp-test-maven-plugin-guava</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion japicmp-testbase/japicmp-test-maven-plugin-japicmp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-testbase</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>japicmp-test-maven-plugin-japicmp</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion japicmp-testbase/japicmp-test-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-testbase</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
5 changes: 2 additions & 3 deletions japicmp-testbase/japicmp-test-v1/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?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.github.siom79.japicmp</groupId>
<artifactId>japicmp-testbase</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>japicmp-test-v1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion japicmp-testbase/japicmp-test-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-testbase</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>japicmp-test-v2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion japicmp-testbase/japicmp-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-testbase</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>japicmp-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion japicmp-testbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-base</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>japicmp-testbase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion japicmp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-base</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

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

<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-base</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.3.0</version>
<packaging>pom</packaging>

<name>japicmp-base</name>
Expand Down Expand Up @@ -173,7 +173,7 @@
<connection>scm:git:git@github.com:${github.account}/${github.project}.git</connection>
<developerConnection>scm:git:git@github.com:${github.account}/${github.project}.git</developerConnection>
<url>git@github.com:${github.account}/${github.project}.git</url>
<tag>HEAD</tag>
<tag>japicmp-base-0.3.0</tag>
</scm>

<profiles>
Expand Down

0 comments on commit f0dfc44

Please sign in to comment.