This repository was archived by the owner on Feb 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 <version >${revision} </version >
1010 </parent >
1111 <artifactId >dataformat-aasx</artifactId >
12+ <name >Asset Administration Shell AASX-Serializer</name >
1213 <dependencies >
1314 <dependency >
1415 <groupId >io.admin-shell.aas</groupId >
6162 <target >11</target >
6263 </configuration >
6364 </plugin >
64- <plugin >
65- <groupId >org.codehaus.mojo</groupId >
66- <artifactId >flatten-maven-plugin</artifactId >
67- <version >${plugin.flatten.version} </version >
68- <configuration >
69- <updatePomFile >true</updatePomFile >
70- </configuration >
71- <executions >
72- <execution >
73- <id >flatten</id >
74- <phase >process-resources</phase >
75- <goals >
76- <goal >flatten</goal >
77- </goals >
78- </execution >
79- <execution >
80- <id >flatten.clean</id >
81- <phase >clean</phase >
82- <goals >
83- <goal >clean</goal >
84- </goals >
85- </execution >
86- </executions >
87- </plugin >
8865 </plugins >
8966 </build >
9067</project >
Original file line number Diff line number Diff line change 99 <version >${revision} </version >
1010 </parent >
1111 <artifactId >dataformat-core</artifactId >
12+ <name >Asset Administration Shell Serializer Core</name >
13+
1214 <dependencies >
1315 <dependency >
1416 <groupId >io.admin-shell.aas</groupId >
4951 <target >11</target >
5052 </configuration >
5153 </plugin >
52- <plugin >
53- <groupId >org.codehaus.mojo</groupId >
54- <artifactId >flatten-maven-plugin</artifactId >
55- <version >${plugin.flatten.version} </version >
56- <configuration >
57- <updatePomFile >true</updatePomFile >
58- </configuration >
59- <executions >
60- <execution >
61- <id >flatten</id >
62- <phase >process-resources</phase >
63- <goals >
64- <goal >flatten</goal >
65- </goals >
66- </execution >
67- <execution >
68- <id >flatten.clean</id >
69- <phase >clean</phase >
70- <goals >
71- <goal >clean</goal >
72- </goals >
73- </execution >
74- </executions >
75- </plugin >
7654 </plugins >
7755 </build >
7856</project >
Original file line number Diff line number Diff line change 99 <version >${revision} </version >
1010 </parent >
1111 <artifactId >dataformat-json</artifactId >
12+ <name >Asset Administration Shell JSON-Serializer</name >
13+
1214 <dependencies >
1315 <dependency >
1416 <groupId >io.admin-shell.aas</groupId >
7880 <target >11</target >
7981 </configuration >
8082 </plugin >
81- <plugin >
82- <groupId >org.codehaus.mojo</groupId >
83- <artifactId >flatten-maven-plugin</artifactId >
84- <version >${plugin.flatten.version} </version >
85- <configuration >
86- <updatePomFile >true</updatePomFile >
87- </configuration >
88- <executions >
89- <execution >
90- <id >flatten</id >
91- <phase >process-resources</phase >
92- <goals >
93- <goal >flatten</goal >
94- </goals >
95- </execution >
96- <execution >
97- <id >flatten.clean</id >
98- <phase >clean</phase >
99- <goals >
100- <goal >clean</goal >
101- </goals >
102- </execution >
103- </executions >
104- </plugin >
10583 </plugins >
10684 </build >
10785</project >
Original file line number Diff line number Diff line change 1010 <modelVersion >4.0.0</modelVersion >
1111
1212 <artifactId >dataformat-jsonld</artifactId >
13+ <name >Asset Administration Shell JSON-LD-Serializer</name >
1314
1415 <properties >
1516 <maven .compiler.source>11</maven .compiler.source>
Original file line number Diff line number Diff line change 99 <version >${revision} </version >
1010 </parent >
1111 <artifactId >dataformat-uanodeset</artifactId >
12+ <name >Asset Administration Shell UA-Nodeset-Serializer</name >
13+
1214 <properties >
1315 <jaxb-rich-contract .version>2.1.0</jaxb-rich-contract .version>
1416 </properties >
6264 <target >11</target >
6365 </configuration >
6466 </plugin >
65- <plugin >
66- <groupId >org.codehaus.mojo</groupId >
67- <artifactId >flatten-maven-plugin</artifactId >
68- <version >${plugin.flatten.version} </version >
69- <configuration >
70- <updatePomFile >true</updatePomFile >
71- </configuration >
72- <executions >
73- <execution >
74- <id >flatten</id >
75- <phase >process-resources</phase >
76- <goals >
77- <goal >flatten</goal >
78- </goals >
79- </execution >
80- <execution >
81- <id >flatten.clean</id >
82- <phase >clean</phase >
83- <goals >
84- <goal >clean</goal >
85- </goals >
86- </execution >
87- </executions >
88- </plugin >
8967 <plugin >
9068 <groupId >org.apache.cxf</groupId >
9169 <artifactId >cxf-xjc-plugin</artifactId >
Original file line number Diff line number Diff line change 99 <version >${revision} </version >
1010 </parent >
1111 <artifactId >dataformat-xml</artifactId >
12+ <name >Asset Administration Shell XML-Serializer</name >
13+
1214 <dependencies >
1315 <dependency >
1416 <groupId >io.admin-shell.aas</groupId >
7880 <target >11</target >
7981 </configuration >
8082 </plugin >
81- <plugin >
82- <groupId >org.codehaus.mojo</groupId >
83- <artifactId >flatten-maven-plugin</artifactId >
84- <version >${plugin.flatten.version} </version >
85- <configuration >
86- <updatePomFile >true</updatePomFile >
87- </configuration >
88- <executions >
89- <execution >
90- <id >flatten</id >
91- <phase >process-resources</phase >
92- <goals >
93- <goal >flatten</goal >
94- </goals >
95- </execution >
96- <execution >
97- <id >flatten.clean</id >
98- <phase >clean</phase >
99- <goals >
100- <goal >clean</goal >
101- </goals >
102- </execution >
103- </executions >
104- </plugin >
10583 </plugins >
10684 </build >
10785</project >
Original file line number Diff line number Diff line change 3939 <module >validator</module >
4040 </modules >
4141 <properties >
42- <revision >1.0.2-SNAPSHOT </revision >
42+ <revision >1.0.2</revision >
4343 <model .version>${revision} </model .version>
4444 <maven .compiler.source>1.8</maven .compiler.source>
4545 <maven .compiler.target>1.8</maven .compiler.target>
7070 </properties >
7171 <build >
7272 <plugins >
73+ <plugin >
74+ <groupId >org.codehaus.mojo</groupId >
75+ <artifactId >flatten-maven-plugin</artifactId >
76+ <version >${plugin.flatten.version} </version >
77+ <configuration >
78+ <updatePomFile >true</updatePomFile >
79+ <pomElements ><name /><description /><url /><developers /><scm /></pomElements >
80+ </configuration >
81+ <executions >
82+ <execution >
83+ <id >flatten</id >
84+ <phase >process-resources</phase >
85+ <goals >
86+ <goal >flatten</goal >
87+ </goals >
88+ </execution >
89+ <execution >
90+ <id >flatten.clean</id >
91+ <phase >clean</phase >
92+ <goals >
93+ <goal >clean</goal >
94+ </goals >
95+ </execution >
96+ </executions >
97+ </plugin >
7398 <plugin >
7499 <groupId >org.apache.maven.plugins</groupId >
75100 <artifactId >maven-project-info-reports-plugin</artifactId >
169194 <url >https://maven.iais.fraunhofer.de/artifactory/eis-ids-public</url >
170195 </repository >
171196 </repositories >
197+
198+ <licenses >
199+ <license >
200+ <name >Apache License, Version 2.0</name >
201+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
202+ <distribution >repo</distribution >
203+ </license >
204+ </licenses >
172205</project >
Original file line number Diff line number Diff line change 1010 <modelVersion >4.0.0</modelVersion >
1111
1212 <artifactId >validator</artifactId >
13+ <name >Asset Administration Shell Validator</name >
1314
1415 <properties >
1516 <maven .compiler.source>11</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments