Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpalmer committed Aug 13, 2012
1 parent b5bcd12 commit 7123a70
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
3 changes: 1 addition & 2 deletions PlatformCoreGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import org.grails.plugin.platform.events.EventsImpl
import org.grails.plugin.platform.events.dispatcher.GormTopicSupport1X
import org.grails.plugin.platform.events.dispatcher.GormTopicSupport2X
Expand All @@ -25,7 +24,7 @@ import org.grails.plugin.platform.events.registry.DefaultEventsRegistry

class PlatformCoreGrailsPlugin {
// the plugin version
def version = "1.0.M2j-SNAPSHOT"
def version = "1.0.M2"

// the version or versions of Grails the plugin is designed for
def grailsVersion = "1.3 > *"
Expand Down
17 changes: 17 additions & 0 deletions src/java/org/grails/plugin/platform/events/utils/EventsUtils.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/* Copyright 2011-2012 the original author or authors:
*
* Marc Palmer (marc@grailsrocks.com)
* Stéphane Maldini (smaldini@vmware.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.grails.plugin.platform.events.utils;

import org.springframework.aop.TargetClassAware;
Expand Down

0 comments on commit 7123a70

Please sign in to comment.