Skip to content
This repository was archived by the owner on Nov 23, 2023. It is now read-only.

Commit 8a49529

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent d15d013 commit 8a49529

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,12 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xmlns="http://maven.apache.org/POM/4.0.0"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<groupId>io.github.alexengrig</groupId>
2422
<artifactId>lambdax</artifactId>
25-
<version>0.2.1</version>
23+
<version>0.2.2-SNAPSHOT</version>
2624
<packaging>jar</packaging>
2725

2826
<name>LambdaX</name>
@@ -190,7 +188,7 @@
190188
<connection>scm:git:https://github.com/alexengrig/lambdax.git</connection>
191189
<developerConnection>scm:git:https://github.com/alexengrig/lambdax.git</developerConnection>
192190
<url>https://github.com/alexengrig/lambdax.git</url>
193-
<tag>lambdax-0.2.1</tag>
191+
<tag>HEAD</tag>
194192
</scm>
195193

196194
</project>

0 commit comments

Comments
 (0)