Skip to content

Commit

Permalink
<groupId> is inherited from the parent
Browse files Browse the repository at this point in the history
* so no need to specify it again
  • Loading branch information
darxriggs committed Jan 18, 2015
1 parent d51f72a commit 29dec83
Show file tree
Hide file tree
Showing 68 changed files with 50 additions and 64 deletions.
2 changes: 1 addition & 1 deletion api/mockito/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.powermock</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.powermock</groupId>

<artifactId>powermock-api-mockito</artifactId>
<name>${project.artifactId}</name>

Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.powermock</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.powermock</groupId>

<artifactId>powermock-api</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion api/support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.powermock</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.powermock</groupId>

<artifactId>powermock-api-support</artifactId>
<name>${project.artifactId}</name>

Expand Down
2 changes: 1 addition & 1 deletion classloading/classloading-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.6.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.powermock</groupId>

<artifactId>powermock-classloading-base</artifactId>
<name>${project.artifactId}</name>
<packaging>jar</packaging>
Expand Down
1 change: 0 additions & 1 deletion classloading/classloading-objenesis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<version>1.6.2-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<groupId>org.powermock</groupId>
<artifactId>powermock-classloading-objenesis</artifactId>
<name>${project.artifactId}</name>

Expand Down
1 change: 0 additions & 1 deletion classloading/classloading-xstream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<version>1.6.2-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<groupId>org.powermock</groupId>
<artifactId>powermock-classloading-xstream</artifactId>
<name>${project.artifactId}</name>

Expand Down
2 changes: 1 addition & 1 deletion classloading/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.powermock</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.powermock</groupId>

<artifactId>powermock-classloading-module</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>org.powermock</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.powermock</groupId>

<artifactId>powermock-core</artifactId>
<name>${project.artifactId}</name>
<url>http://www.powermock.org</url>
Expand Down
1 change: 1 addition & 0 deletions examples/AbstractFactory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<groupId>org.powermock.examples</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>

<artifactId>powermock-examples-abstractfactory</artifactId>
<name>AbstractFactory</name>

Expand Down
2 changes: 1 addition & 1 deletion examples/ApacheCLIExample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.powermock.examples</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.powermock.examples</groupId>

<artifactId>powermock-examples-apachecli</artifactId>
<name>ApacheCLIExample</name>

Expand Down
2 changes: 1 addition & 1 deletion examples/ApacheMina/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.powermock.examples</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.powermock.examples</groupId>

<artifactId>powermock-examples-apachemina</artifactId>
<name>ApacheMina</name>

Expand Down
2 changes: 1 addition & 1 deletion examples/DocumentationExamples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.powermock.examples</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.powermock.examples</groupId>

<artifactId>powermock-examples-documentationexamples</artifactId>
<name>DocumentationExamples</name>

Expand Down
2 changes: 1 addition & 1 deletion examples/HamcrestExample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.powermock.examples</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.powermock.examples</groupId>

<artifactId>powermock-examples-hamcrestexample</artifactId>
<name>HamcrestExample</name>

Expand Down
2 changes: 1 addition & 1 deletion examples/SignedMocking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.powermock.examples</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.powermock.examples</groupId>

<artifactId>powermock-examples-signedmocking</artifactId>
<name>SignedMocking</name>
<url>http://www.powermock.org</url>
Expand Down
1 change: 1 addition & 0 deletions examples/dom4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<groupId>org.powermock.examples</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>

<artifactId>powermock-examples-dom4j</artifactId>
<name>${project.artifactId}</name>

Expand Down
2 changes: 1 addition & 1 deletion examples/easymock31/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.powermock.examples</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.powermock.examples</groupId>

<artifactId>powermock-examples-easymock31</artifactId>
<name>Simple Demo how to use PowerMock with EasyMock 3.1</name>

Expand Down
1 change: 1 addition & 0 deletions examples/java8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<groupId>org.powermock.examples</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>

<artifactId>powermock-examples-java8</artifactId>
<name>java8</name>

Expand Down
2 changes: 1 addition & 1 deletion examples/jcl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.powermock.examples</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.powermock.examples</groupId>

<artifactId>powermock-examples-jcl</artifactId>
<name>jcl</name>

Expand Down
2 changes: 1 addition & 1 deletion examples/jdom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.powermock.examples</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.powermock.examples</groupId>

<artifactId>powermock-examples-jdom</artifactId>
<name>${project.artifactId}</name>

Expand Down
1 change: 1 addition & 0 deletions examples/jmock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<groupId>org.powermock.examples</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>

<artifactId>powermock-examples-jmock</artifactId>
<name>JMock Example</name>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/log4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.powermock.examples</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.powermock.examples</groupId>

<artifactId>powermock-examples-log4j</artifactId>
<name>log4j</name>

