Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mimic-parent-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanenicolas committed Jul 6, 2014
1 parent e893887 commit 3caa66d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 15 deletions.
5 changes: 2 additions & 3 deletions mimic-annotations/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>mimic-annotations</artifactId>
<name>Mimic Annotations.</name>
Expand All @@ -8,7 +7,7 @@
<parent>
<groupId>com.github.stephanenicolas.mimic</groupId>
<artifactId>mimic-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<properties>
Expand Down
5 changes: 2 additions & 3 deletions mimic-library/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>mimic-library</artifactId>
<name>Mimic Library</name>
Expand All @@ -8,7 +7,7 @@
<parent>
<groupId>com.github.stephanenicolas.mimic</groupId>
<artifactId>mimic-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<properties>
Expand Down
7 changes: 3 additions & 4 deletions mimic-sample/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.stephanenicolas.mimic</groupId>
<artifactId>mimic-sample</artifactId>
<name>Mimic Sample</name>
<description>A sample.</description>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<properties>
<java.version>1.6</java.version>
Expand All @@ -19,7 +18,7 @@
<maven-deploy-plugin.version>2.7</maven-deploy-plugin.version>

<!-- DEPENDENCIES -->
<mimic-library.version>1.0.0-SNAPSHOT</mimic-library.version>
<mimic-library.version>1.0.0</mimic-library.version>
</properties>

<dependencies>
Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.stephanenicolas.mimic</groupId>
<artifactId>mimic-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>Mimic Parent</name>
<packaging>pom</packaging>
<description>Mimicing is, indeed, kind of way to bypass java single inheritance paradigm. It allows to copy all declared fields, constructors and methods in a given class into another class.</description>
Expand All @@ -25,7 +24,7 @@
<connection>scm:git:ssh://git@github.com/stephanenicolas/mimic.git</connection>
<url>git:ssh://git@github.com/stephanenicolas/mimic.git</url>
<developerConnection>scm:git:ssh://git@github.com/stephanenicolas/mimic.git</developerConnection>
<tag>HEAD</tag>
<tag>mimic-parent-1.0.0</tag>
</scm>

<licenses>
Expand Down Expand Up @@ -167,7 +166,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
Expand Down

0 comments on commit 3caa66d

Please sign in to comment.