Skip to content

Commit

Permalink
Merge pull request jglobus#110 from ellert/master
Browse files Browse the repository at this point in the history
Rename the parent artifact "parent". The name "jglobus-all" is confusing...
  • Loading branch information
kofemann committed Aug 21, 2013
2 parents 6f31e2f + ed33de0 commit 0f548f5
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion axis/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<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">
<parent>
<artifactId>jglobus-all</artifactId>
<artifactId>parent</artifactId>
<groupId>org.jglobus</groupId>
<version>2.1-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion container-test-utils/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">
<parent>
<artifactId>jglobus-all</artifactId>
<artifactId>parent</artifactId>
<groupId>org.jglobus</groupId>
<version>2.1-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion gram/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,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>
<artifactId>jglobus-all</artifactId>
<artifactId>parent</artifactId>
<groupId>org.jglobus</groupId>
<version>2.1-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion gridftp/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">

<parent>
<artifactId>jglobus-all</artifactId>
<artifactId>parent</artifactId>
<groupId>org.jglobus</groupId>
<version>2.1-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion gss/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">
<parent>
<artifactId>jglobus-all</artifactId>
<artifactId>parent</artifactId>
<groupId>org.jglobus</groupId>
<version>2.1-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion io/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">
<parent>
<artifactId>jglobus-all</artifactId>
<artifactId>parent</artifactId>
<groupId>org.jglobus</groupId>
<version>2.1-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion jsse/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">
<parent>
<artifactId>jglobus-all</artifactId>
<artifactId>parent</artifactId>
<groupId>org.jglobus</groupId>
<version>2.1-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion myproxy/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">

<parent>
<artifactId>jglobus-all</artifactId>
<artifactId>parent</artifactId>
<groupId>org.jglobus</groupId>
<version>2.1-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>org.jglobus</groupId>
<artifactId>jglobus-all</artifactId>
<artifactId>parent</artifactId>
<version>2.1-SNAPSHOT</version>
<modules>
<module>test-utils</module>
Expand Down
2 changes: 1 addition & 1 deletion ssl-proxies-tomcat/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<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">
<parent>
<artifactId>jglobus-all</artifactId>
<artifactId>parent</artifactId>
<groupId>org.jglobus</groupId>
<version>2.1-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion ssl-proxies/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">
<parent>
<artifactId>jglobus-all</artifactId>
<artifactId>parent</artifactId>
<groupId>org.jglobus</groupId>
<version>2.1-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion test-utils/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">
<parent>
<artifactId>jglobus-all</artifactId>
<artifactId>parent</artifactId>
<groupId>org.jglobus</groupId>
<version>2.1-SNAPSHOT</version>
</parent>
Expand Down

0 comments on commit 0f548f5

Please sign in to comment.