File tree Expand file tree Collapse file tree 5 files changed +5
-49
lines changed
fcrepo-webapp/fcrepo-webapp-fedora Expand file tree Collapse file tree 5 files changed +5
-49
lines changed Original file line number Diff line number Diff line change 81
81
</goals >
82
82
<configuration >
83
83
<classifier >fedora</classifier >
84
- <!-- may want to add svn version info here
85
- <classifier>fedora-${fedora.version}</classifier>
86
- -->
87
84
<archive >
88
85
<manifest >
89
86
<mainClass >org.fcrepo.client.Administrator</mainClass >
92
89
<addDefaultSpecificationEntries >true</addDefaultSpecificationEntries >
93
90
</manifest >
94
91
<manifestEntries >
95
- <Version >${buildNumber } </Version >
92
+ <Version >${project.version } </Version >
96
93
<Build >${timestamp} </Build >
97
- <!--
98
- <Version>${fedora.version}</Version>
99
- <Build>${build.tstamp}</Build>
100
- -->
101
94
</manifestEntries >
102
95
</archive >
103
96
</configuration >
Original file line number Diff line number Diff line change 60
60
</goals >
61
61
<configuration >
62
62
<finalName >${project.artifactId} -${project.version} </finalName >
63
- <!-- <classifier>fedora-messaging</classifier> -->
64
- <!-- may want to add svn version info here
65
- <classifier>fedora-${fedora.version}</classifier>
66
- -->
67
63
<archive >
68
64
<addMavenDescriptor >false</addMavenDescriptor >
69
65
<manifest >
70
66
<!-- <addClasspath>true</addClasspath> -->
71
67
<addDefaultSpecificationEntries >true</addDefaultSpecificationEntries >
72
68
</manifest >
73
69
<manifestEntries >
74
- <Version >${buildNumber } </Version >
70
+ <Version >${project.version } </Version >
75
71
<Build >${timestamp} </Build >
76
- <!--
77
- <Version>${fedora.version}</Version>
78
- <Build>${build.tstamp}</Build>
79
- -->
80
72
</manifestEntries >
81
73
</archive >
82
74
</configuration >
Original file line number Diff line number Diff line change 250
250
</manifest >
251
251
252
252
<manifestEntries >
253
- <Version >${buildNumber } </Version >
253
+ <Version >${project.version } </Version >
254
254
<Build >${timestamp} </Build >
255
255
</manifestEntries >
256
256
</archive >
285
285
<mainClass >com.simontuffs.onejar.Boot</mainClass >
286
286
<addDefaultSpecificationEntries >true</addDefaultSpecificationEntries >
287
287
</manifest >
288
- <!--
289
- Note: may want to add svn version info here
290
- -->
291
288
<manifestEntries >
292
- <Version >${buildNumber } </Version >
289
+ <Version >${project.version } </Version >
293
290
<Build >${timestamp} </Build >
294
- <!--
295
- <Version>${fedora.version}</Version>
296
- <Build>${build.tstamp}</Build>
297
- -->
298
291
</manifestEntries >
299
292
</archive >
300
293
</configuration >
Original file line number Diff line number Diff line change 90
90
<manifest >
91
91
<addDefaultSpecificationEntries >true</addDefaultSpecificationEntries >
92
92
</manifest >
93
-
94
- <!--
95
- Note: The version and build need to be generated.
96
- -->
97
93
<manifestEntries >
98
- <Version >${buildNumber } </Version >
94
+ <Version >${project.version } </Version >
99
95
<Build >${timestamp} </Build >
100
96
</manifestEntries >
101
97
</archive >
Original file line number Diff line number Diff line change 608
608
</executions >
609
609
</plugin >
610
610
611
- <plugin >
612
- <groupId >org.codehaus.mojo</groupId >
613
- <artifactId >buildnumber-maven-plugin</artifactId >
614
- <version >1.0-beta-3</version >
615
- <executions >
616
- <execution >
617
- <phase >validate</phase >
618
- <goals >
619
- <goal >create</goal >
620
- </goals >
621
- </execution >
622
- </executions >
623
- <configuration >
624
- <revisionOnScmFailure >${project.version} </revisionOnScmFailure >
625
- <timestampFormat >{0,date,yyyy-MM-dd HH:mm:ss 'UTC'Z}</timestampFormat >
626
- </configuration >
627
- </plugin >
628
-
629
611
</plugins >
630
612
</build >
631
613
You can’t perform that action at this time.
0 commit comments