Skip to content

Commit

Permalink
bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
innerjoin committed Dec 22, 2017
1 parent 8312f99 commit 701e7a1
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.siemens.bt.jazz.services.WorkItemBulkMover.feature"
label="REST Service"
version="1.2.0.qualifier"
version="1.2.1.qualifier"
provider-name="PROVIDER">

<description url="http://www.example.com/description">
Expand Down
2 changes: 1 addition & 1 deletion feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.siemens.bt.jazz.services.WorkItemBulkMover</groupId>
<artifactId>com.siemens.bt.jazz.services.WorkItemBulkMover.parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: com.siemens.bt.jazz.services.WorkItemBulkMover
Bundle-SymbolicName: com.siemens.bt.jazz.services.WorkItemBulkMover;singleton:=true
Bundle-Version: 1.2.0.qualifier
Bundle-Version: 1.2.1.qualifier
Bundle-Vendor: VENDOR
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle:
com.ibm.team.repository.common,
com.ibm.team.repository.service,
Expand Down Expand Up @@ -32,7 +32,7 @@ Require-Bundle:
com.ibm.team.process.common,
com.ibm.team.process.service
Bundle-ClassPath: target/dependency/gson-2.7.jar,
target/dependency/com.siemens.bt.jazz.services.base-1.0.3-SNAPSHOT.jar,
target/dependency/com.siemens.bt.jazz.services.base-2.0.1-SNAPSHOT.jar,
.
Import-Package: com.ibm.team.jfs.app,
com.ibm.team.jfs.app.http.util,
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.siemens.bt.jazz.services.WorkItemBulkMover</groupId>
<artifactId>com.siemens.bt.jazz.services.WorkItemBulkMover.parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
10 changes: 6 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@

<groupId>com.siemens.bt.jazz.services.WorkItemBulkMover</groupId>
<artifactId>com.siemens.bt.jazz.services.WorkItemBulkMover.parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tycho-version>1.0.0</tycho-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tycho-version>1.0.0</tycho-version>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
</properties>

<dependencies>
Expand All @@ -22,7 +24,7 @@
<dependency>
<groupId>com.siemens.bt.jazz.services.base</groupId>
<artifactId>com.siemens.bt.jazz.services.base</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.siemens.bt.jazz.services.WorkItemBulkMover</groupId>
<artifactId>com.siemens.bt.jazz.services.WorkItemBulkMover.parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion update-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.siemens.bt.jazz.services.WorkItemBulkMover</groupId>
<artifactId>com.siemens.bt.jazz.services.WorkItemBulkMover.parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down

0 comments on commit 701e7a1

Please sign in to comment.