Skip to content

Commit

Permalink
refactor pom.xm
Browse files Browse the repository at this point in the history
  • Loading branch information
xianrendzw committed Nov 14, 2014
1 parent ece5a84 commit dc4aa89
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 20 deletions.
2 changes: 1 addition & 1 deletion easyreport-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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.ijinshan</groupId>
<groupId>org.easyframework</groupId>
<artifactId>easyreport</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
Expand Down
6 changes: 2 additions & 4 deletions easyreport-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<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.ijinshan</groupId>
<groupId>org.easyframework</groupId>
<artifactId>easyreport</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -101,11 +101,9 @@
<artifactId>powermock-api-mockito</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.ijinshan</groupId>
<groupId>org.easyframework</groupId>
<artifactId>easyreport-common</artifactId>

</dependency>
</dependencies>
</project>
8 changes: 4 additions & 4 deletions easyreport-domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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.ijinshan</groupId>
<groupId>org.easyframework</groupId>
<artifactId>easyreport</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -85,17 +85,17 @@

</dependency>
<dependency>
<groupId>com.ijinshan</groupId>
<groupId>org.easyframework</groupId>
<artifactId>easyreport-common</artifactId>

</dependency>
<dependency>
<groupId>com.ijinshan</groupId>
<groupId>org.easyframework</groupId>
<artifactId>easyreport-data</artifactId>

</dependency>
<dependency>
<groupId>com.ijinshan</groupId>
<groupId>org.easyframework</groupId>
<artifactId>easyreport-engine</artifactId>

</dependency>
Expand Down
2 changes: 1 addition & 1 deletion easyreport-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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.ijinshan</groupId>
<groupId>org.easyframework</groupId>
<artifactId>easyreport</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
Expand Down
10 changes: 5 additions & 5 deletions easyreport-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.ijinshan</groupId>
<groupId>org.easyframework</groupId>
<artifactId>easyreport</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -90,22 +90,22 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.ijinshan</groupId>
<groupId>org.easyframework</groupId>
<artifactId>easyreport-common</artifactId>

</dependency>
<dependency>
<groupId>com.ijinshan</groupId>
<groupId>org.easyframework</groupId>
<artifactId>easyreport-data</artifactId>

</dependency>
<dependency>
<groupId>com.ijinshan</groupId>
<groupId>org.easyframework</groupId>
<artifactId>easyreport-domain</artifactId>

</dependency>
<dependency>
<groupId>com.ijinshan</groupId>
<groupId>org.easyframework</groupId>
<artifactId>easyreport-engine</artifactId>

</dependency>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.ijinshan</groupId>
<groupId>org.easyframework</groupId>
<artifactId>easyreport</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
Expand Down Expand Up @@ -192,22 +192,22 @@
</dependency>
<!-- current project -->
<dependency>
<groupId>com.ijinshan</groupId>
<groupId>org.easyframework</groupId>
<artifactId>easyreport-common</artifactId>
<version>${project.version} </version>
</dependency>
<dependency>
<groupId>com.ijinshan</groupId>
<groupId>org.easyframework</groupId>
<artifactId>easyreport-data</artifactId>
<version>${project.version} </version>
</dependency>
<dependency>
<groupId>com.ijinshan</groupId>
<groupId>org.easyframework</groupId>
<artifactId>easyreport-domain</artifactId>
<version>${project.version} </version>
</dependency>
<dependency>
<groupId>com.ijinshan</groupId>
<groupId>org.easyframework</groupId>
<artifactId>easyreport-engine</artifactId>
<version>${project.version} </version>
</dependency>
Expand Down

0 comments on commit dc4aa89

Please sign in to comment.