File tree Expand file tree Collapse file tree 3 files changed +5
-17
lines changed
pubsubplus-connector-spark_3.x Expand file tree Collapse file tree 3 files changed +5
-17
lines changed Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.solacecoe.connectors</groupId >
66 <artifactId >pubsubplus-connector-spark-parent</artifactId >
7- <version >2.0.1 </version >
7+ <version >2.0.2 </version >
88 <packaging >pom</packaging >
99 <name >PubSubPlus Connector Spark - Parent</name >
1010 <description >Solace PubSub+ Connector for Spark streams data from Solace PubSub+ broker to Spark Data Sources.</description >
3636 <properties >
3737 <maven .compiler.source>17</maven .compiler.source>
3838 <generated-filtered-resource .directory>/home/runner/work/spark-connector-v2/spark-connector-v2/target/generated-filtered-resources</generated-filtered-resource .directory>
39- <revision >2.0.1 </revision >
39+ <revision >2.0.2 </revision >
4040 <next-revision >${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.nextIncrementalVersion}</next-revision >
4141 <sha1 ></sha1 >
4242 <maven .compiler.target>17</maven .compiler.target>
Original file line number Diff line number Diff line change 2424 -->
2525 <revision >2.0.2</revision >
2626 <sha1 /> <!-- Doesn't actually need to be a sha1, this is just another version modifier variable -->
27- <changelist >-SNAPSHOT </changelist >
27+ <changelist ></changelist >
2828 <next-revision >${parsedVersion.majorVersion} .${parsedVersion.minorVersion} .${parsedVersion.nextIncrementalVersion} </next-revision >
2929
3030 <!--
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.solacecoe.connectors</groupId >
66 <artifactId >pubsubplus-connector-spark</artifactId >
7- <version >2.0.1 </version >
7+ <version >2.0.2 </version >
88 <name >pubsubplus-connector-spark</name >
99 <description >Solace PubSub+ Connector for Spark streams data from Solace PubSub+ broker to Spark Data Sources.</description >
1010 <url >https://solace.com/pubsubplus-connector-spark</url >
4040 <changelist ></changelist >
4141 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4242 <generated-filtered-resource .directory>/home/runner/work/spark-connector-v2/spark-connector-v2/pubsubplus-connector-spark_3.x/target/generated-filtered-resources</generated-filtered-resource .directory>
43- <revision >2.0.1 </revision >
43+ <revision >2.0.2 </revision >
4444 <next-revision >${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.nextIncrementalVersion}</next-revision >
4545 </properties >
4646 <dependencyManagement >
8989 <version >2.23.1</version >
9090 <scope >compile</scope >
9191 </dependency >
92- <dependency >
93- <groupId >com.solace</groupId >
94- <artifactId >solace-semp-config-java-client</artifactId >
95- <version >2.39.0</version >
96- <scope >compile</scope >
97- </dependency >
98- <dependency >
99- <groupId >com.solace</groupId >
100- <artifactId >solace-semp-monitor-java-client</artifactId >
101- <version >2.39.0</version >
102- <scope >compile</scope >
103- </dependency >
10492 </dependencies >
10593</project >
You can’t perform that action at this time.
0 commit comments