Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
chore: bump version to v1.2.1
Browse files Browse the repository at this point in the history
Necessary to use updated dependency com.devepos.adt.branding
  • Loading branch information
stockbal committed Sep 17, 2022
1 parent a59b1d4 commit 6747a70
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion com.devepos.adt.pdt.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.devepos.adt.pdt"
label="ADT Plugin Development Tools"
version="1.2.0.qualifier"
version="1.2.1.qualifier"
provider-name="devepos"
plugin="com.devepos.adt.branding">

Expand Down
2 changes: 1 addition & 1 deletion com.devepos.adt.pdt.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.devepos.adt.pdt.parent</artifactId>
<groupId>com.devepos.adt</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.devepos.adt.pdt.ui/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: %Bundle-Name
Bundle-SymbolicName: com.devepos.adt.pdt.ui;singleton:=true
Bundle-Version: 1.2.0.qualifier
Bundle-Version: 1.2.1.qualifier
Bundle-Activator: com.devepos.adt.pdt.ui.internal.AdtPluginDevToolsPlugin
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion com.devepos.adt.pdt.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.devepos.adt.pdt.parent</artifactId>
<groupId>com.devepos.adt</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.devepos.adt</groupId>
<artifactId>com.devepos.adt.pdt.parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<name>ADT Plugin Development Tools</name>
<packaging>pom</packaging>
<modules>
Expand Down

0 comments on commit 6747a70

Please sign in to comment.