File tree Expand file tree Collapse file tree 7 files changed +32
-6
lines changed
Expand file tree Collapse file tree 7 files changed +32
-6
lines changed Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.globalbioticinteractions</groupId >
99 <artifactId >nomer-parent</artifactId >
10- <version >0.5.18-SNAPSHOT </version >
10+ <version >0.6.0 </version >
1111 <relativePath >../nomer-parent/pom.xml</relativePath >
1212 </parent >
1313
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.globalbioticinteractions</groupId >
99 <artifactId >nomer-parent</artifactId >
10- <version >0.5.18-SNAPSHOT </version >
10+ <version >0.6.0 </version >
1111 <relativePath >../nomer-parent/pom.xml</relativePath >
1212 </parent >
1313
Original file line number Diff line number Diff line change 55
66 <groupId >org.globalbioticinteractions</groupId >
77 <artifactId >nomer-parent</artifactId >
8- <version >0.5.18-SNAPSHOT </version >
8+ <version >0.6.0 </version >
99 <packaging >pom</packaging >
1010 <name >Nomer Shared Project Settings</name >
1111
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.globalbioticinteractions</groupId >
99 <artifactId >nomer-parent</artifactId >
10- <version >0.5.18-SNAPSHOT </version >
10+ <version >0.6.0 </version >
1111 <relativePath >../nomer-parent/pom.xml</relativePath >
1212 </parent >
1313
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.globalbioticinteractions</groupId >
77 <artifactId >nomer-parent</artifactId >
8- <version >0.5.18-SNAPSHOT </version >
8+ <version >0.6.0 </version >
99 <relativePath >../nomer-parent/pom.xml</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 1+ <assembly xmlns =" http://maven.apache.org/ASSEMBLY/2.2.0"
2+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : schemaLocation =" http://maven.apache.org/ASSEMBLY/2.2.0 https://maven.apache.org/xsd/assembly-2.2.0.xsd" >
4+ <id >bin</id >
5+ <formats >
6+ <format >tar.gz</format >
7+ <format >zip</format >
8+ </formats >
9+ <fileSets >
10+ <fileSet >
11+ <directory >${project.build.directory}/classes/org/globalbioticinteractions/nomer/docs/manpage/</directory >
12+ <outputDirectory >share/man</outputDirectory >
13+ </fileSet >
14+ </fileSets >
15+ <files >
16+ <file >
17+ <source >${project.build.directory}/${project.artifactId}_completion</source >
18+ <outputDirectory >etc/bash_completion.d/</outputDirectory >
19+ </file >
20+ <file >
21+ <source >${project.build.directory}/${project.artifactId}-${project.version}-jar-with-dependencies.jar</source >
22+ <destName >${project.artifactId}.jar</destName >
23+ <outputDirectory >lib/</outputDirectory >
24+ </file >
25+ </files >
26+ </assembly >
Original file line number Diff line number Diff line change 55
66 <groupId >org.globalbioticinteractions</groupId >
77 <artifactId >nomer-all</artifactId >
8- <version >0.5.18-SNAPSHOT </version >
8+ <version >0.6.0 </version >
99 <packaging >pom</packaging >
1010 <name >Nomer Modules</name >
1111 <modules >
You can’t perform that action at this time.
0 commit comments