Skip to content

Commit

Permalink
バージョン番号を3.0.4に更新
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed May 26, 2018
1 parent ed9d061 commit 9bad606
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion core/stepcounter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>jp.sf.amateras.stepcounter</groupId>
<artifactId>stepcounter</artifactId>
<packaging>jar</packaging>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.4</version>
<name>StepCounter</name>
<url></url>
<description>
Expand Down
16 changes: 8 additions & 8 deletions eclipse-plugin/jp.sf.amateras.stepcounter/.classpath
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="lib/stepcounter-3.0.3-jar-with-dependencies.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/stepcounter-3.0.4-jar-with-dependencies.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: jp.sf.amateras.stepcounter;singleton:=true
Bundle-Version: 3.0.3.qualifier
Bundle-Version: 3.0.4.qualifier
Bundle-Activator: jp.sf.amateras.stepcounter.StepCounterPlugin
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.ui,
Expand All @@ -15,5 +15,5 @@ Require-Bundle: org.eclipse.ui,
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: lib/stepcounter-3.0.3-jar-with-dependencies.jar,
Bundle-ClassPath: lib/stepcounter-3.0.4-jar-with-dependencies.jar,
.
2 changes: 1 addition & 1 deletion eclipse-plugin/jp.sf.amateras.stepcounter/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ bin.includes = META-INF/,\
icons/,\
plugin_ja.properties,\
plugin.properties,\
lib/stepcounter-3.0.3-jar-with-dependencies.jar
lib/
src.includes = src/
Binary file not shown.

0 comments on commit 9bad606

Please sign in to comment.