Skip to content

Commit a0560dd

Browse files
committed
[maven-release-plugin] rollback the release of v0.0.1
1 parent 601dd1b commit a0560dd

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

httpserver/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<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">
17+
<project xmlns="http://maven.apache.org/POM/4.0.0"
18+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1820
<modelVersion>4.0.0</modelVersion>
1921
<parent>
2022
<groupId>io.esastack</groupId>
2123
<artifactId>httpserver-parent</artifactId>
22-
<version>0.1.0-SNAPSHOT</version>
24+
<version>0.0.1-SNAPSHOT</version>
2325
</parent>
2426
<artifactId>httpserver</artifactId>
2527
<name>HttpsServer :: Core</name>

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<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">
17+
<project xmlns="http://maven.apache.org/POM/4.0.0"
18+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1820
<modelVersion>4.0.0</modelVersion>
1921

2022
<groupId>io.esastack</groupId>
2123
<artifactId>httpserver-parent</artifactId>
2224
<packaging>pom</packaging>
23-
<version>0.1.0-SNAPSHOT</version>
25+
<version>0.0.1-SNAPSHOT</version>
2426

2527
<name>HttpServer</name>
2628
<description>

0 commit comments

Comments
 (0)