File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.jvnet.com4j</groupId >
66 <artifactId >com4j-parent</artifactId >
7- <version >2.0-SNAPSHOT </version >
7+ <version >2.0</version >
88 </parent >
99
1010 <artifactId >com4j-dist</artifactId >
1111 <packaging >pom</packaging >
12- <version >2.0-SNAPSHOT </version >
12+ <version >2.0</version >
1313
1414 <name >com4j distribution</name >
1515
1616 <dependencies >
1717 <dependency >
1818 <groupId >${project.groupId} </groupId >
1919 <artifactId >maven-com4j-plugin</artifactId >
20- <version >2.0-SNAPSHOT </version >
20+ <version >2.0</version >
2121 </dependency >
2222 </dependencies >
2323
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.jvnet.com4j</groupId >
66 <artifactId >com4j-parent</artifactId >
7- <version >2.0-SNAPSHOT </version >
7+ <version >2.0</version >
88 </parent >
99
1010 <artifactId >maven-com4j-plugin</artifactId >
1111 <packaging >maven-plugin</packaging >
12- <version >2.0-SNAPSHOT </version >
12+ <version >2.0</version >
1313
1414 <name >COM4J Code Generation Plugin</name >
1515 <inceptionYear >2007</inceptionYear >
Original file line number Diff line number Diff line change 44 <groupId >org.kohsuke</groupId >
55 <artifactId >pom</artifactId >
66 <version >6</version >
7- <relativePath />
7+ <relativePath />
88 </parent >
99
1010 <groupId >org.jvnet.com4j</groupId >
1111 <artifactId >com4j-parent</artifactId >
12- <version >2.0-SNAPSHOT </version >
12+ <version >2.0</version >
1313
1414 <name >com4j Parent</name >
1515 <packaging >pom</packaging >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >org.jvnet.com4j</groupId >
55 <artifactId >com4j-parent</artifactId >
6- <version >2.0-SNAPSHOT </version >
6+ <version >2.0</version >
77 </parent >
88
99 <artifactId >com4j</artifactId >
10- <version >2.0-SNAPSHOT </version >
10+ <version >2.0</version >
1111
1212 <name >com4j</name >
1313
2121 <phase >generate-resources</phase >
2222 <configuration >
2323 <target >
24- <copy file =" ../native/${mode}/com4j.dll" tofile =" target/classes/com4j/com4j-x86.dll" />
25- <copy file =" ../native/x64/${mode}/com4j.dll" tofile =" target/classes/com4j/com4j-amd64.dll" />
24+ <copy file =" ../native/${mode}/com4j.dll" tofile =" target/classes/com4j/com4j-x86.dll" />
25+ <copy file =" ../native/x64/${mode}/com4j.dll" tofile =" target/classes/com4j/com4j-amd64.dll" />
2626 </target >
2727 </configuration >
2828 <goals >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >org.jvnet.com4j</groupId >
55 <artifactId >com4j-parent</artifactId >
6- <version >2.0-SNAPSHOT </version >
6+ <version >2.0</version >
77 </parent >
88
99 <artifactId >tlbimp</artifactId >
10- <version >2.0-SNAPSHOT </version >
10+ <version >2.0</version >
1111
1212 <name >com4j type library importer</name >
1313
You can’t perform that action at this time.
0 commit comments