Skip to content

Commit

Permalink
prepare next major release
Browse files Browse the repository at this point in the history
  • Loading branch information
fslevoaca-ionos committed Apr 11, 2022
1 parent 6101643 commit 98b72b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Changelog

### 1.67-SNAPSHOT
### 2.0-SNAPSHOT
Remove logging from ShellClient


### 1.66
Optimization: Use buffered reader for Java process input / error stream

Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.github.fslev</groupId>
<artifactId>jtest-utils</artifactId>
<version>1.67-SNAPSHOT</version>
<version>2.0-SNAPSHOT</version>

<name>JTest Utils</name>
<description>Java Utilities for testing</description>
Expand Down

0 comments on commit 98b72b6

Please sign in to comment.