File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
src/main/java/cz/cesnet/meta/stripes Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >cz.metacentrum</groupId >
66 <artifactId >accounting-parent</artifactId >
7- <version >3.32</version >
7+ <version >3.32.1 </version >
88 </parent >
99
1010 <artifactId >cloud</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >cz.metacentrum</groupId >
99 <artifactId >accounting-parent</artifactId >
10- <version >3.32</version >
10+ <version >3.32.1 </version >
1111 </parent >
1212
1313 <artifactId >metaacct</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >cz.metacentrum</groupId >
77 <artifactId >accounting-parent</artifactId >
8- <version >3.32</version >
8+ <version >3.32.1 </version >
99 </parent >
1010
1111 <artifactId >metaacct_cmd</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >cz.metacentrum</groupId >
66 <artifactId >accounting-parent</artifactId >
7- <version >3.32</version >
7+ <version >3.32.1 </version >
88 </parent >
99
1010 <artifactId >pbsmon</artifactId >
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ public class JobsActionBean extends BaseActionBean {
3131
3232 final static Logger log = LoggerFactory .getLogger (JobsActionBean .class );
3333 final static private SimpleDateFormat sdf = new SimpleDateFormat ("yyyy-MM-dd HH:mm:ss" );
34- private static final long MILLIS_IN_HOUR = 3600000l ;
35- private static final long MILLIS_IN_15MINS = 10 * 60 * 1000 ;
34+ private static final long MILLIS_IN_HOUR = 3600000L ;
35+ private static final long MILLIS_IN_15MINS = 15 * 60 * 1000 ;
3636 private static final int INTERVALS = 24 * 4 ;
3737 int [] runningJobsCountersMins = new int [INTERVALS ];
3838 int [] queuedJobsCountersMins = new int [INTERVALS ];
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >cz.metacentrum</groupId >
77 <artifactId >accounting-parent</artifactId >
8- <version >3.32</version >
8+ <version >3.32.1 </version >
99 </parent >
1010
1111 <artifactId >perun_machines</artifactId >
Original file line number Diff line number Diff line change 99 <!--
1010 Use "mvn versions:set -DnewVersion=3.33; mvn versions:commit" to change version in all modules
1111 -->
12- <version >3.32</version >
12+ <version >3.32.1 </version >
1313 <name >MetaCentrum Accounting Parent Project</name >
1414
1515 <properties >
You can’t perform that action at this time.
0 commit comments