Skip to content

Commit

Permalink
changed groupid
Browse files Browse the repository at this point in the history
  • Loading branch information
John committed Sep 18, 2012
1 parent 9afa4df commit 1c2beca
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Issues are tracked at:

Maven:

groupId: com.linkedin.zoie
groupId: com.senseidb.zoie

artifactId: zoie-core

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.linkedin.zoie</groupId>
<groupId>com.senseidb.zoie</groupId>
<artifactId>zoie-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>zoie-parent/pom.xml</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion zoie-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.linkedin.zoie</groupId>
<groupId>com.senseidb.zoie</groupId>
<artifactId>zoie-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../zoie-parent/pom.xml</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion zoie-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.linkedin.zoie</groupId>
<groupId>com.senseidb.zoie</groupId>
<artifactId>zoie-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../zoie-parent/pom.xml</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion zoie-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.linkedin.zoie</groupId>
<groupId>com.senseidb.zoie</groupId>
<artifactId>zoie-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../zoie-parent/pom.xml</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion zoie-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
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.linkedin.zoie</groupId>
<groupId>com.senseidb.zoie</groupId>
<artifactId>zoie-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion zoie-perf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.linkedin.zoie</groupId>
<groupId>com.senseidb.zoie</groupId>
<artifactId>zoie-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../zoie-parent/pom.xml</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion zoie-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.linkedin.zoie</groupId>
<groupId>com.senseidb.zoie</groupId>
<artifactId>zoie-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../zoie-parent/pom.xml</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion zoie-solr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.linkedin.zoie</groupId>
<groupId>com.senseidb.zoie</groupId>
<artifactId>zoie-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../zoie-parent/pom.xml</relativePath>
Expand Down

0 comments on commit 1c2beca

Please sign in to comment.