File tree 12 files changed +24
-25
lines changed
metaschema-documentation-generator
metaschema-freemarker-support 12 files changed +24
-25
lines changed Original file line number Diff line number Diff line change 23
23
actions : read
24
24
contents : read
25
25
security-events : write
26
+ packages : write
26
27
env :
27
28
# BUILD_SNAPSHOT: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') &&
28
29
# (github.ref_name == 'develop' || startsWith(github.ref_name, 'release-')) }}
48
49
java-version : 11
49
50
distribution : ' temurin'
50
51
cache : ' maven'
51
- server-username : MAVEN_USERNAME # env variable for username in deploy
52
- server-password : MAVEN_CENTRAL_TOKEN # env variable for token in deploy
53
52
# gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} # Value of the GPG private key to import
54
53
# gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
55
54
- name : Set up JDK 11 (build only)
Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
2
<modelVersion >4.0.0</modelVersion >
3
3
<parent >
4
- <groupId >gov.nist.secauto. metaschema</groupId >
5
- <artifactId >metaschema-framework </artifactId >
4
+ <groupId >dev. metaschema-framework </groupId >
5
+ <artifactId >parent </artifactId >
6
6
<version >1.0.0-M2-SNAPSHOT</version >
7
7
</parent >
8
8
19
19
20
20
<dependencies >
21
21
<dependency >
22
- <groupId >gov.nist.secauto.metaschema </groupId >
22
+ <groupId >${project.groupId} </groupId >
23
23
<artifactId >metaschema-core</artifactId >
24
24
</dependency >
25
25
<dependency >
Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<parent >
7
- <groupId >gov.nist.secauto. metaschema</groupId >
8
- <artifactId >metaschema-framework </artifactId >
7
+ <groupId >dev. metaschema-framework </groupId >
8
+ <artifactId >parent </artifactId >
9
9
<version >1.0.0-M2-SNAPSHOT</version >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
- <groupId >gov.nist.secauto. metaschema</groupId >
6
- <artifactId >metaschema-framework </artifactId >
5
+ <groupId >dev. metaschema-framework </groupId >
6
+ <artifactId >parent </artifactId >
7
7
<version >1.0.0-M2-SNAPSHOT</version >
8
8
</parent >
9
9
Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
- <groupId >gov.nist.secauto. metaschema</groupId >
6
- <artifactId >metaschema-framework </artifactId >
5
+ <groupId >dev. metaschema-framework </groupId >
6
+ <artifactId >parent </artifactId >
7
7
<version >1.0.0-M2-SNAPSHOT</version >
8
8
</parent >
9
9
Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
- <groupId >gov.nist.secauto. metaschema</groupId >
6
- <artifactId >metaschema-framework </artifactId >
5
+ <groupId >dev. metaschema-framework </groupId >
6
+ <artifactId >parent </artifactId >
7
7
<version >1.0.0-M2-SNAPSHOT</version >
8
8
</parent >
9
9
Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
2
<modelVersion >4.0.0</modelVersion >
3
3
<parent >
4
- <groupId >gov.nist.secauto. metaschema</groupId >
5
- <artifactId >metaschema-framework </artifactId >
4
+ <groupId >dev. metaschema-framework </groupId >
5
+ <artifactId >parent </artifactId >
6
6
<version >1.0.0-SNAPSHOT</version >
7
7
</parent >
8
8
<artifactId >metaschema-documentation-generator</artifactId >
Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
- <groupId >gov.nist.secauto. metaschema</groupId >
6
- <artifactId >metaschema-framework </artifactId >
5
+ <groupId >dev. metaschema-framework </groupId >
6
+ <artifactId >parent </artifactId >
7
7
<version >1.0.0-SNAPSHOT</version >
8
8
</parent >
9
9
Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<parent >
7
- <groupId >gov.nist.secauto. metaschema</groupId >
8
- <artifactId >metaschema-framework </artifactId >
7
+ <groupId >dev. metaschema-framework </groupId >
8
+ <artifactId >parent </artifactId >
9
9
<version >1.0.0-M2-SNAPSHOT</version >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
2
<modelVersion >4.0.0</modelVersion >
3
3
<parent >
4
- <groupId >gov.nist.secauto. metaschema</groupId >
5
- <artifactId >metaschema-framework </artifactId >
4
+ <groupId >dev. metaschema-framework </groupId >
5
+ <artifactId >parent </artifactId >
6
6
<version >1.0.0-M2-SNAPSHOT</version >
7
7
</parent >
8
8
<artifactId >metaschema-testing</artifactId >
Original file line number Diff line number Diff line change 8
8
<artifactId >oss-parent</artifactId >
9
9
<version >28-SNAPSHOT</version >
10
10
</parent >
11
- <groupId >gov.nist.secauto. metaschema</groupId >
12
- <artifactId >metaschema-framework </artifactId >
11
+ <groupId >dev. metaschema-framework </groupId >
12
+ <artifactId >parent </artifactId >
13
13
<version >1.0.0-M2-SNAPSHOT</version >
14
14
<packaging >pom</packaging >
15
15
<name >Metaschema Framework Parent</name >
Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
- <groupId >gov.nist.secauto. metaschema</groupId >
6
- <artifactId >metaschema-framework </artifactId >
5
+ <groupId >dev. metaschema-framework </groupId >
6
+ <artifactId >parent </artifactId >
7
7
<version >1.0.0-M2-SNAPSHOT</version >
8
8
</parent >
9
9
<artifactId >metaschema-schema-generator</artifactId >
You can’t perform that action at this time.
0 commit comments