Skip to content

Commit ecd2051

Browse files
committed
fixing things for release
1 parent e86bbe6 commit ecd2051

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

jplotter/pom.xml

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

55
<groupId>com.github.hageldave.jplotter</groupId>
66
<artifactId>jplotter</artifactId>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88

99
<name>JPlotter</name>
1010
<url>https://github.com/hageldave/JPlotter</url>
@@ -132,7 +132,7 @@
132132
<plugin>
133133
<groupId>org.sonatype.plugins</groupId>
134134
<artifactId>nexus-staging-maven-plugin</artifactId>
135-
<version>1.6.8</version>
135+
<version>1.6.13</version>
136136
<extensions>true</extensions>
137137
<configuration>
138138
<serverId>ossrh</serverId>

jplotter/src/main/java/hageldave/jplotter/charts/ScatterPlot.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,8 @@ public default int getColorForDataPoint(int chunkIdx, String chunkDescr, double[
602602
}
603603

604604
/**
605-
* Adds a glyph label element to the legend of the ScatterPlot for a data chunk, using the {@link ScatterPlotVisualMapping#getGlyphForChunk(int, java.lang.String)} &
605+
* Adds a glyph label element to the legend of the ScatterPlot for a data chunk, using the
606+
* {@link ScatterPlotVisualMapping#getGlyphForChunk(int, java.lang.String)} and
606607
* {@link ScatterPlotVisualMapping#getColorForDataPoint(int, String, double[][], int)} methods.
607608
*
608609
* @param legend where the new element will be added

jplotter/src/main/java/hageldave/jplotter/interaction/kml/CoordSysRopeSelector.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
* }
3535
* }.register();
3636
* </pre>
37-
* </p>
3837
*/
3938
public abstract class CoordSysRopeSelector extends MouseAdapter implements KeyListener {
4039
protected Component canvas;

0 commit comments

Comments
 (0)