mirror of
https://github.com/ethauvin/version-processor.git
synced 2025-04-25 07:57:12 -07:00
Change package name.
This commit is contained in:
parent
465d145f1d
commit
135bd465e1
6 changed files with 28 additions and 33 deletions
|
@ -1,4 +1,4 @@
|
|||
package com.beust.apt.processor;
|
||||
package com.beust.version;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
|
@ -1,4 +1,4 @@
|
|||
package com.beust.apt.processor;
|
||||
package com.beust.version;
|
||||
|
||||
import javax.annotation.processing.*;
|
||||
import javax.lang.model.SourceVersion;
|
|
@ -1 +1 @@
|
|||
com.beust.apt.processor.VersionProcessor
|
||||
com.beust.version.VersionProcessor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue