Skip to content

Commit

Permalink
pom.properties moved because of rename of project
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Sep 4, 2010
1 parent 3dd9006 commit e9a48d4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -47,7 +47,7 @@ final public class Version {
public static String version() {
if (version == null) {
InputStream is = Version.class
.getResourceAsStream("/META-INF/maven/org.jumpmind.symmetric-ds/symmetric/pom.properties");
.getResourceAsStream("/META-INF/maven/org.jumpmind.symmetric/symmetric-ds/pom.properties");
if (is != null) {
Properties p = new Properties();
try {
Expand Down

0 comments on commit e9a48d4

Please sign in to comment.