File tree 14 files changed +21
-21
lines changed
pulsar-jms-integration-tests
14 files changed +21
-21
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 >5.0.5-SNAPSHOT </version >
23
+ <version >5.0.5</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 >5.0.5-SNAPSHOT </version >
27
+ <version >5.0.5</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 >5.0.5-SNAPSHOT </version >
24
+ <version >5.0.5</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 >5.0.5-SNAPSHOT </version >
24
+ <version >5.0.5</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 >
@@ -439,7 +439,7 @@ limitations under the License.]]></inlineHeader>
439
439
<
connection >scm:git:
[email protected] :datastax/pulsar-jms.git</
connection >
440
440
<
developerConnection >scm:git:
[email protected] :datastax/pulsar-jms.git</
developerConnection >
441
441
<url >https://github.com/datastax/pulsar-jms</url >
442
- <tag >HEAD </tag >
442
+ <tag >5.0.5 </tag >
443
443
</scm >
444
444
<developers >
445
445
<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 >5.0.5-SNAPSHOT </version >
23
+ <version >5.0.5</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 >5.0.5-SNAPSHOT </version >
23
+ <version >5.0.5</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 >5.0.5-SNAPSHOT </version >
23
+ <version >5.0.5</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 >5.0.5-SNAPSHOT </version >
23
+ <version >5.0.5</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 >5.0.5-SNAPSHOT </version >
23
+ <version >5.0.5</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 >5.0.5-SNAPSHOT </version >
23
+ <version >5.0.5</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 >5.0.5-SNAPSHOT </version >
23
+ <version >5.0.5</version >
24
24
</parent >
25
25
<modelVersion >4.0.0</modelVersion >
26
26
<artifactId >pulsar-jms</artifactId >
128
128
<configuration >
129
129
<target >
130
130
<echo >copy filters</echo >
131
- <mkdir dir =" ${project.build.outputDirectory}/filters" />
132
- <mkdir dir =" ${project.build.outputDirectory}/interceptors" />
133
- <copy verbose =" true" file =" ${basedir}/../pulsar-jms-filters/target/pulsar-jms-${project.version}-nar.nar" tofile =" ${project.build.outputDirectory}/filters/jms-filter.nar" />
134
- <copy verbose =" true" file =" ${basedir}/../pulsar-jms-filters/target/pulsar-jms-${project.version}-nar.nar" tofile =" ${project.build.outputDirectory}/interceptors/jms-filter.nar" />
131
+ <mkdir dir =" ${project.build.outputDirectory}/filters" />
132
+ <mkdir dir =" ${project.build.outputDirectory}/interceptors" />
133
+ <copy verbose =" true" file =" ${basedir}/../pulsar-jms-filters/target/pulsar-jms-${project.version}-nar.nar" tofile =" ${project.build.outputDirectory}/filters/jms-filter.nar" />
134
+ <copy verbose =" true" file =" ${basedir}/../pulsar-jms-filters/target/pulsar-jms-${project.version}-nar.nar" tofile =" ${project.build.outputDirectory}/interceptors/jms-filter.nar" />
135
135
</target >
136
136
</configuration >
137
137
</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 >5.0.5-SNAPSHOT </version >
23
+ <version >5.0.5</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 >5.0.5-SNAPSHOT </version >
23
+ <version >5.0.5</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 >5.0.5-SNAPSHOT </version >
23
+ <version >5.0.5</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