Skip to content

Commit 681c5ae

Browse files
committed
When parameter values are an Enum, the parameter value is obtained from Enum.name()
instead of Enum.toString(). This is to intuitively use enums as parameters when Enum.toString() is overridden.
1 parent 2ba8580 commit 681c5ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ along with ao-encoding. If not, see <https://www.gnu.org/licenses/>.
175175
<groupId>com.aoapps</groupId><artifactId>ao-badges</artifactId><version>1.11.0${POST-SNAPSHOT}</version>
176176
</dependency>
177177
<dependency>
178-
<groupId>com.aoapps</groupId><artifactId>ao-taglib</artifactId><version>8.1.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
178+
<groupId>com.aoapps</groupId><artifactId>ao-taglib</artifactId><version>9.0.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
179179
</dependency>
180180
<dependency>
181181
<groupId>com.semanticcms</groupId><artifactId>semanticcms-changelog-taglib</artifactId><version>1.7.1${POST-SNAPSHOT}</version>
@@ -222,7 +222,7 @@ along with ao-encoding. If not, see <https://www.gnu.org/licenses/>.
222222
<groupId>com.aoapps</groupId><artifactId>ao-lang</artifactId><version>5.6.0${POST-SNAPSHOT}</version>
223223
</dependency>
224224
<dependency>
225-
<groupId>com.aoapps</groupId><artifactId>ao-net-types</artifactId><version>2.0.2${POST-SNAPSHOT}</version>
225+
<groupId>com.aoapps</groupId><artifactId>ao-net-types</artifactId><version>3.0.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
226226
</dependency>
227227
<dependency>
228228
<groupId>com.aoapps</groupId><artifactId>ao-servlet-filter</artifactId><version>3.0.3${POST-SNAPSHOT}</version>

0 commit comments

Comments
 (0)