mirror of
https://github.com/cincheo/jsweet.git
synced 2025-12-14 23:09:22 +00:00
add lgrignon to pom's developers + SCM connection + issues management
This commit is contained in:
parent
1e46909a62
commit
d9b4e654bb
@ -35,3 +35,11 @@ or
|
||||
Since version 2, the JSweet transpiler source code is licensed under GPLv3, which in short means that you can use is as is to compile any kind of programs (including closed-source commercial ones). You can also use/modify this transpiler's source code in any open source project (commercial or not), as long as you conform to the license terms (see the license file). On the other hand, your cannot embed this transpiler's source code in a closed-source commercial project. In case you would want to do so, you must contact Renaud Pawlak (renaud.pawlak@gmail.com), who can grant you a commercial license depending on your use case.
|
||||
|
||||
NOTE: JSweet transpiler version 1.x, which is no longer maintained, is licensed under Apache v2.
|
||||
|
||||
## Release
|
||||
```
|
||||
git flow release start X.Y.Z
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
@ -12,7 +12,21 @@
|
||||
<name>Renaud Pawlak</name>
|
||||
<email>renaud.pawlak@gmail.com</email>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>lgrignon</id>
|
||||
<name>Louis Grignon</name>
|
||||
<email>louis.grignon@gmail.com</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<issueManagement>
|
||||
<url>https://github.com/cincheo/jsweet/issues</url>
|
||||
<system>GitHub Issues</system>
|
||||
</issueManagement>
|
||||
<scm>
|
||||
<url>https://github.com/cincheo/jsweet</url>
|
||||
<connection>scm:git:git://github.com/cincheo/jsweet.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:cincheo/jsweet.git</developerConnection>
|
||||
</scm>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>The Apache Software License, Version 2.0</name>
|
||||
|
||||
12
transpiler/release.properties
Normal file
12
transpiler/release.properties
Normal file
@ -0,0 +1,12 @@
|
||||
#release configuration
|
||||
#Sun Mar 10 16:16:08 CET 2019
|
||||
scm.tagNameFormat=@{project.artifactId}-@{project.version}
|
||||
pushChanges=true
|
||||
scm.url=scm\:git\:git@github.com\:cincheo/jsweet.git
|
||||
preparationGoals=clean verify
|
||||
remoteTagging=true
|
||||
projectVersionPolicyId=default
|
||||
scm.commentPrefix=[maven-release-plugin]
|
||||
exec.additionalArguments=-P jsweet
|
||||
exec.snapshotReleasePluginAllowed=false
|
||||
completedPhase=check-poms
|
||||
Loading…
x
Reference in New Issue
Block a user