Skip to content

Commit

Permalink
wealthfront#10 Replace hard-coded dependency versions with pom versio…
Browse files Browse the repository at this point in the history
…n references
  • Loading branch information
Kevin Conaway committed Jan 29, 2016
1 parent acf24b7 commit c2b1795
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions kawala-common-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@
<dependency>
<groupId>com.kaching.platform</groupId>
<artifactId>kawala-common</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.kaching.platform</groupId>
<artifactId>kawala-converters</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.kaching.platform</groupId>
<artifactId>kawala-testing</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>${project.version}</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions kawala-converters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
<dependency>
<groupId>com.kaching.platform</groupId>
<artifactId>kawala-common</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.kaching.platform</groupId>
<artifactId>kawala-guice</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>asm</groupId>
Expand Down
4 changes: 2 additions & 2 deletions kawala-guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
<dependency>
<groupId>com.kaching.platform</groupId>
<artifactId>kawala-common</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.kaching.platform</groupId>
<artifactId>kawala-testing</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>${project.version}</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions kawala-hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
<dependency>
<groupId>com.kaching.platform</groupId>
<artifactId>kawala-common</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.kaching.platform</groupId>
<artifactId>kawala-converters</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Expand Down
2 changes: 1 addition & 1 deletion kawala-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.kaching.platform</groupId>
<artifactId>kawala-common</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>jdepend</groupId>
Expand Down

0 comments on commit c2b1795

Please sign in to comment.