Skip to content

Commit 7b577c1

Browse files
committed
[maven-release-plugin] prepare release v0.2.0-alpha7
1 parent 5e2071d commit 7b577c1

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

pom.xml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<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/maven-v4_0_0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>data.xml</artifactId>
4-
<version>0.2.0-SNAPSHOT</version>
4+
<version>0.2.0-alpha7</version>
55
<name>data.xml</name>
66
<packaging>jar</packaging>
77
<description>Functions to parse XML into lazy sequences and lazy trees and emit these as text</description>
@@ -35,23 +35,23 @@
3535
<version>1.1.0</version>
3636
</parent>
3737

38-
<profiles>
39-
<profile>
40-
<id>openjdk-nashorn</id>
41-
<activation>
42-
<jdk>[15,18)</jdk>
43-
</activation>
44-
<dependencies>
45-
<dependency>
46-
<groupId>org.openjdk.nashorn</groupId>
47-
<artifactId>nashorn-core</artifactId>
48-
<version>15.3</version>
49-
<scope>test</scope>
50-
</dependency>
51-
</dependencies>
52-
</profile>
53-
</profiles>
54-
38+
<profiles>
39+
<profile>
40+
<id>openjdk-nashorn</id>
41+
<activation>
42+
<jdk>[15,18)</jdk>
43+
</activation>
44+
<dependencies>
45+
<dependency>
46+
<groupId>org.openjdk.nashorn</groupId>
47+
<artifactId>nashorn-core</artifactId>
48+
<version>15.3</version>
49+
<scope>test</scope>
50+
</dependency>
51+
</dependencies>
52+
</profile>
53+
</profiles>
54+
5555
<dependencies>
5656
<dependency>
5757
<groupId>org.clojure</groupId>
@@ -81,7 +81,7 @@
8181
<properties>
8282
<!-- set clojure.version to >= 1.8.0 to run cljs test suite
8383
(and make sure to run on jdk >= 1.8 for nashorn support) -->
84-
<clojure.version>1.8.0</clojure.version>
84+
<clojure.version>1.8.0</clojure.version>
8585
</properties>
8686

8787
<pluginRepositories>
@@ -96,7 +96,7 @@
9696
<connection>scm:git:git@github.com:clojure/data.xml.git</connection>
9797
<developerConnection>scm:git:git@github.com:clojure/data.xml.git</developerConnection>
9898
<url>git@github.com:clojure/data.xml.git</url>
99-
<tag>HEAD</tag>
99+
<tag>v0.2.0-alpha7</tag>
100100
</scm>
101101

102102
</project>

0 commit comments

Comments
 (0)