Skip to content

Commit

Permalink
Fix id, version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrjr committed Nov 11, 2013
1 parent 1c9972e commit fd2eeb9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.squareup</groupId>
<groupId>com.squareup.flow</groupId>
<artifactId>flow-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
<version>7</version>
</parent>

<groupId>com.squareup</groupId>
<groupId>com.squareup.flow</groupId>
<artifactId>flow-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.2</version>
<packaging>pom</packaging>

<name>Flow (Parent)</name>
Expand Down
6 changes: 3 additions & 3 deletions sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.squareup</groupId>
<groupId>com.squareup.flow</groupId>
<artifactId>flow-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -39,7 +39,7 @@
<artifactId>support-v4</artifactId>
</dependency>
<dependency>
<groupId>com.squareup</groupId>
<groupId>com.squareup.flow</groupId>
<artifactId>flow</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down

0 comments on commit fd2eeb9

Please sign in to comment.