Skip to content

Commit

Permalink
Rename package: org.rainboyan.plugins.extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Mar 9, 2023
1 parent 1d63ab9 commit 03c0d58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.rainboyan.plugins.support
package org.rainboyan.plugins.extensions

import groovy.transform.CompileStatic

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.rainboyan.plugins.support
package org.rainboyan.plugins.extensions

import groovy.transform.CompileStatic

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
moduleName=grails-plugin-extension
moduleName=grails-dynamic-modules
moduleVersion=1.0.0
extensionClasses=org.rainboyan.plugins.support.GrailsPluginExtension,org.rainboyan.plugins.support.GrailsPluginManagerExtension
extensionClasses=org.rainboyan.plugins.extensions.GrailsPluginExtension,org.rainboyan.plugins.extensions.GrailsPluginManagerExtension

0 comments on commit 03c0d58

Please sign in to comment.