Skip to content

Commit

Permalink
Update version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmini committed Dec 5, 2017
1 parent 3c49965 commit a7b30f4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion com.wdev91.eclipse.copyright.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.wdev91.eclipse.copyright.feature"
label="%featureName"
version="1.5.2"
version="1.5.3"
provider-name="%providerName">

<description>
Expand Down
2 changes: 1 addition & 1 deletion com.wdev91.eclipse.copyright.site/site.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/com.wdev91.eclipse.copyright.feature_1.5.2.jar" id="com.wdev91.eclipse.copyright.feature" version="1.5.2"/>
<feature url="features/com.wdev91.eclipse.copyright.feature_1.5.3.jar" id="com.wdev91.eclipse.copyright.feature" version="1.5.3"/>
</site>
2 changes: 1 addition & 1 deletion com.wdev91.eclipse.copyright/META-INF/MANIFEST.MF
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: com.wdev91.eclipse.copyright;singleton:=true
Bundle-Version: 1.5.2
Bundle-Version: 1.5.3
Bundle-Activator: com.wdev91.eclipse.copyright.Activator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.wdev91.eclipse.copyright</groupId>
<artifactId>docs</artifactId>
<version>1.5.2</version>
<version>1.5.3</version>
<packaging>pom</packaging>

<pluginRepositories>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.wdev91.eclipse.copyright</groupId>
<artifactId>root</artifactId>
<version>1.5.2</version>
<version>1.5.3</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit a7b30f4

Please sign in to comment.