Skip to content

Commit 0ef6c17

Browse files
update tests pom.xml
1 parent 50722ca commit 0ef6c17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.factset</groupId>
55
<artifactId>tests</artifactId>
6-
<version>0.0.1</version>
6+
<version>0.0.2</version>
77

88
<build>
99
<plugins>
@@ -116,7 +116,7 @@
116116
</dependency>
117117
<dependency>
118118
<scope>system</scope>
119-
<systemPath>${project.basedir}/../auto-generated-sdk/target/engines-sdk-6.2.0.jar</systemPath>
119+
<systemPath>${project.basedir}/../auto-generated-sdk/target/engines-sdk-6.2.1-SNAPSHOT.jar</systemPath>
120120
<groupId>com.factset.analyticsapi</groupId>
121121
<artifactId>engines-sdk</artifactId>
122122
<version>${engines-sdk-version}</version>
@@ -142,7 +142,7 @@
142142
<junit-version>4.13.1</junit-version>
143143
<protobuf-version>3.12.2</protobuf-version>
144144
<stach-extension-version>1.6.0</stach-extension-version>
145-
<engines-sdk-version>6.2.0</engines-sdk-version>
145+
<engines-sdk-version>6.2.1-SNAPSHOT</engines-sdk-version>
146146
<poi-ooxml-version>4.0.1</poi-ooxml-version>
147147
</properties>
148148
</project>

0 commit comments

Comments
 (0)