File tree Expand file tree Collapse file tree 15 files changed +18
-46
lines changed
build-utils/protocol-test
test-java-bacnetip-driver
test-java-knxnetip-driver
test-java-passive-s7-driver Expand file tree Collapse file tree 15 files changed +18
-46
lines changed Original file line number Diff line number Diff line change 17
17
specific language governing permissions and limitations
18
18
under the License.
19
19
-->
20
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
21
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
20
+ <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" >
23
21
24
22
<modelVersion >4.0.0</modelVersion >
25
23
Original file line number Diff line number Diff line change 17
17
~ specific language governing permissions and limitations
18
18
~ under the License.
19
19
-->
20
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
21
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
20
+ <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" >
23
21
<modelVersion >4.0.0</modelVersion >
24
22
25
23
<parent >
Original file line number Diff line number Diff line change 17
17
limitations under the License.
18
18
19
19
-->
20
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
21
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
20
+ <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" >
23
21
<parent >
24
22
<artifactId >karaf-features</artifactId >
25
23
<groupId >org.apache.plc4x</groupId >
Original file line number Diff line number Diff line change 17
17
limitations under the License.
18
18
19
19
-->
20
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
21
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
20
+ <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" >
23
21
<modelVersion >4.0.0</modelVersion >
24
22
25
23
<parent >
Original file line number Diff line number Diff line change 17
17
limitations under the License.
18
18
19
19
-->
20
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
21
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
20
+ <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" >
23
21
<modelVersion >4.0.0</modelVersion >
24
22
25
23
<parent >
Original file line number Diff line number Diff line change 44
44
<connection >scm:git:https://gitbox.apache.org/repos/asf/plc4x.git</connection >
45
45
<developerConnection >scm:git:https://gitbox.apache.org/repos/asf/plc4x.git</developerConnection >
46
46
<url >https://github.com/apache/plc4x</url >
47
- <tag >HEAD </tag >
47
+ <tag >rel/0.5 </tag >
48
48
</scm >
49
49
50
50
<!-- Only configure the site distribution as the rest is handled by the apache parent -->
781
781
def currentVersion = project. version as String
782
782
def match = (currentVersion =~ / (\d +)\. (\d +)\. (\d +)(-SNAPSHOT)?/ )
783
783
print " \n Current version: " + currentVersion
784
- if (match. count > = 1 ) {
784
+ if (match. count > = 1 ) {
785
785
def majorVersion = match[0 ][1 ] as Integer
786
786
def minorVersion = match[0 ][2 ] as Integer
787
787
def bugfixVersion = match[0 ][3 ] as Integer
1242
1242
<configuration >
1243
1243
<outputFile >${project.build.directory} /${project.artifactId} -${project.version} -uber-jar.${project.packaging} </outputFile >
1244
1244
<transformers >
1245
- <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
1245
+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
1246
1246
</transformers >
1247
1247
<filters >
1248
1248
<filter >
1733
1733
</goals >
1734
1734
<configuration >
1735
1735
<rules >
1736
- <dependencyConvergence />
1736
+ <dependencyConvergence />
1737
1737
</rules >
1738
1738
</configuration >
1739
1739
</execution >
Original file line number Diff line number Diff line change 17
17
specific language governing permissions and limitations
18
18
under the License.
19
19
-->
20
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
21
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
20
+ <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" >
23
21
24
22
<modelVersion >4.0.0</modelVersion >
25
23
Original file line number Diff line number Diff line change 17
17
specific language governing permissions and limitations
18
18
under the License.
19
19
-->
20
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
21
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
20
+ <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" >
23
21
<modelVersion >4.0.0</modelVersion >
24
22
25
23
<parent >
Original file line number Diff line number Diff line change 17
17
specific language governing permissions and limitations
18
18
under the License.
19
19
-->
20
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
21
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
20
+ <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" >
23
21
<modelVersion >4.0.0</modelVersion >
24
22
25
23
<parent >
Original file line number Diff line number Diff line change 17
17
~ specific language governing permissions and limitations
18
18
~ under the License.
19
19
-->
20
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
21
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
20
+ <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" >
23
21
<modelVersion >4.0.0</modelVersion >
24
22
25
23
<parent >
You can’t perform that action at this time.
0 commit comments