Skip to content

Commit

Permalink
Updated version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
oyse committed Sep 4, 2015
1 parent 838052b commit bd0b882
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion org.dadacoalition.yedit.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.dadacoalition.yedit.feature"
label="YEdit Feature"
version="1.0.19.qualifier"
version="1.0.20.qualifier"
provider-name="YEdit Project">

<description>
Expand Down
2 changes: 1 addition & 1 deletion org.dadacoalition.yedit.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.dadacoalition.yedit</groupId>
<artifactId>parent</artifactId>
<version>1.0.19-SNAPSHOT</version>
<version>1.0.20-SNAPSHOT</version>
</parent>

<artifactId>org.dadacoalition.yedit.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.dadacoalition.yedit.update/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.dadacoalition.yedit</groupId>
<artifactId>parent</artifactId>
<version>1.0.19-SNAPSHOT</version>
<version>1.0.20-SNAPSHOT</version>
</parent>

<artifactId>org.dadacoalition.yedit.site</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.dadacoalition.yedit/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: YEdit YAML editor
Bundle-SymbolicName: org.dadacoalition.yedit;singleton:=true
Bundle-Version: 1.0.19.qualifier
Bundle-Version: 1.0.20.qualifier
Bundle-Activator: org.dadacoalition.yedit.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion org.dadacoalition.yedit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.dadacoalition.yedit</groupId>
<artifactId>parent</artifactId>
<version>1.0.19-SNAPSHOT</version>
<version>1.0.20-SNAPSHOT</version>
</parent>

<artifactId>org.dadacoalition.yedit</artifactId>
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>org.dadacoalition.yedit</groupId>
<artifactId>parent</artifactId>
<version>1.0.19-SNAPSHOT</version>
<version>1.0.20-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit bd0b882

Please sign in to comment.