Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Move dev back to main
Browse files Browse the repository at this point in the history
Update copyright as well.

Fixes #24
  • Loading branch information
iamthechad committed Apr 30, 2018
1 parent c9e1e53 commit 0452301
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 22 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ Some invaluable guides regarding contributions:

## When Submitting

* Be sure to submit pull requests against the appropriate branch. **Do not submit requests against `master`. They will be rejected.**
* Follow good practices for Git commit messages (See http://chris.beams.io/posts/git-commit/ for tips on writing good commit messages.)
* Use the present tense ("Add feature" not "Added feature")
* Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
* Limit the first line to 72 characters or less
* Make sure that commits have descriptive text that clearly explains the change
* Reference appropriate issues or pull requests if needed. (Use `refs XXX` instead of `fixes XXX` or `closes XXX`)
* Reference appropriate issues or pull requests if needed.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2010-2017 Megatome Technologies
* Copyright 2010-2018 Megatome Technologies
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Download](https://api.bintray.com/packages/iamthechad/plugins/recaptcha/images/download.svg?version=3.1.0) ](https://bintray.com/iamthechad/plugins/recaptcha/3.1.0/link)
[![Build Status](https://travis-ci.org/iamthechad/grails3-recaptcha.svg?branch=v3.x)](https://travis-ci.org/iamthechad/grails3-recaptcha)
[![Coverage Status](https://coveralls.io/repos/iamthechad/grails3-recaptcha/badge.svg?branch=v3.x&service=github)](https://coveralls.io/github/iamthechad/grails3-recaptcha?branch=v3.x)
[![Build Status](https://travis-ci.org/iamthechad/grails3-recaptcha.svg)](https://travis-ci.org/iamthechad/grails3-recaptcha)
[![Coverage Status](https://coveralls.io/repos/iamthechad/grails3-recaptcha/badge.svg?service=github)](https://coveralls.io/github/iamthechad/grails3-recaptcha)
[![Stories in Ready](https://badge.waffle.io/iamthechad/grails3-recaptcha.png?label=ready&title=Ready)](http://waffle.io/iamthechad/grails3-recaptcha)
[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![Badges](http://img.shields.io/:badges-6/6-ff6799.svg)](https://github.com/badges/badgerbadgerbadger)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
id 'com.jfrog.artifactory' version '4.4.0'
}

version "3.X"
version "3.2.0-SNAPSHOT"
group "org.grails.plugins"

apply plugin: 'eclipse'
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Jan 20 09:37:50 MST 2017
#Sun Apr 29 19:52:42 MDT 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-all.zip
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import com.megatome.grails.util.ConfigHelper
import grails.util.Environment

/**
* Copyright 2010-2017 Megatome Technologies
* Copyright 2010-2018 Megatome Technologies
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.megatome.grails

/**
* Copyright 2010-2017 Megatome Technologies
* Copyright 2010-2018 Megatome Technologies
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import com.megatome.grails.recaptcha.net.Post
import com.megatome.grails.recaptcha.net.QueryParams

/**
* Copyright 2010-2017 Megatome Technologies
* Copyright 2010-2018 Megatome Technologies
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package com.megatome.grails.recaptcha.net
import static java.net.Authenticator.RequestorType.PROXY

/**
* Copyright 2010-2017 Megatome Technologies
* Copyright 2010-2018 Megatome Technologies
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import grails.plugins.rest.client.RestBuilder
import org.apache.commons.logging.LogFactory

/**
* Copyright 2010-2017 Megatome Technologies
* Copyright 2010-2018 Megatome Technologies
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.megatome.grails.recaptcha.net

/**
* Copyright 2010-2017 Megatome Technologies
* Copyright 2010-2018 Megatome Technologies
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.megatome.grails.util

/**
* Copyright 2010-2017 Megatome Technologies
* Copyright 2010-2018 Megatome Technologies
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.megatome.grails

/**
* Copyright 2010-2017 Megatome Technologies
* Copyright 2010-2018 Megatome Technologies
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.megatome.grails

/**
* Copyright 2010-2017 Megatome Technologies
* Copyright 2010-2018 Megatome Technologies
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import groovy.mock.interceptor.StubFor
import spock.lang.Specification

/**
* Copyright 2010-2017 Megatome Technologies
* Copyright 2010-2018 Megatome Technologies
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package com.megatome.grails.recaptcha.net
import spock.lang.Specification

/**
* Copyright 2010-2017 Megatome Technologies
* Copyright 2010-2018 Megatome Technologies
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import org.springframework.test.web.client.response.MockRestResponseCreators
import spock.lang.Specification

/**
* Copyright 2010-2017 Megatome Technologies
* Copyright 2010-2018 Megatome Technologies
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package com.megatome.grails.recaptcha.net
import spock.lang.Specification

/**
* Copyright 2010-2017 Megatome Technologies
* Copyright 2010-2018 Megatome Technologies
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.megatome.grails.util

/**
* Copyright 2010-2017 Megatome Technologies
* Copyright 2010-2018 Megatome Technologies
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 0452301

Please sign in to comment.