Skip to content

Commit

Permalink
Update to pug4j 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chbloemer committed Jan 4, 2025
1 parent 57d88e0 commit c131c4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Just add following dependency definitions to your `pom.xml`.
<dependency>
<groupId>de.neuland-bfi</groupId>
<artifactId>spring-pug4j</artifactId>
<version>3.1.0</version>
<version>3.3.0</version>
</dependency>
```

Expand All @@ -103,7 +103,7 @@ Just add following dependency definitions to your `pom.xml`.

The MIT License

Copyright (C) 2012-2023 [neuland Büro für Informatik](http://www.neuland-bfi.de/), Bremen, Germany
Copyright (C) 2012-2025 [neuland Büro für Informatik](http://www.neuland-bfi.de/), Bremen, Germany

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.neuland-bfi</groupId>
<artifactId>spring-pug4j</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>spring-pug4j</name>
<description>Spring interface to the Pug4J compiler (formerly known as spring-jade4j)</description>
Expand Down Expand Up @@ -68,7 +68,7 @@
<commons-io.version>2.14.0</commons-io.version>
<junit.version>4.13.2</junit.version>
<mockito-core.version>5.6.0</mockito-core.version>
<pug4j.version>2.2.0</pug4j.version>
<pug4j.version>2.3.0</pug4j.version>
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
<maven-release-plugin.version>3.0.1</maven-release-plugin.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
Expand Down

0 comments on commit c131c4f

Please sign in to comment.