Skip to content

Commit

Permalink
1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cushon committed Feb 10, 2017
1 parent 34e9581 commit 511613e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>

<artifactId>google-java-format</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eclipse_plugin/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="lib/guava-19.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/google-java-format-1.3-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib" path="lib/google-java-format-1.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/javac-9-dev-r3297-1-shaded.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
6 changes: 3 additions & 3 deletions eclipse_plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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
2 changes: 1 addition & 1 deletion eclipse_plugin/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion eclipse_plugin/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<javaFormatter
class="com.google.googlejavaformat.java.GoogleJavaFormatter"
id="com.google.googlejavaformat.java.GoogleJavaFormatter"
name="Google Java Formatter (1.3-SNAPSHOT)">
name="google-java-format 1.3">
</javaFormatter>
</extension>
</plugin>
8 changes: 4 additions & 4 deletions eclipse_plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<parent>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>

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

<description>
A Java source code formatter that follows Google Java Style.
Expand All @@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format-parent</artifactId>
<packaging>pom</packaging>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>

<modules>
<module>core</module>
Expand Down

0 comments on commit 511613e

Please sign in to comment.