File tree Expand file tree Collapse file tree 4 files changed +12
-23
lines changed
imixs-office-workflow-app
imixs-office-workflow-oidc
imixs-office-workflow-util Expand file tree Collapse file tree 4 files changed +12
-23
lines changed Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2- xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
3- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <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" >
42 <modelVersion >4.0.0</modelVersion >
53 <parent >
64 <artifactId >imixs-office-workflow</artifactId >
75 <groupId >org.imixs.workflow</groupId >
8- <version >5.1.0-SNAPSHOT </version >
6+ <version >5.1.0</version >
97 </parent >
108 <artifactId >imixs-office-workflow-app</artifactId >
119 <packaging >war</packaging >
6260 <exec executable =" docker" >
6361 <arg value =" build" />
6462 <arg value =" -t" />
65- <arg
66- value=" imixs/${imixs-office.applicationname}:${project.version}" />
63+ <arg value =" imixs/${imixs-office.applicationname}:${project.version}" />
6764 <arg value =" ../." />
6865 </exec >
6966 </target >
231228 <exec executable =" docker" >
232229 <arg value =" build" />
233230 <arg value =" -t" />
234- <arg
235- value=" imixs/${imixs-office.applicationname}:${project.version}" />
231+ <arg value =" imixs/${imixs-office.applicationname}:${project.version}" />
236232 <arg value =" ../." />
237233 </exec >
238234 <exec executable =" docker" >
239235 <arg value =" push" />
240- <arg
241- value=" imixs/${imixs-office.applicationname}:${project.version}" />
236+ <arg value =" imixs/${imixs-office.applicationname}:${project.version}" />
242237 </exec >
243238 </target >
244239 </configuration >
Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2- xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
3- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <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" >
42 <modelVersion >4.0.0</modelVersion >
53 <parent >
64 <artifactId >imixs-office-workflow</artifactId >
75 <groupId >org.imixs.workflow</groupId >
8- <version >5.1.0-SNAPSHOT </version >
6+ <version >5.1.0</version >
97 </parent >
108 <artifactId >imixs-office-workflow-oidc</artifactId >
119 <name >Imixs Office Workflow OpenID Connect</name >
Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2- xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
3- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <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" >
42 <modelVersion >4.0.0</modelVersion >
53 <parent >
64 <artifactId >imixs-office-workflow</artifactId >
75 <groupId >org.imixs.workflow</groupId >
8- <version >5.1.0-SNAPSHOT </version >
6+ <version >5.1.0</version >
97 </parent >
108 <artifactId >imixs-office-workflow-util</artifactId >
119 <name >Imixs Office Workflow Util</name >
Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2- xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
3- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
1+ <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/maven-v4_0_0.xsd" >
42 <modelVersion >4.0.0</modelVersion >
53 <groupId >org.imixs.workflow</groupId >
64 <artifactId >imixs-office-workflow</artifactId >
75 <packaging >pom</packaging >
86 <name >Imixs Office Workflow</name >
9- <version >5.1.0-SNAPSHOT </version >
7+ <version >5.1.0</version >
108
119 <modules >
1210 <module >imixs-office-workflow-util</module >
5553 <connection >scm:git:git@github.com:imixs/imixs-office-workflow.git</connection >
5654 <developerConnection >scm:git:git@github.com:imixs/imixs-office-workflow.git</developerConnection >
5755 <url >https://github.com/imixs/imixs-office-workflow/</url >
58- <tag >HEAD </tag >
56+ <tag >imixs-office-workflow-5.1.0 </tag >
5957 </scm >
6058
6159 <issueManagement >
You can’t perform that action at this time.
0 commit comments