Expand Down
2 changes: 1 addition & 1 deletion examples/simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.powermock.examples</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.powermock.examples</groupId>

<artifactId>powermock-examples-simple</artifactId>
<name>Simple Demo how to use PowerMock</name>

Expand Down
2 changes: 1 addition & 1 deletion examples/slf4j-mockito/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.powermock.examples</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.powermock.examples</groupId>

<artifactId>powermock-examples-slf4j-mockito</artifactId>
<name>slf4j-mockito</name>

Expand Down
2 changes: 1 addition & 1 deletion examples/slf4j-noimpl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.powermock.examples</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.powermock.examples</groupId>

<artifactId>powermock-examples-slf4j-no-impl</artifactId>
<name>slf4j-mockito</name>

Expand Down
2 changes: 1 addition & 1 deletion examples/slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.powermock.examples</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.powermock.examples</groupId>

<artifactId>powermock-examples-slf4j</artifactId>
<name>slf4j</name>

Expand Down
2 changes: 1 addition & 1 deletion examples/spring-mockito-delegate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>org.powermock.examples</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.powermock.examples</groupId>

<artifactId>powermock-examples-spring-mockito-delegate</artifactId>
<name>${project.artifactId}</name>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-mockito-xml-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>org.powermock.examples</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.powermock.examples</groupId>

<artifactId>powermock-examples-spring-mockito-xml-agent</artifactId>
<name>${project.artifactId}</name>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-mockito-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>org.powermock.examples</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.powermock.examples</groupId>

<artifactId>powermock-examples-spring-mockito-xml</artifactId>
<name>${project.artifactId}</name>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-mockito/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>org.powermock.examples</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.powermock.examples</groupId>

<artifactId>powermock-examples-spring-mockito</artifactId>
<name>${project.artifactId}</name>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/module-impl/agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.6.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.powermock</groupId>

<artifactId>powermock-module-javaagent</artifactId>
<name>${project.artifactId}</name>

Expand Down
2 changes: 1 addition & 1 deletion modules/module-impl/junit3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.6.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.powermock</groupId>

<artifactId>powermock-module-junit3</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
Expand Down
1 change: 0 additions & 1 deletion modules/module-impl/junit4-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4-common</artifactId>
<name>${project.artifactId}</name>

Expand Down
2 changes: 1 addition & 1 deletion modules/module-impl/junit4-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.6.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.powermock</groupId>

<artifactId>powermock-module-junit4-legacy</artifactId>
<name>${project.artifactId}</name>

Expand Down
2 changes: 1 addition & 1 deletion modules/module-impl/junit4-rule-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.6.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.powermock</groupId>

<artifactId>powermock-module-junit4-rule-agent</artifactId>
<name>${project.artifactId}</name>

Expand Down
2 changes: 1 addition & 1 deletion modules/module-impl/junit4-rule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.6.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.powermock</groupId>

<artifactId>powermock-module-junit4-rule</artifactId>
<name>${project.artifactId}</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion modules/module-impl/junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.6.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.powermock</groupId>

<artifactId>powermock-module-junit4</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion modules/module-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.6.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.powermock</groupId>

<artifactId>powermock-modules-impl</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion modules/module-impl/testng-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.6.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.powermock</groupId>

<artifactId>powermock-module-testng-agent</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
Expand Down
1 change: 0 additions & 1 deletion modules/module-impl/testng-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>org.powermock</groupId>
<artifactId>powermock-module-testng-common</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
Expand Down
1 change: 0 additions & 1 deletion modules/module-impl/testng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>org.powermock</groupId>
<artifactId>powermock-module-testng</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion modules/module-test/easymock/junit3-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.powermock</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.powermock</groupId>

<artifactId>powermock-module-test-easymock-junit3</artifactId>
<name>${project.artifactId}</name>

Expand Down
2 changes: 1 addition & 1 deletion modules/module-test/easymock/junit4-legacy-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.powermock</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.powermock</groupId>

<artifactId>powermock-module-test-easymock-junit4-legacy</artifactId>
<name>${project.artifactId}</name>

Expand Down
2 changes: 1 addition & 1 deletion modules/module-test/easymock/junit4-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.powermock</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.powermock</groupId>

<artifactId>powermock-module-test-easymock-junit4</artifactId>
<name>${project.artifactId}</name>

Expand Down
2 changes: 1 addition & 1 deletion modules/module-test/easymock/junit410-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.powermock</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.powermock</groupId>

<artifactId>powermock-module-test-easymock-junit410</artifactId>
<name>${project.artifactId}</name>

Expand Down
2 changes: 1 addition & 1 deletion modules/module-test/easymock/junit45-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.powermock</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.powermock</groupId>

<artifactId>powermock-module-test-easymock-junit45</artifactId>
<name>${project.artifactId}</name>

Expand Down
Loading

0 comments on commit 29dec83

Please sign in to comment.