diff --git a/core/pom.xml b/core/pom.xml
index e3e5a299a..adc140233 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -22,7 +22,7 @@
com.google.googlejavaformat
google-java-format-parent
- 1.3-SNAPSHOT
+ 1.3
google-java-format
diff --git a/eclipse_plugin/.classpath b/eclipse_plugin/.classpath
index edb3814bd..8a0e37475 100644
--- a/eclipse_plugin/.classpath
+++ b/eclipse_plugin/.classpath
@@ -4,7 +4,7 @@
-
+
diff --git a/eclipse_plugin/META-INF/MANIFEST.MF b/eclipse_plugin/META-INF/MANIFEST.MF
index ffdf09894..ccbfabf13 100644
--- a/eclipse_plugin/META-INF/MANIFEST.MF
+++ b/eclipse_plugin/META-INF/MANIFEST.MF
@@ -1,8 +1,8 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Google Java Formatter
+Bundle-Name: google-java-format
Bundle-SymbolicName: google-java-format-eclipse-plugin;singleton:=true
-Bundle-Version: 0.0.1
+Bundle-Version: 1.3.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.jdt.core;bundle-version="3.10.0",
org.eclipse.jface,
@@ -12,4 +12,4 @@ Require-Bundle: org.eclipse.jdt.core;bundle-version="3.10.0",
Bundle-ClassPath: .,
lib/guava-19.0.jar,
lib/javac-9-dev-r3297-1-shaded.jar,
- lib/google-java-format-1.3-SNAPSHOT.jar
+ lib/google-java-format-1.3.jar
diff --git a/eclipse_plugin/build.properties b/eclipse_plugin/build.properties
index 4b0465531..cff2a01e4 100644
--- a/eclipse_plugin/build.properties
+++ b/eclipse_plugin/build.properties
@@ -3,6 +3,6 @@ output.. = target/classes
bin.includes = META-INF/,\
.,\
plugin.xml,\
- lib/google-java-format-1.3-SNAPSHOT.jar,\
+ lib/google-java-format-1.3.jar,\
lib/javac-9-dev-r3297-1-shaded.jar,\
lib/guava-19.0.jar
diff --git a/eclipse_plugin/plugin.xml b/eclipse_plugin/plugin.xml
index 062ef668b..88d7f31bd 100644
--- a/eclipse_plugin/plugin.xml
+++ b/eclipse_plugin/plugin.xml
@@ -5,7 +5,7 @@
+ name="google-java-format 1.3">
diff --git a/eclipse_plugin/pom.xml b/eclipse_plugin/pom.xml
index e55f43558..5d12d0fa0 100644
--- a/eclipse_plugin/pom.xml
+++ b/eclipse_plugin/pom.xml
@@ -20,13 +20,13 @@
com.google.googlejavaformat
google-java-format-parent
- 1.3-SNAPSHOT
+ 1.3
google-java-format-eclipse-plugin
- 0.0.1
+ 1.3.0
eclipse-plugin
- Google Java Format Plugin for Eclipse 4.5+
+ google-java-format Plugin for Eclipse 4.5+
A Java source code formatter that follows Google Java Style.
@@ -48,7 +48,7 @@
com.google.googlejavaformat
google-java-format
- 1.3-SNAPSHOT
+ 1.3
diff --git a/pom.xml b/pom.xml
index 1ffecf857..5ac1b46b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
com.google.googlejavaformat
google-java-format-parent
pom
- 1.3-SNAPSHOT
+ 1.3
core