Skip to content

Commit 2224a5e

Browse files
committed
Rebasing
1 parent 6719880 commit 2224a5e

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

iam/iam-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.salesforce.multicloudj</groupId>
1111
<artifactId>iam</artifactId>
12-
<version>${revision}</version>
12+
<version>0.2.10-SNAPSHOT</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

iam/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>com.salesforce.multicloudj</groupId>
86
<artifactId>multicloudj-parent</artifactId>
9-
<version>${revision}</version>
7+
<version>0.2.10-SNAPSHOT</version>
108
<relativePath>../pom.xml</relativePath>
119
</parent>
1210
<artifactId>iam</artifactId>

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,17 @@
142142
<version>${project.version}</version>
143143
<type>test-jar</type>
144144
</dependency>
145+
<dependency>
146+
<groupId>com.salesforce.multicloudj</groupId>
147+
<artifactId>iam-client</artifactId>
148+
<version>${project.version}</version>
149+
</dependency>
150+
<dependency>
151+
<groupId>com.salesforce.multicloudj</groupId>
152+
<artifactId>iam-client</artifactId>
153+
<version>${project.version}</version>
154+
<type>test-jar</type>
155+
</dependency>
145156
<dependency>
146157
<groupId>com.salesforce.multicloudj</groupId>
147158
<artifactId>blob-client</artifactId>

0 commit comments

Comments
 (0)