Skip to content

Commit

Permalink
Removed combined and changed impl artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Aug 9, 2011
1 parent 2c6f322 commit 54570b8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 87 deletions.
75 changes: 0 additions & 75 deletions combined/pom.xml

This file was deleted.

4 changes: 2 additions & 2 deletions dist/pom.xml
Expand Up @@ -48,7 +48,7 @@

<dependency>
<groupId>org.jboss.seam.social</groupId>
<artifactId>seam-social-impl</artifactId>
<artifactId>seam-social</artifactId>
</dependency>

<dependency>
Expand All @@ -61,7 +61,7 @@

<dependency>
<groupId>org.jboss.seam.social</groupId>
<artifactId>seam-social-impl</artifactId>
<artifactId>seam-social</artifactId>
<version>${project.version}</version>
<classifier>sources</classifier>
<optional>true</optional>
Expand Down
2 changes: 1 addition & 1 deletion examples/web-client/pom.xml
Expand Up @@ -66,7 +66,7 @@
</dependency>
<dependency>
<groupId>org.jboss.seam.social</groupId>
<artifactId>seam-social-impl</artifactId>
<artifactId>seam-social</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Expand Up @@ -20,7 +20,7 @@
</parent>

<groupId>org.jboss.seam.social</groupId>
<artifactId>seam-social-impl</artifactId>
<artifactId>seam-social</artifactId>

<packaging>jar</packaging>
<name>Seam Social Module Core Implementation</name>
Expand Down
8 changes: 0 additions & 8 deletions pom.xml
Expand Up @@ -45,7 +45,6 @@
<modules>
<module>api</module>
<module>impl</module>
<module>combined</module>
<module>examples/web-client</module>
</modules>

Expand All @@ -70,13 +69,6 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.jboss.seam.social</groupId>
<artifactId>seam-social-impl</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.jboss.seam.social</groupId>
<artifactId>seam-social</artifactId>
Expand Down

1 comment on commit 54570b8

@antoinesd
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks George. It's very helpful cause I'm so late :-)

Please sign in to comment.