Repository: incubator-blur Updated Branches: refs/heads/master 4abcff366 -> ef6e98f65
latest version for now til we figure out proper way Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/ef6e98f6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/ef6e98f6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/ef6e98f6 Branch: refs/heads/master Commit: ef6e98f6530383917a83bec27dd36ff8c9a1f43e Parents: 4abcff3 Author: twilliams <[email protected]> Authored: Tue Nov 18 19:30:40 2014 -0500 Committer: twilliams <[email protected]> Committed: Tue Nov 18 19:30:40 2014 -0500 ---------------------------------------------------------------------- .../main/resources/archetype-resources/pom.xml | 25 ++++---------------- 1 file changed, 5 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/ef6e98f6/blur-command/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/blur-command/src/main/resources/archetype-resources/pom.xml b/blur-command/src/main/resources/archetype-resources/pom.xml index 0dc9df6..0bc3323 100644 --- a/blur-command/src/main/resources/archetype-resources/pom.xml +++ b/blur-command/src/main/resources/archetype-resources/pom.xml @@ -23,40 +23,25 @@ <dependency> <groupId>org.apache.blur</groupId> <artifactId>blur-core</artifactId> - <version>${project.version}</version> + <version>LATEST</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> + <version>LATEST</version> </dependency> <dependency> <groupId>org.apache.blur</groupId> <artifactId>blur-core</artifactId> - <version>${project.version}</version> + <version>LATEST</version> <type>test-jar</type> <scope>test</scope> </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>${slf4j.version}</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - <version>${slf4j.version}</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <scope>provided</scope> - </dependency> + <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>${guava.version}</version> + <version>LATEST</version> </dependency> </dependencies>
