Commit b91fcbd 1 parent 4df604b commit b91fcbd Copy full SHA for b91fcbd
File tree 14 files changed +25
-25
lines changed
pulsar-jms-integration-tests
14 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<artifactId >pulsar-jms-parent</artifactId >
22
22
<groupId >com.datastax.oss</groupId >
23
- <version >6.0.3-SNAPSHOT </version >
23
+ <version >6.0.3</version >
24
24
</parent >
25
25
<modelVersion >4.0.0</modelVersion >
26
26
<artifactId >pulsar-jms-activemq-filters</artifactId >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.datastax.oss</groupId >
26
26
<artifactId >pulsar-jms-parent</artifactId >
27
- <version >6.0.3-SNAPSHOT </version >
27
+ <version >6.0.3</version >
28
28
<relativePath >../../pom.xml</relativePath >
29
29
</parent >
30
30
<properties >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<artifactId >pulsar-jms-parent</artifactId >
23
23
<groupId >com.datastax.oss</groupId >
24
- <version >6.0.3-SNAPSHOT </version >
24
+ <version >6.0.3</version >
25
25
<relativePath >../../pom.xml</relativePath >
26
26
</parent >
27
27
<groupId >com.example</groupId >
Original file line number Diff line number Diff line change 21
21
<groupId >com.datastax.oss</groupId >
22
22
<artifactId >pulsar-jms-parent</artifactId >
23
23
<packaging >pom</packaging >
24
- <version >6.0.3-SNAPSHOT </version >
24
+ <version >6.0.3</version >
25
25
<name >DataStax Starlight for JMS</name >
26
26
<description >Implementation of the Java Messaging Service Client API around Apache Pulsar Java Client</description >
27
27
<url >https://github.com/datastax/pulsar-jms</url >
135
135
<groupId >org.apache.avro</groupId >
136
136
<artifactId >avro</artifactId >
137
137
</exclusion >
138
- <exclusion >
139
- <groupId >org.apache.avro</groupId >
140
- <artifactId >avro-protobuf</artifactId >
141
- </exclusion >
138
+ <exclusion >
139
+ <groupId >org.apache.avro</groupId >
140
+ <artifactId >avro-protobuf</artifactId >
141
+ </exclusion >
142
142
</exclusions >
143
143
</dependency >
144
144
<dependency >
@@ -459,7 +459,7 @@ limitations under the License.]]></inlineHeader>
459
459
<
connection >scm:git:
[email protected] :datastax/pulsar-jms.git</
connection >
460
460
<
developerConnection >scm:git:
[email protected] :datastax/pulsar-jms.git</
developerConnection >
461
461
<url >https://github.com/datastax/pulsar-jms</url >
462
- <tag >HEAD </tag >
462
+ <tag >6.0.3 </tag >
463
463
</scm >
464
464
<developers >
465
465
<developer >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<artifactId >pulsar-jms-parent</artifactId >
22
22
<groupId >com.datastax.oss</groupId >
23
- <version >6.0.3-SNAPSHOT </version >
23
+ <version >6.0.3</version >
24
24
<relativePath >../pom.xml</relativePath >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<artifactId >pulsar-jms-parent</artifactId >
22
22
<groupId >com.datastax.oss</groupId >
23
- <version >6.0.3-SNAPSHOT </version >
23
+ <version >6.0.3</version >
24
24
<relativePath >../pom.xml</relativePath >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<artifactId >pulsar-jms-parent</artifactId >
22
22
<groupId >com.datastax.oss</groupId >
23
- <version >6.0.3-SNAPSHOT </version >
23
+ <version >6.0.3</version >
24
24
</parent >
25
25
<modelVersion >4.0.0</modelVersion >
26
26
<artifactId >pulsar-jms-all</artifactId >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<artifactId >pulsar-jms-parent</artifactId >
22
22
<groupId >com.datastax.oss</groupId >
23
- <version >6.0.3-SNAPSHOT </version >
23
+ <version >6.0.3</version >
24
24
<relativePath >../pom.xml</relativePath >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<artifactId >pulsar-jms-parent</artifactId >
22
22
<groupId >com.datastax.oss</groupId >
23
- <version >6.0.3-SNAPSHOT </version >
23
+ <version >6.0.3</version >
24
24
</parent >
25
25
<modelVersion >4.0.0</modelVersion >
26
26
<artifactId >pulsar-jms-filters</artifactId >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<artifactId >pulsar-jms-parent</artifactId >
22
22
<groupId >com.datastax.oss</groupId >
23
- <version >6.0.3-SNAPSHOT </version >
23
+ <version >6.0.3</version >
24
24
<relativePath >../pom.xml</relativePath >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
103
103
<configuration >
104
104
<target >
105
105
<echo >copy filters</echo >
106
- <mkdir dir =" ${project.build.outputDirectory}/filters" />
107
- <copy verbose =" true" file =" ${basedir}/../pulsar-jms-filters/target/pulsar-jms-${project.version}-nar.nar" tofile =" ${project.build.outputDirectory}/filters/jms-filter.nar" />
106
+ <mkdir dir =" ${project.build.outputDirectory}/filters" />
107
+ <copy verbose =" true" file =" ${basedir}/../pulsar-jms-filters/target/pulsar-jms-${project.version}-nar.nar" tofile =" ${project.build.outputDirectory}/filters/jms-filter.nar" />
108
108
</target >
109
109
</configuration >
110
110
</execution >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<artifactId >pulsar-jms-parent</artifactId >
22
22
<groupId >com.datastax.oss</groupId >
23
- <version >6.0.3-SNAPSHOT </version >
23
+ <version >6.0.3</version >
24
24
</parent >
25
25
<modelVersion >4.0.0</modelVersion >
26
26
<artifactId >pulsar-jms</artifactId >
148
148
<configuration >
149
149
<target >
150
150
<echo >copy filters</echo >
151
- <mkdir dir =" ${project.build.outputDirectory}/filters" />
152
- <mkdir dir =" ${project.build.outputDirectory}/interceptors" />
153
- <copy verbose =" true" file =" ${basedir}/../pulsar-jms-filters/target/pulsar-jms-${project.version}-nar.nar" tofile =" ${project.build.outputDirectory}/filters/jms-filter.nar" />
154
- <copy verbose =" true" file =" ${basedir}/../pulsar-jms-filters/target/pulsar-jms-${project.version}-nar.nar" tofile =" ${project.build.outputDirectory}/interceptors/jms-filter.nar" />
151
+ <mkdir dir =" ${project.build.outputDirectory}/filters" />
152
+ <mkdir dir =" ${project.build.outputDirectory}/interceptors" />
153
+ <copy verbose =" true" file =" ${basedir}/../pulsar-jms-filters/target/pulsar-jms-${project.version}-nar.nar" tofile =" ${project.build.outputDirectory}/filters/jms-filter.nar" />
154
+ <copy verbose =" true" file =" ${basedir}/../pulsar-jms-filters/target/pulsar-jms-${project.version}-nar.nar" tofile =" ${project.build.outputDirectory}/interceptors/jms-filter.nar" />
155
155
</target >
156
156
</configuration >
157
157
</execution >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<artifactId >pulsar-jms-parent</artifactId >
22
22
<groupId >com.datastax.oss</groupId >
23
- <version >6.0.3-SNAPSHOT </version >
23
+ <version >6.0.3</version >
24
24
<relativePath >../pom.xml</relativePath >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<artifactId >pulsar-jms-parent</artifactId >
22
22
<groupId >com.datastax.oss</groupId >
23
- <version >6.0.3-SNAPSHOT </version >
23
+ <version >6.0.3</version >
24
24
<relativePath >../pom.xml</relativePath >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<artifactId >pulsar-jms-parent</artifactId >
22
22
<groupId >com.datastax.oss</groupId >
23
- <version >6.0.3-SNAPSHOT </version >
23
+ <version >6.0.3</version >
24
24
</parent >
25
25
<modelVersion >4.0.0</modelVersion >
26
26
<artifactId >tck-executor</artifactId >
You can’t perform that action at this time.
0 commit comments