Skip to content

Commit 511613e

Browse files
committed
1.3 release
1 parent 34e9581 commit 511613e

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.google.googlejavaformat</groupId>
2424
<artifactId>google-java-format-parent</artifactId>
25-
<version>1.3-SNAPSHOT</version>
25+
<version>1.3</version>
2626
</parent>
2727

2828
<artifactId>google-java-format</artifactId>

eclipse_plugin/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
55
<classpathentry kind="src" path="src"/>
66
<classpathentry exported="true" kind="lib" path="lib/guava-19.0.jar"/>
7-
<classpathentry exported="true" kind="lib" path="lib/google-java-format-1.3-SNAPSHOT.jar"/>
7+
<classpathentry exported="true" kind="lib" path="lib/google-java-format-1.3.jar"/>
88
<classpathentry exported="true" kind="lib" path="lib/javac-9-dev-r3297-1-shaded.jar"/>
99
<classpathentry kind="output" path="target/classes"/>
1010
</classpath>

eclipse_plugin/META-INF/MANIFEST.MF

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
3-
Bundle-Name: Google Java Formatter
3+
Bundle-Name: google-java-format
44
Bundle-SymbolicName: google-java-format-eclipse-plugin;singleton:=true
5-
Bundle-Version: 0.0.1
5+
Bundle-Version: 1.3.0
66
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
77
Require-Bundle: org.eclipse.jdt.core;bundle-version="3.10.0",
88
org.eclipse.jface,
@@ -12,4 +12,4 @@ Require-Bundle: org.eclipse.jdt.core;bundle-version="3.10.0",
1212
Bundle-ClassPath: .,
1313
lib/guava-19.0.jar,
1414
lib/javac-9-dev-r3297-1-shaded.jar,
15-
lib/google-java-format-1.3-SNAPSHOT.jar
15+
lib/google-java-format-1.3.jar

eclipse_plugin/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ output.. = target/classes
33
bin.includes = META-INF/,\
44
.,\
55
plugin.xml,\
6-
lib/google-java-format-1.3-SNAPSHOT.jar,\
6+
lib/google-java-format-1.3.jar,\
77
lib/javac-9-dev-r3297-1-shaded.jar,\
88
lib/guava-19.0.jar

eclipse_plugin/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<javaFormatter
66
class="com.google.googlejavaformat.java.GoogleJavaFormatter"
77
id="com.google.googlejavaformat.java.GoogleJavaFormatter"
8-
name="Google Java Formatter (1.3-SNAPSHOT)">
8+
name="google-java-format 1.3">
99
</javaFormatter>
1010
</extension>
1111
</plugin>

eclipse_plugin/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
<parent>
2121
<groupId>com.google.googlejavaformat</groupId>
2222
<artifactId>google-java-format-parent</artifactId>
23-
<version>1.3-SNAPSHOT</version>
23+
<version>1.3</version>
2424
</parent>
2525

2626
<artifactId>google-java-format-eclipse-plugin</artifactId>
27-
<version>0.0.1</version>
27+
<version>1.3.0</version>
2828
<packaging>eclipse-plugin</packaging>
29-
<name>Google Java Format Plugin for Eclipse 4.5+</name>
29+
<name>google-java-format Plugin for Eclipse 4.5+</name>
3030

3131
<description>
3232
A Java source code formatter that follows Google Java Style.
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>com.google.googlejavaformat</groupId>
5050
<artifactId>google-java-format</artifactId>
51-
<version>1.3-SNAPSHOT</version>
51+
<version>1.3</version>
5252
</dependency>
5353
</dependencies>
5454

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<groupId>com.google.googlejavaformat</groupId>
2929
<artifactId>google-java-format-parent</artifactId>
3030
<packaging>pom</packaging>
31-
<version>1.3-SNAPSHOT</version>
31+
<version>1.3</version>
3232

3333
<modules>
3434
<module>core</module>

0 commit comments

Comments
 (0)