Skip to content

Commit bfa1de2

Browse files
committed
work
1 parent 85106e8 commit bfa1de2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

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

55
<groupId>org.woehlke</groupId>
66
<artifactId>simpleworklist</artifactId>
7-
<version>2.3.62</version>
7+
<version>2.3.62-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<parent>
@@ -17,7 +17,7 @@
1717
<connection>scm:git:git@github.com:Spring-Framework-Java-Apps/simpleworklist.git</connection>
1818
<developerConnection>scm:git:git@github.com:Spring-Framework-Java-Apps/simpleworklist.git</developerConnection>
1919
<url>https://github.com/Spring-Framework-Java-Apps/simpleworklist/tree/${project.scm.tag}</url>
20-
<tag>v2.3.62</tag>
20+
<tag>HEAD</tag>
2121
</scm>
2222

2323
<name>simpleworklist</name>
@@ -1864,7 +1864,7 @@
18641864

18651865
<profiles>
18661866

1867-
<profile>
1867+
<profile>
18681868
<id>jar</id>
18691869
<properties>
18701870
<skip.unit.tests>false</skip.unit.tests>

0 commit comments

Comments
 (0)