Skip to content

Commit

Permalink
SCTASK0082323 verion up to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangho Kim committed Oct 14, 2021
1 parent e7ca7fd commit 889a478
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME=simp
VERSION=1.8.0
VERSION=1.8.1

.PHONY: dist

Expand Down
2 changes: 1 addition & 1 deletion lib/GRNOC/Simp/Comp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use GRNOC::Config;
use GRNOC::Log;
use GRNOC::Simp::Comp::Worker;

our $VERSION = '1.8.0';
our $VERSION = '1.8.1';

### REQUIRED ATTRIBUTES ###

Expand Down
2 changes: 1 addition & 1 deletion lib/GRNOC/Simp/Data.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use GRNOC::Config;
use GRNOC::Log;
use GRNOC::Simp::Data::Worker;

our $VERSION = '1.8.0';
our $VERSION = '1.8.1';

=head2 public attributes
=over 12
Expand Down
2 changes: 1 addition & 1 deletion lib/GRNOC/Simp/Poller.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use GRNOC::Config;
use GRNOC::Log;
use GRNOC::Simp::Poller::Worker;

our $VERSION = '1.8.0';
our $VERSION = '1.8.1';

### Required Attributes ###
=head2 public attributes
Expand Down
2 changes: 1 addition & 1 deletion lib/GRNOC/Simp/TSDS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package GRNOC::Simp::TSDS;
use strict;
use warnings;

our $VERSION = '1.8.0';
our $VERSION = '1.8.1';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion simp-comp.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: A system for fetching data from simp and compiling the data into a composite
Name: simp-comp
Version: 1.8.0
Version: 1.8.1
Release: 1%{dist}
License: GRNOC
Group: GRNOC
Expand Down
2 changes: 1 addition & 1 deletion simp-data.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: A small system for fetching SNMP data from redis and returning it via RabbitMQ
Name: simp-data
Version: 1.8.0
Version: 1.8.1
Release: 1%{dist}
License: GRNOC
Group: GRNOC
Expand Down
2 changes: 1 addition & 1 deletion simp-monitor.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: simp-monitor
Version: 1.8.0
Version: 1.8.1
Release: 1%{?dist}
Summary: A functionality to monitor SIMP
License: GRNOC
Expand Down
2 changes: 1 addition & 1 deletion simp-tsds.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: SIMP TSDS Collector
Name: simp-tsds
Version: 1.8.0
Version: 1.8.1
Release: 1%{dist}
License: APL 2.0
Group: Network
Expand Down

0 comments on commit 889a478

Please sign in to comment.