Skip to content

Commit

Permalink
SYNC-1286 Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnlok authored and brianchandotcom committed Mar 3, 2015
1 parent aa5be0a commit 6e896de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/util/sync-engine/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Bundle-Name: Liferay Sync Engine
Bundle-SymbolicName: com.liferay.sync.engine
Bundle-Version: 3.0.0
Bundle-Version: 3.0.1
Export-Package: com.liferay.sync.engine.*
Include-Resource:\
sync-logback.xml=src/sync-logback.xml,\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ public static boolean isServerCompatible(SyncContext syncContext) {
return true;
}

private static final String _BUILD = "3000";
private static final String _BUILD = "3001";

private static final int _BUILD_NUMBER = Integer.parseInt(_BUILD);

private static final String _VERSION = "3.0.0";
private static final String _VERSION = "3.0.1";

private static final Pattern _pattern = Pattern.compile(
"(?:[0-9]+\\.){3}([0-9]+)");
Expand Down

0 comments on commit 6e896de

Please sign in to comment.