Skip to content

Commit f7b481d

Browse files
committed
Fixed time zone support in local time display
1 parent f4c3a01 commit f7b481d

File tree

17 files changed

+33
-32
lines changed

17 files changed

+33
-32
lines changed

doc/ExamplePlugin/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ svarog\target\svarog-{version}.jar
33
target\svarog-{version}-full.dir\svarog-{version}\lib\log4j.jar
44
target\svarog-{version}-full.dir\svarog-{version}\lib\spring-context.jar
55

6-
If the version of Svarog changes from 1.1.5 to something else you will also have to modify the configuration of the project.
6+
If the version of Svarog changes from 1.1.6 to something else you will also have to modify the configuration of the project.

doc/ExamplePlugin/src/org/signalml/plugin/exampleplugin/package-info.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
* <p>
2424
* To create such plug-in it is necessary to include some libraries:
2525
* <ul>
26-
* <li>{@code svarog-1.1.5.jar} - to use Svarog classes, for example
26+
* <li>{@code svarog-1.1.6.jar} - to use Svarog classes, for example
2727
* the plug-in interface ;) (can be found in {@code svarog\target}),</li>
2828
* <li>{@code log4j.jar} - to use logging interface consistent with that used
2929
* in Svarog
30-
* ({@code svarog\target\svarog-1.1.5-full\svarog-1.1.5\lib}),
30+
* ({@code svarog\target\svarog-1.1.6-full\svarog-1.1.6\lib}),
3131
* </li>
3232
* <li>{@code spring-context.jar} - to use classes such as {@code Tag}
3333
* and {@code TagStyle}
34-
* ({@code svarog\target\svarog-1.1.5-full\svarog-1.1.5\lib}),
34+
* ({@code svarog\target\svarog-1.1.6-full\svarog-1.1.6\lib}),
3535
* </li>
3636
* </ul>
3737
* <p>

izpack/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
<groupId>org.signalml</groupId>
66
<artifactId>svarog-installer</artifactId>
7-
<version>1.1.5</version>
7+
<version>1.1.6</version>
88

99
<name>svarog-installer</name>
1010
<parent>
1111
<groupId>org.signalml</groupId>
1212
<artifactId>svarog-top</artifactId>
13-
<version>1.1.5</version>
13+
<version>1.1.6</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

plugins/Artifact/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.signalml</groupId>
1313
<artifactId>svarog-top</artifactId>
14-
<version>1.1.5</version>
14+
<version>1.1.6</version>
1515
<relativePath>../../pom.xml</relativePath>
1616
</parent>
1717

@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>org.signalml</groupId>
8888
<artifactId>svarog</artifactId>
89-
<version>1.1.5</version>
89+
<version>1.1.6</version>
9090
<type>jar</type>
9191
<scope>provided</scope>
9292
</dependency>

plugins/BookReporter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.signalml</groupId>
1414
<artifactId>svarog-top</artifactId>
15-
<version>1.1.5</version>
15+
<version>1.1.6</version>
1616
<relativePath>../../pom.xml</relativePath>
1717
</parent>
1818

@@ -123,7 +123,7 @@
123123
<dependency>
124124
<groupId>org.signalml</groupId>
125125
<artifactId>svarog</artifactId>
126-
<version>1.1.5</version>
126+
<version>1.1.6</version>
127127
<type>jar</type>
128128
<scope>provided</scope>
129129
</dependency>

plugins/FFTSignalTool/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.signalml</groupId>
1313
<artifactId>svarog-top</artifactId>
14-
<version>1.1.5</version>
14+
<version>1.1.6</version>
1515
<relativePath>../../pom.xml</relativePath>
1616
</parent>
1717

@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>org.signalml</groupId>
7373
<artifactId>svarog</artifactId>
74-
<version>1.1.5</version>
74+
<version>1.1.6</version>
7575
<scope>provided</scope>
7676
</dependency>
7777

plugins/PluginToolCommon/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.signalml</groupId>
1313
<artifactId>svarog-top</artifactId>
14-
<version>1.1.5</version>
14+
<version>1.1.6</version>
1515
<relativePath>../../pom.xml</relativePath>
1616
</parent>
1717

@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>org.signalml</groupId>
6565
<artifactId>svarog</artifactId>
66-
<version>1.1.5</version>
66+
<version>1.1.6</version>
6767
<type>jar</type>
6868
<scope>provided</scope>
6969
</dependency>

plugins/SFTestPlugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.signalml</groupId>
1313
<artifactId>svarog-top</artifactId>
14-
<version>1.1.5</version>
14+
<version>1.1.6</version>
1515
<relativePath>../../pom.xml</relativePath>
1616
</parent>
1717

@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>org.signalml</groupId>
8888
<artifactId>svarog</artifactId>
89-
<version>1.1.5</version>
89+
<version>1.1.6</version>
9090
<type>jar</type>
9191
<scope>provided</scope>
9292
</dependency>

plugins/SignalAnalysisPlugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.signalml</groupId>
1313
<artifactId>svarog-top</artifactId>
14-
<version>1.1.5</version>
14+
<version>1.1.6</version>
1515
<relativePath>../../pom.xml</relativePath>
1616
</parent>
1717

@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>org.signalml</groupId>
7373
<artifactId>svarog</artifactId>
74-
<version>1.1.5</version>
74+
<version>1.1.6</version>
7575
<scope>provided</scope>
7676
</dependency>
7777
<dependency>

plugins/Stager/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.signalml</groupId>
1414
<artifactId>svarog-top</artifactId>
15-
<version>1.1.5</version>
15+
<version>1.1.6</version>
1616
<relativePath>../../pom.xml</relativePath>
1717
</parent>
1818

@@ -145,7 +145,7 @@
145145
<dependency>
146146
<groupId>org.signalml</groupId>
147147
<artifactId>svarog</artifactId>
148-
<version>1.1.5</version>
148+
<version>1.1.6</version>
149149
<type>jar</type>
150150
<scope>provided</scope>
151151
</dependency>

0 commit comments

Comments
 (0)