Skip to content

Commit 66999a0

Browse files
committed
release 3.10
1 parent 35ec089 commit 66999a0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packtag-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<artifactId>packtag-parent</artifactId>
77
<groupId>de.galan.packtag</groupId>
8-
<version>3.10-SNAPSHOT</version>
8+
<version>3.10</version>
99
</parent>
1010

1111
<groupId>de.galan.packtag</groupId>
1212
<artifactId>packtag-core</artifactId>
13-
<version>3.10-SNAPSHOT</version>
13+
<version>3.10</version>
1414

1515
<name>packtag-core - packtag taglib and servlet</name>
1616
<packaging>jar</packaging>

packtag-optional/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<artifactId>packtag-parent</artifactId>
66
<groupId>de.galan.packtag</groupId>
7-
<version>3.10-SNAPSHOT</version>
7+
<version>3.10</version>
88
</parent>
99

1010
<groupId>de.galan.packtag</groupId>
1111
<artifactId>packtag-optional</artifactId>
1212
<name>packtag-optional - meta pom for optional dependencies</name>
13-
<version>3.10-SNAPSHOT</version>
13+
<version>3.10</version>
1414
<packaging>jar</packaging>
1515
<url>https://github.com/d8bitr/packtag</url>
1616

packtag-testsite/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<parent>
66
<artifactId>packtag-parent</artifactId>
77
<groupId>de.galan.packtag</groupId>
8-
<version>3.10-SNAPSHOT</version>
8+
<version>3.10</version>
99
</parent>
1010

1111
<groupId>de.galan.packtag</groupId>
1212
<artifactId>packtag-testsite</artifactId>
1313
<packaging>war</packaging>
1414
<name>packtag-testsite - contains various tests of packtag</name>
15-
<version>3.10-SNAPSHOT</version>
15+
<version>3.10</version>
1616
<url>https://github.com/d8bitr/packtag</url>
1717

1818
<build>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>de.galan.packtag</groupId>
55
<artifactId>packtag-parent</artifactId>
6-
<version>3.10-SNAPSHOT</version>
6+
<version>3.10</version>
77
<packaging>pom</packaging>
88

99
<name>packtag</name>

0 commit comments

Comments
 (0)